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/BE/?format=api
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/countries/BE/?format=api",
    "code": "BE",
    "pk": "BE",
    "numerical_code_un": null,
    "name": "Belgium",
    "alt_name": null,
    "language": "en",
    "region": {
        "url": "https://oipa2018.unesco.org/api/regions/89/?format=api",
        "code": "89",
        "name": "Europe, 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=BE",
    "location": {
        "type": "Point",
        "coordinates": [
            4.0,
            50.5
        ]
    },
    "polygon": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    3.314971,
                    51.345781
                ],
                [
                    4.047071,
                    51.267259
                ],
                [
                    4.973991,
                    51.475024
                ],
                [
                    5.606976,
                    51.037298
                ],
                [
                    6.156658,
                    50.803721
                ],
                [
                    6.043073,
                    50.128052
                ],
                [
                    5.782417,
                    50.090328
                ],
                [
                    5.674052,
                    49.529484
                ],
                [
                    4.799222,
                    49.985373
                ],
                [
                    4.286023,
                    49.907497
                ],
                [
                    3.588184,
                    50.378992
                ],
                [
                    3.123252,
                    50.780363
                ],
                [
                    2.658422,
                    50.796848
                ],
                [
                    2.513573,
                    51.148506
                ],
                [
                    3.314971,
                    51.345781
                ]
            ]
        ]
    }
}