Use the Campaign Data API to get metadata about the owner of the nation if they are a political campaign.
GET /api/v1/campaign_data
Example:
Issuing a request like this:
GET http://foobar.nationbuilder.com/api/v1/campaign_data
Will get you a response like this:
{
"office_name": "Senator",
"state": "CA",
"county": null,
"city": null,
"federal_district": null,
"state_lower_district": null,
"state_upper_district": null,
"county_district": null,
"city_district": null,
"village_district": null,
"school_district": null,
"school_sub_district": null,
"judicial_district": null,
"fire_district": null
}