FCC Field Geo API
Live construction as-built data, straight from FCC crews in the field. Read-only, JSON/GeoJSON/KML, WGS84. One key = one project or site.
BASEhttps://app.fiberconstructioncompany.com/api/field/v1/geoexport/{key}/{scope}/{id}
| Placeholder | Meaning |
|---|---|
{key} | Your API key, e.g. fck_9f2c…. Treat it like a password. |
{scope} | site or project — told to you when the key is issued. |
{id} | The numeric site or project id, issued with the key. |
What you get
- Four GeoJSON layers — marks, structures, segments, cables — in WGS84 (EPSG:4326).
- Two JSON tables — per-fiber splices and the photo evidence manifest.
- A live KML feed — auto-refreshing NetworkLink for ArcGIS and Google Earth.
All endpoints are GET, return current state on every request, and send Access-Control-Allow-Origin: * so browser apps can call them directly. Data updates as crews sync from the field — typically within seconds of capture.
First call
Start at Authentication to verify your key, then work through the endpoints in the sidebar. Integrating a GIS? Jump to the ArcGIS recipe or the importer guide.