States¶
This resource represents a geographical state.
XML Schema:
Resource Definition¶
Note
This resource can be searched, allowing to you to access a filtered set of data. See our Searching The G API documentation for details on how to query specific fields and the operators available.
Fields
| Name | Type | Description | 
|---|---|---|
| id read-only | String | |
| href read-only | Field | |
| name required | String | The name of the state. | 
| country required | Reference Object | |
| place required | Nested Object | |
| 
 | String | |
| 
 | Field | |
| 
 | String | The name of this place. | 
| 
 | List | A list of alternate names for this state. Generally, these may be alternate spellings, or historic names. | 
Get a State
- GET /states/(state_id)¶
List States
- GET /states¶