Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

brvhprince/regions-districts-in-ghana

Domaine:

geospatial

Type de record:

software
Créateur:
brv
Hôte:
Regions, and their districts and capitals in Ghana # Regions and Districts in Ghana Regions, and their districts and capitals in Ghana ## Description A single endpoint returning a json-formatted response of Ghana's regions and their districts with corresponding capital. ## Usage ``` EDNPOINT: regions-and-districts-in-gh… REQUEST METHOD: GET ``` ### Url Params `/regions` Lists all regions with their districts and capitals `/regions/{region_code}` List districts of a specific region > Please see `codes.txt` for region codes ## Response Details of response data ### Model ```typescript interface district { code: string label: string category: string capital: string } interface region { code: string label: string capital: string districts: Array } ``` ### Sample Request Responses **All Regions** `regions-and-districts-in-gh…` ```json { "status": true, "regions": [ { "code": "AR", "label": "Ahafo Region", "capital": "Goaso", "districts": [ { "code": "ASN", "label": "Asunafo North", "category": "Municipal", "capital": "Goaso" } ] } ], "details": { "total_regions": 4, "total_districts": 73 } } ``` **Specific Region** `regions-and-districts-in-gh…` *region code can be uppercase or lowercase* ```json { "status": true, "regions": { "code": "AR", "label": "Ahafo Region", "capital": "Goaso", "districts": [ { "code": "ASN", "label": "Asunafo North", "category": "Municipal", "capital": "Goaso" }, { "code": "ASS", "label": "Asunafo South", "category": "District", "capital": "Kukuom" } ] }, "details": { "total_regions": 1, "total_districts": 6 } } ``` ## Installation - Clone project ```shell script git remote add my_awesome_regions github.com ``` - Run ```shell script yarn install ``` use npm if preferred - Start development server ```shell script yarn dev ``` - Build for production ```shell script yarn build ``` - Start production server ```shell script yarn star …

Visit

github.com

Languages

Akan

Tags

capitalsdistrictsghanametropolitanmunicipalregions

Licenses

MIT

Similaires

EmmanuelMmanda/Tanzania-GeoLocation-API-for-regions--districts-and-wardsernestamart/ghana-districts-pluginDevelopments in Plasmodium falciparum parasite rates for districts within regions of Tanzania, 2000–2015.Neonatal mortality clustering in the central districts of Ghanavalentineghanem-bit/ghana-immunisation-coverage-261-districtsvalentineghanem-bit/ghana-child-mortality-261-districts

EmmanuelMmanda/Tanzania-GeoLocation-API-for-regions--districts-and-wards

The Tanzania GeoData API provides endpoints for accessing data on regions, districts, and wards in T

ernestamart/ghana-districts-plugin

WordPress plugin for adding Ghana regions and districts dropdowns. Perfect for Ghanaian e-commerce,

Developments in Plasmodium falciparum parasite rates for districts within regions of Tanzania, 2000–2015.

Each graph represents a region, and each line a district within a region, with 2002 boundaries ob

Neonatal mortality clustering in the central districts of Ghana

Introduction Identifying high risk geographical clusters for neonatal mortality is important for g

valentineghanem-bit/ghana-immunisation-coverage-261-districts

Subnational immunisation coverage gaps and structural determinants in Ghana - 261 districts (DHS 202

valentineghanem-bit/ghana-child-mortality-261-districts

Subnational spatial distribution and ensemble ML predictors of neonatal and under-five mortality acr