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/BZ/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/countries/BZ/",
    "code": "BZ",
    "pk": "BZ",
    "numerical_code_un": null,
    "name": "Belize",
    "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=BZ",
    "location": {
        "type": "Point",
        "coordinates": [
            -88.45,
            17.15
        ]
    },
    "polygon": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -89.14308,
                    17.808319
                ],
                [
                    -89.150909,
                    17.955468
                ],
                [
                    -89.029857,
                    18.001511
                ],
                [
                    -88.848344,
                    17.883198
                ],
                [
                    -88.490123,
                    18.486831
                ],
                [
                    -88.300031,
                    18.499982
                ],
                [
                    -88.296336,
                    18.353273
                ],
                [
                    -88.106813,
                    18.348674
                ],
                [
                    -88.123479,
                    18.076675
                ],
                [
                    -88.285355,
                    17.644143
                ],
                [
                    -88.197867,
                    17.489475
                ],
                [
                    -88.302641,
                    17.131694
                ],
                [
                    -88.239518,
                    17.036066
                ],
                [
                    -88.355428,
                    16.530774
                ],
                [
                    -88.551825,
                    16.265467
                ],
                [
                    -88.732434,
                    16.233635
                ],
                [
                    -88.930613,
                    15.887273
                ],
                [
                    -89.229122,
                    15.886938
                ],
                [
                    -89.150806,
                    17.015577
                ],
                [
                    -89.14308,
                    17.808319
                ]
            ]
        ]
    }
}