Replica · Schema

Daily VMT

One row of Replica's "Daily VMT" dataset. Derived from the published schema table at https://documentation.replicahq.com/docs/daily-vmt.

CompanyDataMobilityTransportationGeospatialUrban PlanningTravel Demand ModelingGovernmentAnalyticsData Platform

Properties

Name Type Description
geoid stringnull The ID of the geographic feature in the selected geo breakdown. If the feature is a Census geography, this field will contain its FIPS code.
geo_name stringnull The name of the geographic feature in the selected geo breakdown.
date stringnull The date of the network link volume estimation underlying the VMT summation.
vmt stringnull The estimated network link volumes within the geographic feature multiplied by the length of the network links within the feature.
View JSON Schema on GitHub

JSON Schema

replica-daily-vmt.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/replica/refs/heads/main/json-schema/replica-daily-vmt.json",
  "title": "Daily VMT",
  "description": "One row of Replica's \"Daily VMT\" dataset. Derived from the published schema table at https://documentation.replicahq.com/docs/daily-vmt.",
  "x-source": "https://documentation.replicahq.com/docs/daily-vmt",
  "x-generated": "2026-08-02",
  "x-method": "derived",
  "x-status": "active",
  "type": "object",
  "properties": {
    "geoid": {
      "type": [
        "string",
        "null"
      ],
      "description": "The ID of the geographic feature in the selected geo breakdown. If the feature is a Census geography, this field will contain its FIPS code."
    },
    "geo_name": {
      "type": [
        "string",
        "null"
      ],
      "description": "The name of the geographic feature in the selected geo breakdown."
    },
    "date": {
      "type": [
        "string",
        "null"
      ],
      "description": "The date of the network link volume estimation underlying the VMT summation."
    },
    "vmt": {
      "type": [
        "string",
        "null"
      ],
      "description": "The estimated network link volumes within the geographic feature multiplied by the length of the network links within the feature."
    }
  },
  "additionalProperties": true
}

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/replica-daily-vmt"
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 email required.

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