Open-data APIs, done simply.
Payloda is a growing collection of simple, self-serve APIs built on open, authoritative data. Clean endpoints, flat pricing, and a free tier. No opaque black boxes. No enterprise sales calls.
Live APIs, built the same way
Clean GET endpoints over open, authoritative data, and every response cites where it came from. Start free, upgrade as you grow.
Carbon Footprint & Emission Factor API
2,892 emission factors from open, authoritative data, and every result carries the year and an A-C data-quality tier. Built for CSRD / SEC / carbon-accounting tools and carbon-aware apps.
GET /grid/best-window?duration=3&zone=GB { "best_window": { "from": "2026-07-20T12:30Z", "avg_gco2_per_kwh": 88.7 }, "savings_vs_average_pct": 48.7, "recommendation": "Run your 3h load starting 12:30 UTC for ~49% lower carbon" }
Sanctions & Watchlist Screening API
Screen any name against 18 government sanctions & export-control lists (US OFAC/BIS/State, UN, UK, EU, Canada, France & Australia) in one call. Ranked, scored matches with full provenance. Built for KYC / KYB / AML and export compliance.
GET /screen?name=Yevgeny%20Prigozhin { "match_count": 6, "matched": true, "matches": [ { "score": 100.0, "matched_on": "PRIGOZHIN, Yevgeniy Viktorovich", "list": "UK OFSI Consolidated", "list_snapshot": "2026-06-03" } ] }
Vulnerability Intelligence & CVE Prioritization API
Look up any CVE or software dependency and get a P1-P5 patch-priority verdict: CVSS from NVD, actively-exploited status from CISA KEV and exploit probability from FIRST EPSS, all in one call. Built for vuln management, SBOM scanning and SOC enrichment.
GET /cve?id=CVE-2021-44228 { "cvss": 10.0, "kev": true, "epss": 0.975, "priority": { "tier": "P1", "label": "Patch now", "reason": "actively exploited in ransomware campaigns; 97%" } }
Flat, transparent plans
Start free, upgrade as you grow. Metered per API call. No seats, no "contact sales". Billed through the Zyla marketplace.
Trustworthy data, without the enterprise tax
The incumbents gate open-data answers behind opaque pricing and "contact sales". We don't.
Built on authoritative open data
Public and government datasets, used within licence, with no relicensed black boxes or mystery numbers.
No enterprise tax
Flat, transparent pricing with a free tier. Self-serve, with no seats, no minimums and no "contact sales".
GET, JSON, agent-ready
Clean query-param endpoints that are easy to integrate and friendly to LLM agents & MCP.