{
  "name": "Ghana Population — Open Data",
  "description": "Population, area and density for Ghana's 16 administrative regions and 261 districts. All data 2021 census + GADM 4.1 boundaries.",
  "baseUrl": "https://ghanapopulation.com",
  "sources": {
    "population": "Ghana Statistical Service · 2021 Population and Housing Census",
    "populationVia": "citypopulation.de",
    "area": "GADM 4.1 ADM1/ADM2 polygons (spherical-excess)"
  },
  "endpoints": {
    "regions": "/api/regions.json",
    "regionsCsv": "/api/regions.csv",
    "region": "/api/regions/{slug}",
    "districts": "/api/districts.json",
    "districtsCsv": "/api/districts.csv",
    "district": "/api/districts/{regionSlug}/{districtSlug}",
    "search": "/api/search.json",
    "schema": "/api/schema.json",
    "llms": "/llms.txt"
  },
  "counts": {
    "regions": 16,
    "districts": 261
  },
  "regions": [
    {
      "slug": "western",
      "name": "Western",
      "apiPath": "/api/regions/western"
    },
    {
      "slug": "central",
      "name": "Central",
      "apiPath": "/api/regions/central"
    },
    {
      "slug": "greater-accra",
      "name": "Greater Accra",
      "apiPath": "/api/regions/greater-accra"
    },
    {
      "slug": "volta",
      "name": "Volta",
      "apiPath": "/api/regions/volta"
    },
    {
      "slug": "eastern",
      "name": "Eastern",
      "apiPath": "/api/regions/eastern"
    },
    {
      "slug": "ashanti",
      "name": "Ashanti",
      "apiPath": "/api/regions/ashanti"
    },
    {
      "slug": "western-north",
      "name": "Western North",
      "apiPath": "/api/regions/western-north"
    },
    {
      "slug": "ahafo",
      "name": "Ahafo",
      "apiPath": "/api/regions/ahafo"
    },
    {
      "slug": "upper-east",
      "name": "Upper East",
      "apiPath": "/api/regions/upper-east"
    },
    {
      "slug": "upper-west",
      "name": "Upper West",
      "apiPath": "/api/regions/upper-west"
    },
    {
      "slug": "northern",
      "name": "Northern",
      "apiPath": "/api/regions/northern"
    },
    {
      "slug": "oti",
      "name": "Oti",
      "apiPath": "/api/regions/oti"
    },
    {
      "slug": "bono",
      "name": "Bono",
      "apiPath": "/api/regions/bono"
    },
    {
      "slug": "bono-east",
      "name": "Bono East",
      "apiPath": "/api/regions/bono-east"
    },
    {
      "slug": "north-east",
      "name": "North East",
      "apiPath": "/api/regions/north-east"
    },
    {
      "slug": "savannah",
      "name": "Savannah",
      "apiPath": "/api/regions/savannah"
    }
  ],
  "schema": "/api/schema.json"
}
