From 437c32bf2180d4739cf2bdfe9713599059a09e19 Mon Sep 17 00:00:00 2001 From: ArshadAbba2209 Date: Mon, 29 Jun 2026 13:17:47 +0200 Subject: [PATCH] Add Pan Africa Data API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Pan Africa Data — a macroeconomic and subnational income data API covering all 54 African countries. Provides GDP, population, poverty, remittances, FDI and proprietary city-level income distribution for 509 cities. REST API with apiKey auth. https://panafricadata.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1937560..d9be4190 100644 --- a/README.md +++ b/README.md @@ -1396,6 +1396,7 @@ API | Description | Auth | HTTPS | CORS | | [openAFRICA](https://africaopendata.org/) | Large datasets repository of African open data | No | Yes | Unknown | | [OpenCorporates](http://api.opencorporates.com/documentation/API-Reference) | Data on corporate entities and directors in many countries | `apiKey` | Yes | Unknown | | [OpenSanctions](https://www.opensanctions.org/docs/api/) | Data on international sanctions, crime and politically exposed persons | No | Yes | Yes | +| [Pan Africa Data](https://panafricadata.com) | Macroeconomic and subnational income distribution data for all 54 African countries | `apiKey` | Yes | Unknown | | [PeakMetrics](https://rapidapi.com/peakmetrics-peakmetrics-default/api/peakmetrics-news) | News articles and public datasets | `apiKey` | Yes | Unknown | | [Recreation Information Database](https://ridb.recreation.gov/) | Recreational areas, federal lands, historic sites, museums, and other attractions/resources(US) | `apiKey` | Yes | Unknown | | [Scoop.it](http://www.scoop.it/dev) | Content Curation Service | `apiKey` | No | Unknown |