Returns all Municipalities. When parameters are specified, returns matching municipalities.
Name | Type | Description | Notes |
---|---|---|---|
has_financials | bool | Return municipalities with financials | [optional] |
government_name | str | Return municipalities with a government name matching the given query | [optional] |
government_type | str | Return municipalities with the given government type | [optional] |
area_name | str | Return municipalities with an area name matching the given query | [optional] |
area_type | str | Return municipalities with the given area type | [optional] |
city | str | Return municipalities in the given city | [optional] |
state | str | Return municipalities in the given state | [optional] |
zipcode | float | Return municipalities in the given zipcode | [optional] |
population_greater_than | float | Return municipalities with a population greater than the given number | [optional] |
population_less_than | float | Return municipalities with a population less than the given number | [optional] |
enrollment_greater_than | float | Return municipalities with an enrollment greater than the given number | [optional] |
enrollment_less_than | float | Return municipalities with an enrollment less than the given number | [optional] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
municipalities | list[Municipality] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID for Municipality |
census_id | float | The ID for the census |
government_name | str | The government name of the Municipality |
government_type | str | The type of government of the Municipality |
primary_contact_type | str | The primary contact type of the Municipality |
address1 | str | The first line of the address |
address2 | str | The second line of the address (i.e. suite number) |
city | str | The city in which the Municipality is located in |
state | str | The state in which the Municipality is located in |
zip | str | The zip code in which the Municipality is located in |
web_site | str | The web site of the Municipality |
population | float | The population of the Municipality |
population_as_of_year | float | The year from which the population of the Municipality was measured |
enrollment | float | The enrollment of the Municipality |
enrollment_as_of_year | float | The year from which the enrollment of the Municipality was measured |
area_name | str | The name of the area of the Municipality |
area_type | str | The type of area of the Municipality |
latitude | float | The latitude of the location of the Municipality |
longitude | float | The longitude of the location of the Municipality |