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/LC/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/countries/LC/",
    "code": "LC",
    "pk": "LC",
    "numerical_code_un": null,
    "name": "Saint Lucia",
    "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=LC",
    "location": {
        "type": "Point",
        "coordinates": [
            -60.58,
            13.53
        ]
    },
    "polygon": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -60.88679,
                    14.010077
                ],
                [
                    -60.882965,
                    13.980618
                ],
                [
                    -60.883046,
                    13.954413
                ],
                [
                    -60.89509,
                    13.877346
                ],
                [
                    -60.892201,
                    13.833197
                ],
                [
                    -60.904612,
                    13.784247
                ],
                [
                    -60.907297,
                    13.77733
                ],
                [
                    -60.910308,
                    13.776109
                ],
                [
                    -60.922841,
                    13.772691
                ],
                [
                    -60.927113,
                    13.769924
                ],
                [
                    -60.931752,
                    13.760321
                ],
                [
                    -60.940785,
                    13.722113
                ],
                [
                    -60.947011,
                    13.716295
                ],
                [
                    -60.950103,
                    13.714667
                ],
                [
                    -60.955068,
                    13.714667
                ],
                [
                    -60.973378,
                    13.739
                ],
                [
                    -61.048166,
                    13.76732
                ],
                [
                    -61.064931,
                    13.786933
                ],
                [
                    -61.068105,
                    13.792182
                ],
                [
                    -61.074208,
                    13.798733
                ],
                [
                    -61.078114,
                    13.806301
                ],
                [
                    -61.071156,
                    13.821967
                ],
                [
                    -61.070058,
                    13.832099
                ],
                [
                    -61.071156,
                    13.851793
                ],
                [
                    -61.072743,
                    13.858222
                ],
                [
                    -61.075592,
                    13.863267
                ],
                [
                    -61.078114,
                    13.869615
                ],
                [
                    -61.078521,
                    13.879788
                ],
                [
                    -61.075917,
                    13.890367
                ],
                [
                    -61.066884,
                    13.909003
                ],
                [
                    -61.064931,
                    13.917304
                ],
                [
                    -61.059478,
                    13.93122
                ],
                [
                    -61.035553,
                    13.964911
                ],
                [
                    -61.026601,
                    13.987372
                ],
                [
                    -61.002268,
                    14.023139
                ],
                [
                    -60.99706,
                    14.027167
                ],
                [
                    -60.987294,
                    14.032538
                ],
                [
                    -60.98233,
                    14.03734
                ],
                [
                    -60.97997,
                    14.043524
                ],
                [
                    -60.976064,
                    14.061184
                ],
                [
                    -60.972076,
                    14.068101
                ],
                [
                    -60.947621,
                    14.102281
                ],
                [
                    -60.933461,
                    14.111884
                ],
                [
                    -60.914133,
                    14.105699
                ],
                [
                    -60.918609,
                    14.088446
                ],
                [
                    -60.911936,
                    14.079495
                ],
                [
                    -60.901031,
                    14.073391
                ],
                [
                    -60.892974,
                    14.064683
                ],
                [
                    -60.890207,
                    14.052232
                ],
                [
                    -60.88679,
                    14.010077
                ]
            ]
        ]
    }
}