The OS for Agentic Intelligence

Rigor meets Productivity

Building the data substrate for the agentic web. We harmonize millions of structured content units—delivering them as APIs and interactive apps for the next generation of AI.

The Data Pipeline

From raw public statistics to structured intelligence. Explore our rigorous 4-stage process designed for the agentic web.

Public Sources

Ingestion of raw data from trusted global institutions including World Bank, WHO, CDC, and Census bureaus.

Harmonization

Content Engine

Agent Delivery

Why Build With Us?

The features that make ctzn.pub the standard for AI data.

Academically Rigorous

Derived from trusted public sources like World Bank, CDC, and GSS. We trace every datapoint to its origin.

Always Fresh

Automated pipelines update data daily as sources release new reports.

Agent-Ready API

Responses include structured JSON, natural language narratives, and chart configurations.

Visual Components

Pre-built React components designed for dark-mode agentic interfaces.

Developer Resources

API Documentation

Programmatic access to the ctzn.pub catalog. Query stories, retrieve chart configurations, and integrate data directly into your agents.

API Playground
GET /api/v1/health/alcohol

Parameters

format
json, csv (Default: json)
limit
Max records to return (Default: 100)
api_key
Required for production use

Example Response

{
  "status": "success",
  "meta": {
    "source": "BRFSS",
    "updated": "2025-01-12T00:00:00Z",
    "attribution": "CDC / ctzn.pub"
  },
  "data": [
    {
      "dimension": "Income",
      "values": [
        { "label": "High", "value": 24.2, "unit": "%" },
        { "label": "Low", "value": 13.1, "unit": "%" }
      ]
    }
  ]
}

Authentication

All requests must include a valid API key in the header X-API-Key or as a query parameter.

Rate Limits

Free tier: 1,000 requests / month.
Pro tier: 100,000 requests / month.
Enterprise: Custom limits.

Ready to integrate?

Start building reliable, data-driven agentic workflows today.