Hi-Send Docs

Get geo political zones in a country(Nigeria)

https://core.hisend.hunnovate.com/api/v1/locations/countries/ng/geo-political-zones/{geo_political_zone_id}?api_key={api_key}

Get geo political zones in a country(Nigeria)


Path Parameters

geo_political_zone_id string required

The geo political zone id returned from the geo political zones endpoint

Query Params

page string optional default to 1

Page number

per_page string optional default to 30

Number of projects per page

search string optional

Search in all projects by name or description

api_key string required

The api key from your dashboard

200 Success Response Example


{
    "data": {
        "id": 1,
        "country_id": 47,
        "name": "North Central",
        "slug": "north-central",
        "created_at": null,
        "updated_at": null,
        "states_count": 7,
        "states": [
            {
                "id": 7,
                "country_id": 47,
                "geo_political_zone_id": 1,
                "name": "Benue",
                "identifier": "benue",
                "country_code": "NG",
                "logo": null,
                "short_name": null,
                "motto": null,
                "created_at": "2025-05-02T15:04:47.000000Z",
                "updated_at": "2025-05-02T15:04:47.000000Z",
            },
            {
                "id": 15,
                "country_id": 47,
                "geo_political_zone_id": 1,
                "name": "FCT",
                "identifier": "fct",
                "country_code": "NG",
                "logo": null,
                "short_name": null,
                "motto": null,
                "created_at": "2025-05-02T15:04:47.000000Z",
                "updated_at": "2025-05-02T15:04:47.000000Z",
            },
            {
                "id": 23,
                "country_id": 47,
                "geo_political_zone_id": 1,
                "name": "Kogi",
                "identifier": "kogi",
                "country_code": "NG",
                "logo": null,
                "short_name": null,
                "motto": null,
                "created_at": "2025-05-02T15:04:47.000000Z",
                "updated_at": "2025-05-02T15:04:47.000000Z",
            },
            {
                "id": 24,
                "country_id": 47,
                "geo_political_zone_id": 1,
                "name": "Kwara",
                "identifier": "kwara",
                "country_code": "NG",
                "logo": null,
                "short_name": null,
                "motto": null,
                "created_at": "2025-05-02T15:04:47.000000Z",
                "updated_at": "2025-05-02T15:04:47.000000Z",
            },
            {
                "id": 26,
                "country_id": 47,
                "geo_political_zone_id": 1,
                "name": "Nasarawa",
                "identifier": "nasarawa",
                "country_code": "NG",
                "logo": null,
                "short_name": null,
                "motto": null,
                "created_at": "2025-05-02T15:04:47.000000Z",
                "updated_at": "2025-05-02T15:04:47.000000Z",
            },
            {
                "id": 27,
                "country_id": 47,
                "geo_political_zone_id": 1,
                "name": "Niger",
                "identifier": "niger",
                "country_code": "NG",
                "logo": null,
                "short_name": null,
                "motto": null,
                "created_at": "2025-05-02T15:04:47.000000Z",
                "updated_at": "2025-05-02T15:04:47.000000Z",
            },
            {
                "id": 32,
                "country_id": 47,
                "geo_political_zone_id": 1,
                "name": "Plateau",
                "identifier": "plateau",
                "country_code": "NG",
                "logo": null,
                "short_name": null,
                "motto": null,
                "created_at": "2025-05-02T15:04:47.000000Z",
                "updated_at": "2025-05-02T15:04:47.000000Z",
            },
        ],
    },
    "message": "",
}