Hi-Send Docs

Get geo political zones in a country(Nigeria)

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

Get geo political zones in a country(Nigeria)


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


{
    "current_page": 1,
    "data": [
        {
            "id": 1,
            "country_id": 47,
            "name": "North Central",
            "slug": "north-central",
            "created_at": null,
            "updated_at": null,
            "states_count": 7,
        },
        {
            "id": 2,
            "country_id": 47,
            "name": "North East",
            "slug": "north-east",
            "created_at": null,
            "updated_at": null,
            "states_count": 6,
        },
    ],
    "first_page_url": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones?page=1",
    "from": 1,
    "last_page": 3,
    "last_page_url": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones?page=3",
    "links": [
        {
            "url": null,
            "label": "« Previous",
            "active": false,
        },
        {
            "url": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones?page=1",
            "label": 1,
            "active": true,
        },
        {
            "url": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones?page=2",
            "label": 2,
            "active": false,
        },
        {
            "url": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones?page=3",
            "label": 3,
            "active": false,
        },
        {
            "url": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones?page=2",
            "label": "Next »",
            "active": false,
        },
    ],
    "next_page_url": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones?page=2",
    "path": "https://core.hisend.hunnovate.com/api/v1/countries/ng/geo-political-zones",
    "per_page": 2,
    "prev_page_url": null,
    "to": 2,
    "total": 6,
}