Data Samples

This page provides samples of Work Zone data in JSON format, accessible through an API. These samples offer structured representations of various work zones

{
    "type": "FeatureCollection",
    "feed_info": {
        "update_date": "2025-07-15T12:53:25.617Z",
        "publisher": "Rekor",
        "contact_name": "Rekor Command",
        "contact_email": "[email protected]",
        "version": "4.2",
        "license": "https://creativecommons.org/publicdomain/zero/1.0/",
        "data_sources": [
            {
                "data_source_id": "1",
                "organization_name": "Rekor"
            }
        ]
    },
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "MultiPoint",
                "coordinates": [
                    [
                        -97.71201778405786,
                        30.320603913011936
                    ]
                ]
            },
            "id": "1182705",
            "properties": {
                "core_details": {
                    "event_type": "work-zone",
                    "data_source_id": "1",
                    "road_names": [
                        "2222"
                    ],
                    "direction": "northbound",
                    "name": "2222 at Airport Boulevard",
                    "creation_date": "2024-07-14T14:54:22.273Z",
                    "update_date": "2025-07-14T23:01:41.499Z"
                },
                "start_date": "2024-07-13T21:00:44.115Z",
                "end_date": "2025-10-14T23:01:41.725Z",
                "is_start_date_verified": true,
                "is_end_date_verified": false,
                "is_start_position_verified": false,
                "is_end_position_verified": false,
                "work_zone_type": "static",
                "location_method": "other",
                "vehicle_impact": "all-lanes-open",
                "lanes": [
                    {
                        "order": 5,
                        "type": "shoulder",
                        "status": "open"
                    },
                    {
                        "order": 4,
                        "type": "general",
                        "status": "open"
                    },
                    {
                        "order": 3,
                        "type": "general",
                        "status": "open"
                    },
                    {
                        "order": 2,
                        "type": "general",
                        "status": "open"
                    },
                    {
                        "order": 1,
                        "type": "shoulder",
                        "status": "open"
                    }
                ],
                "beginning_cross_street": "Airport Boulevard",
                "beginning_milepost": 536.0,
                "types_of_work": [
                    {
                        "type_name": "minor-road-defect-repair"
                    }
                ],
                "worker_presence": {
                    "are_workers_present": false,
                    "method": "scheduled",
                    "worker_presence_last_confirmed_date": "2024-07-14T14:54:22.275Z",
                    "confidence": "medium"
                }
            }
        }
    ]
}

Last updated

Was this helpful?