{
  "name": "California Road Data",
  "url": "https://californiaroaddata.com",
  "description": "Browse live Caltrans cameras, lane closures, chain controls, message signs, weather stations, and travel times across California.",
  "provider": {
    "@type": "Organization",
    "name": "California Department of Transportation",
    "alternateName": "Caltrans",
    "url": "https://dot.ca.gov"
  },
  "navigation": {
    "home": "https://californiaroaddata.com/",
    "llms": "https://californiaroaddata.com/llms.txt",
    "llmsFull": "https://californiaroaddata.com/llms-full.txt",
    "robots": "https://californiaroaddata.com/robots.txt",
    "sitemap": "https://californiaroaddata.com/sitemap-index.xml",
    "mcp": "https://californiaroaddata.com/mcp",
    "mcpMetadata": "https://californiaroaddata.com/api/mcp",
    "mcpAlias": "https://californiaroaddata.com/sse"
  },
  "llmsGuides": {
    "patterns": "https://californiaroaddata.com/llms/patterns.txt",
    "types": "https://californiaroaddata.com/llms/types.txt",
    "districts": "https://californiaroaddata.com/llms/districts.txt",
    "counties": "https://californiaroaddata.com/llms/counties.txt",
    "routes": "https://californiaroaddata.com/llms/routes.txt",
    "mcp": "https://californiaroaddata.com/llms/mcp.txt"
  },
  "urlPatterns": {
    "type": "/[type]",
    "district": "/[type]/[district-id]",
    "county": "/[type]/county/[county-slug]",
    "route": "/[type]/route/[route-slug]",
    "item": "/[slug]/[id]"
  },
  "dataTypes": [
    {
      "id": "cc",
      "name": "Chain Controls",
      "url": "https://californiaroaddata.com/cc",
      "districts": [
        "01",
        "02",
        "03",
        "06",
        "07",
        "08",
        "09",
        "10",
        "11"
      ],
      "countiesUrl": "https://californiaroaddata.com/cc/counties",
      "routesUrl": "https://californiaroaddata.com/cc/routes",
      "districtsUrl": "https://californiaroaddata.com/cc/districts"
    },
    {
      "id": "cctv",
      "name": "CCTV",
      "url": "https://californiaroaddata.com/cctv",
      "districts": [
        "01",
        "02",
        "03",
        "04",
        "05",
        "06",
        "07",
        "08",
        "09",
        "10",
        "11",
        "12"
      ],
      "countiesUrl": "https://californiaroaddata.com/cctv/counties",
      "routesUrl": "https://californiaroaddata.com/cctv/routes",
      "districtsUrl": "https://californiaroaddata.com/cctv/districts"
    },
    {
      "id": "cms",
      "name": "Message Signs",
      "url": "https://californiaroaddata.com/cms",
      "districts": [
        "01",
        "02",
        "03",
        "04",
        "05",
        "06",
        "07",
        "08",
        "09",
        "10",
        "11",
        "12"
      ],
      "countiesUrl": "https://californiaroaddata.com/cms/counties",
      "routesUrl": "https://californiaroaddata.com/cms/routes",
      "districtsUrl": "https://californiaroaddata.com/cms/districts"
    },
    {
      "id": "lcs",
      "name": "Lane Closures",
      "url": "https://californiaroaddata.com/lcs",
      "districts": [
        "01",
        "02",
        "03",
        "04",
        "05",
        "06",
        "07",
        "08",
        "09",
        "10",
        "11",
        "12"
      ],
      "countiesUrl": "https://californiaroaddata.com/lcs/counties",
      "routesUrl": "https://californiaroaddata.com/lcs/routes",
      "districtsUrl": "https://californiaroaddata.com/lcs/districts"
    },
    {
      "id": "rwis",
      "name": "Weather Stations",
      "url": "https://californiaroaddata.com/rwis",
      "districts": [
        "02",
        "03",
        "06",
        "08",
        "09"
      ],
      "countiesUrl": "https://californiaroaddata.com/rwis/counties",
      "routesUrl": "https://californiaroaddata.com/rwis/routes",
      "districtsUrl": "https://californiaroaddata.com/rwis/districts"
    },
    {
      "id": "tt",
      "name": "Travel Times",
      "url": "https://californiaroaddata.com/tt",
      "districts": [
        "03",
        "08",
        "11",
        "12"
      ],
      "countiesUrl": "https://californiaroaddata.com/tt/counties",
      "routesUrl": "https://californiaroaddata.com/tt/routes",
      "districtsUrl": "https://californiaroaddata.com/tt/districts"
    }
  ],
  "districts": [
    {
      "id": "01",
      "name": "Eureka"
    },
    {
      "id": "02",
      "name": "Redding"
    },
    {
      "id": "03",
      "name": "Marysville"
    },
    {
      "id": "04",
      "name": "Bay Area"
    },
    {
      "id": "05",
      "name": "San Luis Obispo"
    },
    {
      "id": "06",
      "name": "Fresno"
    },
    {
      "id": "07",
      "name": "Los Angeles"
    },
    {
      "id": "08",
      "name": "San Bernardino"
    },
    {
      "id": "09",
      "name": "Bishop"
    },
    {
      "id": "10",
      "name": "Stockton"
    },
    {
      "id": "11",
      "name": "San Diego"
    },
    {
      "id": "12",
      "name": "Orange County"
    }
  ],
  "countyCount": 58,
  "routeCount": 251
}