/states
Returns a summary of all the Nigerian states.
curl https://next.facts.ng/api/states
Example response
[
{
"id": "abia",
"name": "Abia",
"uri": "https://next.facts.ng/api/states/abia",
"region": "South East",
"capital": "Umuahia",
"deputy": "Ude Oko Chukwu",
"governor": "Alex Otti",
"slogan": "God's Own State"
},
{
"id": "adamawa",
"name": "Adamawa",
"uri": "https://next.facts.ng/api/states/adamawa",
"region": "North East",
"capital": "Yola",
"deputy": "Kaletapwa Farauta",
"governor": "Ahmadu Fintiri",
"slogan": "Highest Peak Of The Nation"
}
]