US Census Bureau · Schema

CensusDatasetMetadata

DCAT-compatible metadata entry describing a single Census Data API dataset as published in https://api.census.gov/data.json.

GovernmentFederalDemographicsStatisticsEconomicsGeospatialOpen DataPublic Sector

Properties

Name Type Description
@type string
title string Human-readable dataset title.
description string
identifier string Unique dataset identifier (URI form).
c_vintage integer Reference year of the dataset.
c_dataset array Path components identifying the dataset under api.census.gov/data/{vintage}/.
c_geographyLink string Link to the geography hierarchy JSON for this dataset.
c_variablesLink string
c_groupsLink string
c_examplesLink string
c_isAvailable boolean
distribution array
publisher object Census Bureau publisher org chain.
contactPoint object
license string
spatial string
temporal string
modified string
programCode array
View JSON Schema on GitHub

JSON Schema

census-dataset-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/us-census-bureau/main/json-schema/census-dataset-metadata-schema.json",
  "title": "CensusDatasetMetadata",
  "description": "DCAT-compatible metadata entry describing a single Census Data API dataset as published in https://api.census.gov/data.json.",
  "type": "object",
  "required": ["title", "identifier", "c_vintage", "c_dataset", "distribution"],
  "properties": {
    "@type": {
      "type": "string",
      "const": "dcat:Dataset"
    },
    "title": {
      "type": "string",
      "description": "Human-readable dataset title."
    },
    "description": {
      "type": "string"
    },
    "identifier": {
      "type": "string",
      "description": "Unique dataset identifier (URI form)."
    },
    "c_vintage": {
      "type": "integer",
      "description": "Reference year of the dataset."
    },
    "c_dataset": {
      "type": "array",
      "items": {"type": "string"},
      "description": "Path components identifying the dataset under api.census.gov/data/{vintage}/."
    },
    "c_geographyLink": {
      "type": "string",
      "format": "uri",
      "description": "Link to the geography hierarchy JSON for this dataset."
    },
    "c_variablesLink": {
      "type": "string",
      "format": "uri"
    },
    "c_groupsLink": {
      "type": "string",
      "format": "uri"
    },
    "c_examplesLink": {
      "type": "string",
      "format": "uri"
    },
    "c_isAvailable": {
      "type": "boolean"
    },
    "distribution": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "@type": {"type": "string"},
          "accessURL": {"type": "string", "format": "uri"},
          "format": {"type": "string"},
          "mediaType": {"type": "string"},
          "description": {"type": "string"}
        }
      }
    },
    "publisher": {
      "type": "object",
      "description": "Census Bureau publisher org chain."
    },
    "contactPoint": {
      "type": "object",
      "properties": {
        "fn": {"type": "string"},
        "hasEmail": {"type": "string"}
      }
    },
    "license": {
      "type": "string",
      "format": "uri"
    },
    "spatial": {
      "type": "string"
    },
    "temporal": {
      "type": "string"
    },
    "modified": {
      "type": "string"
    },
    "programCode": {
      "type": "array",
      "items": {"type": "string"}
    }
  }
}

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/census-dataset-metadata"
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.