Country Detail
Returns detailed information about Country.
URI Format
/api/countries/{country_id}
URI Parameters
country_id: Numerical ID of desired Country
Request parameters
fields(optional): List of fields to display
GET /api/countries/VG/
{ "url": "https://oipa2018.unesco.org/api/countries/VG/", "code": "VG", "pk": "VG", "numerical_code_un": null, "name": "Virgin Islands (British)", "alt_name": null, "language": "en", "region": { "url": "https://oipa2018.unesco.org/api/regions/389/", "code": "389", "name": "North & Central America, regional" }, "un_region": null, "unesco_region": null, "dac_country_code": null, "iso3": null, "alpha3": null, "fips10": null, "data_source": "IATI", "activities": "https://oipa2018.unesco.org/api/activities/?recipient_country=VG", "location": { "type": "Point", "coordinates": [ -64.3, 18.3 ] }, "polygon": null }