Countries
This resource represents a geographical country.
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 |
|
continent read-only |
Reference Object |
The continent that this country belongs to. |
place read-only |
Reference Object |
|
states read-only |
Nested Object |
A list of states associated to this country. |
Get a Country
-
GET /countries/(country_id)
List Countries
-
GET /countries