Cicero tracks legislative district boundaries and makes information about the districts available through the legislative_district resource. The default response ordering is by id.
Use location queries on this resource.
Cost: 1 credit
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/legislative_district
curl -i -X GET \
'https://app.cicerodata.com/v3.1/legislative_district?customer_id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&lat=33.63756710910554&lon=-117.60695049134513' \
-H 'Accept: */*' \
-H 'Content-Type: application/json'Response
{ "response": { "errors": [], "messages": [], "results": { … } } }