Dashboard
Loading...
Total Verified
—
—
Pending Review
—
—
Categories
—
Active
Last Added
—
—
Recent locations
| Name | Category | Added | Status |
|---|---|---|---|
| Loading... | |||
Top categories
Data quality
—
Have landmark
—
Have phone
—
Verified rate
—
With photo
Submissions today by hour
Coverage Map
Location distribution across Liberia
🗺️
Open the live interactive map
All verified locations are shown on the main MapAfrique app
Open MapAfrique →
Locations by area
Pending Review
Loading...
Loading...
All Locations
Loading...
| Name | Category | City | GPS | Landmark | Phone | Added | Status |
|---|---|---|---|---|---|---|---|
| Loading... | |||||||
Analytics
Growth trends and data intelligence
This month
—
Locations added
This week
—
Locations added
Today
—
Locations added
Daily avg (30d)
—
Per day
Weekly growth — last 8 weeks
Category breakdown
Submission timeline
| Date & Time | Name | Category | Scout | Status |
|---|
Density & Coverage
Business concentration and gap analysis
Locations per area
Coverage gaps — missing categories
Overall coverage score
Scout Activity
Who is building the database
Scout leaderboard
Activity by day of week
Recent scout submissions
| Scout | Location | Category | Submitted | Status |
|---|
Export Data
Download your dataset
Choose format
CSV
Excel compatible
GeoJSON
GIS ready
JSON
API friendly
Configure filters above
API Access
Integrate MapAfrique data into your systems
Your API key
Keep secret. Contact support to regenerate.
// Get all verified locations
fetch('https://api.mapafrique.app/v1/locations', {
headers: { 'Authorization': 'Bearer ma_live_...' },
params: { city: 'monrovia', status: 'verified' }
})
Available endpoints
GET
/v1/locations
All locations
GET
/v1/locations/:id
Single location
GET
/v1/locations/nearby
By GPS + radius
GET
/v1/categories
Category list
GET
/v1/stats
Coverage stats
API coming soon. Data export is available now.