/
Insights
Sign out
Overview
Coverage Map
Browse Data
Download
API Access
Welcome back
Your MapAfrique location data snapshot
Total Verified
Locations
Added This Month
New locations
Cities Covered
Across Liberia
Categories
Location types
Top Categories
Verified locations
Coverage by City
Verified locations
Recently Added
Last 10 verified locations
DateNameCategoryCity
Coverage Map
Browse Data
NameCategoryCityPhoneGPSAdded
Download Data
Export your verified location data in the format that works for your team.
Filters (optional)
📄
CSV
Excel, Google Sheets, any spreadsheet app
🗺️
GeoJSON
QGIS, Mapbox, Leaflet, any GIS tool
{ }
JSON
Direct import into apps and databases
Data included in every export
ID  ·  Name  ·  Category  ·  Description  ·  Landmark directions  ·  City  ·  Country  ·  Latitude  ·  Longitude  ·  Phone  ·  WhatsApp  ·  Date added
API Access
Integrate MapAfrique data directly into your systems.
Your API Key
••••••••••••••••••••••••
Pass as X-API-Key header or ?api_key= parameter.
Endpoints
GET/v1/locations
List verified locations with optional filters
?category=pharmacy&city=Monrovia&limit=50
GET/v1/locations?lat=6.30&lng=-10.80&radius_km=2
Find locations within a radius of a GPS point (sorted by distance)
Returns distance_km field for each result
GET/v1/locations/:id
Get a single location by ID
api.mapafrique.app/v1/locations/abc123
GET/v1/locations/changes?since=2026-01-01
Get all locations added or updated since a date — use for delta sync
?since=2026-03-01
GET/v1/locations?format=geojson
Get results as a GeoJSON FeatureCollection for direct use in mapping tools
Works with all other filters
GET/v1/stats
Database statistics — total, recent additions, top categories
GET/v1/categories
All categories with location counts
GET/v1/coverage
Coverage summary grouped by city
Quick test
Run this in your terminal: