API Version:
v1 v2
Name | Description | Example |
---|---|---|
has_financials
|
Return municipalities with financials | - |
government_name
|
Return municipalities with a government name matching the given query | - |
government_type
|
Return municipalities with the given government type | - |
area_name
|
Return municipalities with an area name matching the given query | - |
area_type
|
Return municipalities with the given area type
Options:
Borough
Census Borough
Census County
Census Division
Census Parish
City
City And County
County
Municipality
Parish
|
- |
city
|
Return municipalities in the given city | - |
state
|
Return municipalities in the given state | - |
zipcode
|
Return municipalities in the given zipcode | - |
population_greater_than
|
Return municipalities with a population greater than the given number | - |
population_less_than
|
Return municipalities with a population less than the given number | - |
enrollment_greater_than
|
Return municipalities with an enrollment greater than the given number | - |
enrollment_less_than
|
Return municipalities with an enrollment less than the given number | - |
next_page
|
Gets the next page of data from a previous API call | - |
has_financials
* required
Return municipalities with financials
|
||
government_name
* required
Return municipalities with a government name matching the given query
|
||
government_type
* required
Return municipalities with the given government type
|
||
area_name
* required
Return municipalities with an area name matching the given query
|
||
area_type
* required
Return municipalities with the given area type
|
||
city
* required
Return municipalities in the given city
|
||
state
* required
Return municipalities in the given state
|
||
zipcode
* required
Return municipalities in the given zipcode
|
||
population_greater_than
* required
Return municipalities with a population greater than the given number
|
||
population_less_than
* required
Return municipalities with a population less than the given number
|
||
enrollment_greater_than
* required
Return municipalities with an enrollment greater than the given number
|
||
enrollment_less_than
* required
Return municipalities with an enrollment less than the given number
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type | Example |
---|---|---|---|
municipalities | array | - | |
id
|
The Intrinio ID for Municipality | string | |
census_id
|
The ID for the census | number | |
government_name
|
The government name of the Municipality | string | |
government_type
|
The type of government of the Municipality | string | |
primary_contact_type
|
The primary contact type of the Municipality | string | |
address1
|
The first line of the address | string | |
address2
|
The second line of the address (i.e. suite number) | string | |
city
|
The city in which the Municipality is located in | string | |
state
|
The state in which the Municipality is located in | string | |
zip
|
The zip code in which the Municipality is located in | string | |
web_site
|
The web site of the Municipality | string | |
population
|
The population of the Municipality | number | |
population_as_of_year
|
The year from which the population of the Municipality was measured | number | |
enrollment
|
The enrollment of the Municipality | number | |
enrollment_as_of_year
|
The year from which the enrollment of the Municipality was measured | number | |
area_name
|
The name of the area of the Municipality | string | |
area_type
|
The type of area of the Municipality | string | |
latitude
|
The latitude of the location of the Municipality | number | |
longitude
|
The longitude of the location of the Municipality | number | |
next_page | The token required to request the next page of the data | string | - |
municipalities
|
|||
next_page
The token required to request the next page of the data
|