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/BF/?format=api
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/countries/BF/?format=api",
    "code": "BF",
    "pk": "BF",
    "numerical_code_un": null,
    "name": "Burkina Faso",
    "alt_name": null,
    "language": "en",
    "region": {
        "url": "https://oipa2018.unesco.org/api/regions/289/?format=api",
        "code": "289",
        "name": "South of Sahara, 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=BF",
    "location": {
        "type": "Point",
        "coordinates": [
            -2.0,
            13.0
        ]
    },
    "polygon": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -2.827496,
                    9.642461
                ],
                [
                    -3.511899,
                    9.900326
                ],
                [
                    -3.980449,
                    9.862344
                ],
                [
                    -4.330247,
                    9.610835
                ],
                [
                    -4.779884,
                    9.821985
                ],
                [
                    -4.954653,
                    10.152714
                ],
                [
                    -5.404342,
                    10.370737
                ],
                [
                    -5.470565,
                    10.95127
                ],
                [
                    -5.197843,
                    11.375146
                ],
                [
                    -5.220942,
                    11.713859
                ],
                [
                    -4.427166,
                    12.542646
                ],
                [
                    -4.280405,
                    13.228444
                ],
                [
                    -4.006391,
                    13.472485
                ],
                [
                    -3.522803,
                    13.337662
                ],
                [
                    -3.103707,
                    13.541267
                ],
                [
                    -2.967694,
                    13.79815
                ],
                [
                    -2.191825,
                    14.246418
                ],
                [
                    -2.001035,
                    14.559008
                ],
                [
                    -1.066363,
                    14.973815
                ],
                [
                    -0.515854,
                    15.116158
                ],
                [
                    -0.266257,
                    14.924309
                ],
                [
                    0.374892,
                    14.928908
                ],
                [
                    0.295646,
                    14.444235
                ],
                [
                    0.429928,
                    13.988733
                ],
                [
                    0.993046,
                    13.33575
                ],
                [
                    1.024103,
                    12.851826
                ],
                [
                    2.177108,
                    12.625018
                ],
                [
                    2.154474,
                    11.94015
                ],
                [
                    1.935986,
                    11.64115
                ],
                [
                    1.447178,
                    11.547719
                ],
                [
                    1.24347,
                    11.110511
                ],
                [
                    0.899563,
                    10.997339
                ],
                [
                    0.023803,
                    11.018682
                ],
                [
                    -0.438702,
                    11.098341
                ],
                [
                    -0.761576,
                    10.93693
                ],
                [
                    -1.203358,
                    11.009819
                ],
                [
                    -2.940409,
                    10.96269
                ],
                [
                    -2.963896,
                    10.395335
                ],
                [
                    -2.827496,
                    9.642461
                ]
            ]
        ]
    }
}