PCI Observatory API
Read-only public REST API for integrating PCI Compliance Observatory data into your products, dashboards, and research tools. No authentication required. All responses include provenance metadata.
Response Envelope
{
"data": { /* endpoint-specific typed data */ },
"meta": {
"datasetId": "GRCTRACK-BDS-2026-001",
"methodologyVersion": "2026.1",
"methodologyId": "GRCTRACK-METH-2026-001",
"displayMode": "provisional",
"verificationStatus": "provisional",
"disclaimer": "Data is provisional — ...",
"sampleSize": 4721,
"lastUpdated": "2026-03-09T..."
},
"asOf": "2026-03-09T10:00:00.000Z",
"attribution": "GRCTrack Intelligence"
}Endpoints
/api/intelligence/observatory/overviewGlobal PCI overview — maturity score, audit hours, cost, automation, risk index snapshot.
/api/intelligence/observatory/maturityMaturity distribution by industry — P25, industry average, P75, YoY delta.
/api/intelligence/observatory/audit-hoursAudit programme hours by industry and region with trend deltas.
/api/intelligence/observatory/remediationRemediation delays by industry, PCI requirement hotspots, bottleneck data.
/api/intelligence/observatory/compliance-costCompliance cost by industry and maturity band — includes automation savings estimates.
/api/intelligence/observatory/automationAutomation adoption rates, historical trend 2019–2026, efficiency relationship.
/api/intelligence/observatory/regionsRegional maturity, audit hours, cost, and risk tier data for 7 regions.
/api/intelligence/observatory/feedLatest benchmark signals, trend changes, and methodology/changelog highlights.
/api/intelligence/observatory/export?format=json|csvFull snapshot export. Use ?format=json (default) or ?format=csv.
Quick Start
curl https://grctrack.com/api/intelligence/observatory/overview
curl -o pci-benchmarks.csv \ "https://grctrack.com/api/intelligence/observatory/export?format=csv"
const { data, meta } = await fetch(
'https://grctrack.com/api/intelligence/observatory/maturity'
).then(r => r.json());
console.log(data.globalAvg, meta.sampleSize);Attribution & Usage
All Observatory data is released for attribution-based reuse. When publishing data from these endpoints, cite as: