{
  "name": "GENZ TECH Data API",
  "description": "Free, public, read-only JSON and CSV endpoints for every GENZ TECH data tracker: AI coding benchmarks, API pricing, funding rounds, exploited CVEs and memecoin rankings.",
  "url": "https://genztech.blog/api/",
  "version": "v1",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Data by GENZ TECH (https://genztech.blog). Free to use with attribution + a link.",
  "access": {
    "auth": "None. No API key, no signup, no quota.",
    "methods": [
      "GET",
      "HEAD"
    ],
    "cors": "Access-Control-Allow-Origin: * — safe to fetch() directly from a browser.",
    "rateLimit": "None enforced. These are static files on a CDN; please cache rather than polling.",
    "cache": "Cache-Control: public, max-age=3600, stale-while-revalidate=86400. Data changes at most once per day.",
    "stability": "Paths under /api/v1/ are stable. Breaking changes ship as /api/v2/."
  },
  "datasets": [
    {
      "id": "leaderboard",
      "name": "AI Coding Leaderboard",
      "description": "Frontier AI models ranked for coding by verified SWE-bench Verified and Pro scores, with per-token pricing, context window and open-weights status.",
      "updated": "2026-07-23",
      "records": 22,
      "recordsKey": "models",
      "csvRows": 22,
      "fields": [
        "rank",
        "name",
        "maker",
        "open",
        "sweBenchVerified",
        "sweBenchPro",
        "terminalBench",
        "inputPricePer1M",
        "outputPricePer1M",
        "context",
        "verified",
        "sameAs"
      ],
      "json": "https://genztech.blog/api/v1/leaderboard.json",
      "csv": "https://genztech.blog/api/v1/leaderboard.csv",
      "page": "https://genztech.blog/ai-coding-leaderboard/",
      "embed": "https://genztech.blog/ai-coding-leaderboard/embed/"
    },
    {
      "id": "leaderboard-history",
      "name": "AI Coding Leaderboard History",
      "description": "Every historical snapshot of the leaderboard, reconstructed from this repository's git history — how the ranking and its leader changed over time.",
      "updated": "2026-07-23",
      "records": 11,
      "recordsKey": "snapshots",
      "csvRows": 121,
      "fields": [
        "date",
        "commit",
        "updated",
        "rankedCount",
        "leader",
        "models"
      ],
      "json": "https://genztech.blog/api/v1/leaderboard-history.json",
      "csv": "https://genztech.blog/api/v1/leaderboard-history.csv",
      "page": "https://genztech.blog/ai-coding-leaderboard/"
    },
    {
      "id": "funding",
      "name": "Tech Funding Tracker",
      "description": "Major AI and tech funding rounds we have covered and verified: amount, round, sector, lead investors, valuation and the article documenting each.",
      "updated": "2026-07-24",
      "records": 39,
      "recordsKey": "rounds",
      "csvRows": 39,
      "fields": [
        "company",
        "amountM",
        "amount",
        "round",
        "sector",
        "investors",
        "valuation",
        "date",
        "dateDisplay",
        "what",
        "post"
      ],
      "json": "https://genztech.blog/api/v1/funding.json",
      "csv": "https://genztech.blog/api/v1/funding.csv",
      "page": "https://genztech.blog/funding-tracker/",
      "embed": "https://genztech.blog/funding-tracker/embed/"
    },
    {
      "id": "cves",
      "name": "CVE Watchlist",
      "description": "High-impact vulnerabilities triaged by real-world exploitation status, with CVSS, CISA KEV flag and the specific remediation action for each.",
      "updated": "2026-07-24",
      "records": 15,
      "recordsKey": "items",
      "csvRows": 15,
      "fields": [
        "id",
        "product",
        "type",
        "cvss",
        "status",
        "kev",
        "action",
        "date",
        "note",
        "post"
      ],
      "json": "https://genztech.blog/api/v1/cves.json",
      "csv": "https://genztech.blog/api/v1/cves.csv",
      "page": "https://genztech.blog/cve-watchlist/",
      "embed": "https://genztech.blog/cve-watchlist/embed/"
    },
    {
      "id": "crypto",
      "name": "Top 10 Crypto Prices",
      "description": "The 10 largest cryptocurrencies by market cap with live price, 24h change, market cap, all-time high and how far below that high each currently trades.",
      "updated": "2026-07-24",
      "records": 10,
      "recordsKey": "coins",
      "csvRows": 10,
      "fields": [
        "rank",
        "cgRank",
        "id",
        "name",
        "symbol",
        "priceUsd",
        "change24hPct",
        "marketCapUsd",
        "volume24hUsd",
        "allTimeHighUsd",
        "allTimeHighDate",
        "percentFromAllTimeHigh",
        "circulatingSupply",
        "stablecoin"
      ],
      "json": "https://genztech.blog/api/v1/crypto.json",
      "csv": "https://genztech.blog/api/v1/crypto.csv",
      "page": "https://genztech.blog/crypto-prices/",
      "embed": "https://genztech.blog/crypto-prices/embed/"
    },
    {
      "id": "memecoins",
      "name": "Memecoin Tracker",
      "description": "Top memecoins per chain by market cap — price, 24h change, market cap and volume, snapshotted at build time from CoinGecko.",
      "updated": "2026-07-24",
      "records": 5,
      "recordsKey": "chains",
      "csvRows": 50,
      "fields": [
        "key",
        "label",
        "coins"
      ],
      "json": "https://genztech.blog/api/v1/memecoins.json",
      "csv": "https://genztech.blog/api/v1/memecoins.csv",
      "page": "https://genztech.blog/memecoins/",
      "embed": "https://genztech.blog/memecoins/embed/"
    }
  ],
  "views": [
    {
      "name": "AI API Cost Calculator",
      "page": "https://genztech.blog/ai-cost-calculator/",
      "derivedFrom": "leaderboard",
      "note": "Interactive monthly-cost view of the same pricing fields; models without a confirmed output price are excluded rather than estimated."
    },
    {
      "name": "Biggest AI Funding Rounds",
      "page": "https://genztech.blog/biggest-ai-funding-rounds/",
      "derivedFrom": "funding",
      "note": "The same dataset filtered to AI and ranked by disclosed round size."
    }
  ],
  "docs": "https://genztech.blog/api/"
}