Open Data Portal
Free, machine-readable data on all public building projects in Edo State. Download bulk datasets, explore live statistics, or query the API directly. Published under the Open Government Licence.
Live Statistics
44
Total Projects
55.9%
Avg Completion
₦147.8B
Portfolio Value
5
LGAs Covered
2
Inspections Filed
13
On Track (Green)
28
At Risk (Amber)
3
Critical (Red)
Download Datasets
Projects Dataset
Browse, filter, and download all projects — available in CSV, GeoJSON, or JSON formats with full field documentation.
GeoJSON — Map-Ready Data
GPS-tagged project locations in GeoJSON format — loads directly into QGIS, Mapbox, ArcGIS, or Google Maps Studio.
Download GeoJSONREST API — JSON Feed
Paginated JSON API for developers — filter by LGA, type, health status, or search by keyword. No authentication required.
Open JSON APIContractor Rankings
Public league table of 0 verified contractors with performance scores and tier classifications.
View RankingsPlatform Statistics
Summary statistics — counts, completion averages, LGA breakdown in a single JSON object.
View JSON StatsMap Data (JSON)
Lightweight map feed with coordinates and health status — optimised for real-time map overlays.
View Map APIProjects by Local Government Area
| LGA | Total | Green | Amber | Red | Avg Completion | Total Value |
|---|---|---|---|---|---|---|
| Oredo | 27 | 13 | 14 | 0 |
|
₦23,876M |
| Esan Central | 9 | 0 | 9 | 0 |
|
₦94,644M |
| Esan West | 4 | 0 | 1 | 3 |
|
₦17,686M |
| Etsako West | 2 | 0 | 2 | 0 |
|
₦9,886M |
| Esan South-East | 2 | 0 | 2 | 0 |
|
₦1,758M |
Projects by Type
Office
Housing
Other
Market
School
Health
Water
API Reference
Content-Type: application/json. Rate limit: 60 requests per minute per IP. CORS is enabled for all public endpoints.
| Method | Endpoint | Description | Parameters |
|---|---|---|---|
| GET | /api/v1/public/projects |
Paginated list of all public projects |
page, per_page, lga, type, health_status, q, format=csv|geojson
|
| GET | /api/v1/public/projects/{id} |
Single project detail by ID or slug | — |
| GET | /api/v1/public/map |
Lightweight map feed — coordinates, health status, completion | lga, health_status |
| GET | /api/v1/public/stats |
Aggregate platform statistics (cached 1 hour) | — |
| GET | /api/v1/public/contractors |
Verified contractor list with performance scores | tier, q |
| POST | /api/v1/public/feedback |
Submit citizen concern about a project | project_id, category, description, name, email |
Example Requests
curl "https://edobuild360.com/api/v1/public/projects?lga=Egor&per_page=25&page=1"
curl -o edo-projects.csv "https://edobuild360.com/api/v1/public/projects?format=csv"
curl "https://edobuild360.com/api/v1/public/map?health_status=red"
curl -X POST "https://edobuild360.com/api/v1/public/feedback" \
-H "Content-Type: application/json" \
-d '{
"project_id": "uuid-here",
"category": "abandoned",
"description": "The contractor abandoned site 6 months ago.",
"name": "Osas Igbinedion",
"email": "osas@example.com"
}'
Open Government Licence
All data published on this portal is made available under the Open Government Licence (OGL). You are free to copy, publish, distribute, transmit, and adapt the data — including commercially — provided you acknowledge the source:
Data accuracy is the responsibility of the implementing MDAs. The SA Office publishes data as submitted. Figures updated daily at 06:00 WAT.