WZDx v4.2 Work Zone Feed

The GeoJSON output of a WZDx Work Zone Feed (v4.2)

TravelUnited StatesAviationAirlinesAirportsGovernmentRegulatorDistributionAviation Consumer ProtectionOpen DataTransportationSafetyStatisticsAutomotiveRail

Properties

Name Type Description
feed_info object
type object The GeoJSON type
features array An array of GeoJSON Feature objects which represent WZDx road events
bbox object
road_event_feed_info object
View JSON Schema on GitHub

JSON Schema

us-dot-wzdx-4.2-workzonefeed.json Raw ↑
{
  "$id": "https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/WorkZoneFeed.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WZDx v4.2 Work Zone Feed",
  "description": "The GeoJSON output of a WZDx Work Zone Feed (v4.2)",
  "type": "object",
  "properties": {
    "feed_info": {
      "$ref": "https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/FeedInfo.json"
    },
    "type": {
      "description": "The GeoJSON type",
      "enum": ["FeatureCollection"]
    },
    "features": {
      "description": "An array of GeoJSON Feature objects which represent WZDx road events",
      "type": "array",
      "items": {
        "allOf": [
          {
            "properties": {
              "properties": {
                "properties": {
                  "core_details": {
                    "properties": {
                      "event_type": {
                        "enum": ["work-zone", "detour"]
                      }
                    },
                    "required": ["event_type"]
                  }
                },
                "required": ["core_details"]
              }
            },
            "required": ["properties"]
          },
          {
            "$ref": "https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/RoadEventFeature.json"
          }
        ]
      }
    },
    "bbox": {
      "$ref": "https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/BoundingBox.json"
    },
    "road_event_feed_info": {
      "$ref": "https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/FeedInfo.json"
    }
  },
  "required": ["type", "features"],
  "anyOf": [
    { 
      "required": ["feed_info"]
    },
    {
      "required": ["road_event_feed_info"]
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/us-dot-wzdx-4.2-workzonefeed"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.