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/SR/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/countries/SR/",
    "code": "SR",
    "pk": "SR",
    "numerical_code_un": null,
    "name": "Suriname",
    "alt_name": null,
    "language": "en",
    "region": {
        "url": "https://oipa2018.unesco.org/api/regions/489/",
        "code": "489",
        "name": "South 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=SR",
    "location": {
        "type": "Point",
        "coordinates": [
            -56.0,
            4.0
        ]
    },
    "polygon": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -57.147436,
                    5.97315
                ],
                [
                    -55.949318,
                    5.772878
                ],
                [
                    -55.84178,
                    5.953125
                ],
                [
                    -55.03325,
                    6.025291
                ],
                [
                    -53.958045,
                    5.756548
                ],
                [
                    -54.478633,
                    4.896756
                ],
                [
                    -54.399542,
                    4.212611
                ],
                [
                    -54.006931,
                    3.620038
                ],
                [
                    -54.181726,
                    3.18978
                ],
                [
                    -54.269705,
                    2.732392
                ],
                [
                    -54.524754,
                    2.311849
                ],
                [
                    -55.097587,
                    2.523748
                ],
                [
                    -55.569755,
                    2.421506
                ],
                [
                    -55.973322,
                    2.510364
                ],
                [
                    -56.073342,
                    2.220795
                ],
                [
                    -55.9056,
                    2.021996
                ],
                [
                    -55.995698,
                    1.817667
                ],
                [
                    -56.539386,
                    1.899523
                ],
                [
                    -57.150098,
                    2.768927
                ],
                [
                    -57.281433,
                    3.333492
                ],
                [
                    -57.601569,
                    3.334655
                ],
                [
                    -58.044694,
                    4.060864
                ],
                [
                    -57.86021,
                    4.576801
                ],
                [
                    -57.914289,
                    4.812626
                ],
                [
                    -57.307246,
                    5.073567
                ],
                [
                    -57.147436,
                    5.97315
                ]
            ]
        ]
    }
}