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/TJ/
HTTP 200 OK
						Allow: GET, HEAD, OPTIONS
						Content-Type: application/json
						Vary: Accept
						
					{
    "url": "https://oipa2018.unesco.org/api/countries/TJ/",
    "code": "TJ",
    "pk": "TJ",
    "numerical_code_un": null,
    "name": "Tajikistan",
    "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=TJ",
    "location": {
        "type": "Point",
        "coordinates": [
            71.0,
            39.0
        ]
    },
    "polygon": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    71.014198,
                    40.244366
                ],
                [
                    70.648019,
                    39.935754
                ],
                [
                    69.55961,
                    40.103211
                ],
                [
                    69.464887,
                    39.526683
                ],
                [
                    70.549162,
                    39.604198
                ],
                [
                    71.784694,
                    39.279463
                ],
                [
                    73.675379,
                    39.431237
                ],
                [
                    73.928852,
                    38.505815
                ],
                [
                    74.257514,
                    38.606507
                ],
                [
                    74.864816,
                    38.378846
                ],
                [
                    74.829986,
                    37.990007
                ],
                [
                    74.980002,
                    37.41999
                ],
                [
                    73.948696,
                    37.421566
                ],
                [
                    73.260056,
                    37.495257
                ],
                [
                    72.63689,
                    37.047558
                ],
                [
                    72.193041,
                    36.948288
                ],
                [
                    71.844638,
                    36.738171
                ],
                [
                    71.448693,
                    37.065645
                ],
                [
                    71.541918,
                    37.905774
                ],
                [
                    71.239404,
                    37.953265
                ],
                [
                    71.348131,
                    38.258905
                ],
                [
                    70.806821,
                    38.486282
                ],
                [
                    70.376304,
                    38.138396
                ],
                [
                    70.270574,
                    37.735165
                ],
                [
                    70.116578,
                    37.588223
                ],
                [
                    69.518785,
                    37.608997
                ],
                [
                    69.196273,
                    37.151144
                ],
                [
                    68.859446,
                    37.344336
                ],
                [
                    68.135562,
                    37.023115
                ],
                [
                    67.83,
                    37.144994
                ],
                [
                    68.392033,
                    38.157025
                ],
                [
                    68.176025,
                    38.901553
                ],
                [
                    67.44222,
                    39.140144
                ],
                [
                    67.701429,
                    39.580478
                ],
                [
                    68.536416,
                    39.533453
                ],
                [
                    69.011633,
                    40.086158
                ],
                [
                    69.329495,
                    40.727824
                ],
                [
                    70.666622,
                    40.960213
                ],
                [
                    70.45816,
                    40.496495
                ],
                [
                    70.601407,
                    40.218527
                ],
                [
                    71.014198,
                    40.244366
                ]
            ]
        ]
    }
}