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/KG/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/countries/KG/",
    "code": "KG",
    "pk": "KG",
    "numerical_code_un": null,
    "name": "Kyrgyzstan",
    "alt_name": null,
    "language": "en",
    "region": {
        "url": "https://oipa2018.unesco.org/api/regions/689/",
        "code": "689",
        "name": "South & Central Asia, 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=KG",
    "location": {
        "type": "Point",
        "coordinates": [
            75.0,
            41.0
        ]
    },
    "polygon": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    70.962315,
                    42.266154
                ],
                [
                    71.186281,
                    42.704293
                ],
                [
                    71.844638,
                    42.845395
                ],
                [
                    73.489758,
                    42.500894
                ],
                [
                    73.645304,
                    43.091272
                ],
                [
                    74.212866,
                    43.298339
                ],
                [
                    75.636965,
                    42.8779
                ],
                [
                    76.000354,
                    42.988022
                ],
                [
                    77.658392,
                    42.960686
                ],
                [
                    79.142177,
                    42.856092
                ],
                [
                    79.643645,
                    42.496683
                ],
                [
                    80.25999,
                    42.349999
                ],
                [
                    80.11943,
                    42.123941
                ],
                [
                    78.543661,
                    41.582243
                ],
                [
                    78.187197,
                    41.185316
                ],
                [
                    76.904484,
                    41.066486
                ],
                [
                    76.526368,
                    40.427946
                ],
                [
                    75.467828,
                    40.562072
                ],
                [
                    74.776862,
                    40.366425
                ],
                [
                    73.822244,
                    39.893973
                ],
                [
                    73.960013,
                    39.660008
                ],
                [
                    73.675379,
                    39.431237
                ],
                [
                    71.784694,
                    39.279463
                ],
                [
                    70.549162,
                    39.604198
                ],
                [
                    69.464887,
                    39.526683
                ],
                [
                    69.55961,
                    40.103211
                ],
                [
                    70.648019,
                    39.935754
                ],
                [
                    71.014198,
                    40.244366
                ],
                [
                    71.774875,
                    40.145844
                ],
                [
                    73.055417,
                    40.866033
                ],
                [
                    71.870115,
                    41.3929
                ],
                [
                    71.157859,
                    41.143587
                ],
                [
                    70.420022,
                    41.519998
                ],
                [
                    71.259248,
                    42.167711
                ],
                [
                    70.962315,
                    42.266154
                ]
            ]
        ]
    }
}