This resource provides the ability to list elected officials by level and region rather than for a single geographic location. The endpoint is filtered by district type and region, and sorted by last_name, first_name.
Cost: 50 credits
Permission: Please contact the Cicero Team to request access to this resource.
Required. The License Key issued by Melissa.
Example:customer_id={REPLACE-WITH-YOUR-LICENSE-KEY}
The License Key issued by Melissa.
- https://app.cicerodata.com/v3.1https://app.cicerodata.com/v3.1/officials_by_region
curl -i -X GET \
'https://app.cicerodata.com/v3.1/officials_by_region?customer_id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&district_type=NATIONAL_LOWER&country=US' \
-H 'Accept: */*' \
-H 'Content-Type: application/json'Response
{ "response": { "errors": [], "messages": [], "results": { … } } }