Replica · Schema

Daily Network Link Volumes

One row of Replica's "Daily Network Link Volumes" dataset. Derived from the published schema table at https://documentation.replicahq.com/docs/daily-network-link-volumes.

CompanyDataMobilityTransportationGeospatialUrban PlanningTravel Demand ModelingGovernmentAnalyticsData Platform

Properties

Name Type Description
stableEdgeId stringnull The unique ID of the network link.
biStableEdgeId stringnull The common identifier between two adjacent opposite-direction links for links on undivided roadways. On divided roadways, this field is a unique identifier similar to stableEdgeId.
street_name stringnull The principal name of the street belonging to the network link.
date stringnull The date of the network link volume estimation.
daily_vehicle_trips stringnull The estimated vehicle trip count on the selected date for the selected link. If directional counts are selected, this count will be per stableEdgeId; if not, this count will be per biStableEdgeId, whi
View JSON Schema on GitHub

JSON Schema

replica-daily-network-link-volumes.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-network-link-volumes.json",
  "title": "Daily Network Link Volumes",
  "description": "One row of Replica's \"Daily Network Link Volumes\" dataset. Derived from the published schema table at https://documentation.replicahq.com/docs/daily-network-link-volumes.",
  "x-source": "https://documentation.replicahq.com/docs/daily-network-link-volumes",
  "x-generated": "2026-08-02",
  "x-method": "derived",
  "x-status": "active",
  "type": "object",
  "properties": {
    "stableEdgeId": {
      "type": [
        "string",
        "null"
      ],
      "description": "The unique ID of the network link."
    },
    "biStableEdgeId": {
      "type": [
        "string",
        "null"
      ],
      "description": "The common identifier between two adjacent opposite-direction links for links on undivided roadways. On divided roadways, this field is a unique identifier similar to stableEdgeId."
    },
    "street_name": {
      "type": [
        "string",
        "null"
      ],
      "description": "The principal name of the street belonging to the network link."
    },
    "date": {
      "type": [
        "string",
        "null"
      ],
      "description": "The date of the network link volume estimation."
    },
    "daily_vehicle_trips": {
      "type": [
        "string",
        "null"
      ],
      "description": "The estimated vehicle trip count on the selected date for the selected link. If directional counts are selected, this count will be per stableEdgeId; if not, this count will be per biStableEdgeId, which sums up counts on undivided roadways."
    }
  },
  "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-network-link-volumes"
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.