Get rid of hardcoded JSON data & go Lightweight 🍂
Provides geolocation, population and general information about countries (in simple JSON responses)
⊖{
"error": false,
"msg": "lagos with population",
"data": ⊖{
"city": "Lagos",
"country": "Nigeria",
"populationCounts": ⊖[
⊖{
"year": "1991",
"value": "5195247",
"sex": "Both Sexes",
"reliabilty": "Final figure, complete"
}
]
}
}