Countries
Retrieve the details of a specific country.
Retrieve the details of a specific Country by supplying the country's 2 letter FIPS 10-4 Code (id).
get/v1/countries/{id}.{format}
Path parameters
idstring required
The 2 letter FIPS 10-4 Country Code for the Country you want to view. View all Country Codes
format'json' | 'xml' required
The format of the response, either 'json' or 'xml'.
Query parameters
api_keystring required
Your Joshua Project API key.
Response
The details about the specific country.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.