Compliance Intelligence API
Free, read-only JSON API for PCI DSS compliance benchmark intelligence. No auth required. Access maturity scores, audit hours, remediation delays, automation rates, and compliance costs across 7 industries and 22 countries.
https://grctrack.io/api/intelligenceData source: GRCTrack Benchmark Network — 4,721 programmes, 7 industries, 22 countries. All values are anonymised aggregates protected by k-anonymity (k ≥ 5). Updated monthly.
Endpoints
All endpoints accept GET requests and return application/json. Optional query parameters can filter results by industry or framework.
| Endpoint | Method | Query Params | Description |
|---|---|---|---|
/maturity-index | GET | none | Cross-industry PCI DSS maturity scores with percentile breakdowns and year-over-year deltas. |
/industry-benchmarks | GET | industry? | Full benchmark metrics per industry: maturity, audit hours, cost, automation rate, and remediation days. |
/audit-hours | GET | industry? | Audit hours benchmarks broken down by industry and compliance framework. |
/remediation-delays | GET | industry? | Remediation delay benchmarks including best-in-class, worst-in-class, and per-industry trends. |
/automation-adoption | GET | industry? | Automation rate trends from 2020 to 2026 across 7 industries with year-over-year growth data. |
/compliance-cost | GET | industry?, framework? | Compliance cost breakdown by industry and framework, including component-level cost allocation. |
/framework-benchmarks | GET | framework? | Benchmark data across PCI DSS v4, ISO 27001:2022, and SOC 2 Type II frameworks. |
Endpoint Reference
https://grctrack.io/api/intelligence/maturity-indexCross-industry PCI DSS maturity scores with percentile breakdowns and year-over-year deltas.
Example Request
Example Response
https://grctrack.io/api/intelligence/industry-benchmarksFull benchmark metrics per industry: maturity, audit hours, cost, automation rate, and remediation days.
Query Parameters
industry?Example Request
https://grctrack.io/api/intelligence/audit-hoursAudit hours benchmarks broken down by industry and compliance framework.
Query Parameters
industry?Example Request
https://grctrack.io/api/intelligence/remediation-delaysRemediation delay benchmarks including best-in-class, worst-in-class, and per-industry trends.
Query Parameters
industry?Example Request
https://grctrack.io/api/intelligence/automation-adoptionAutomation rate trends from 2020 to 2026 across 7 industries with year-over-year growth data.
Query Parameters
industry?Example Request
https://grctrack.io/api/intelligence/compliance-costCompliance cost breakdown by industry and framework, including component-level cost allocation.
Query Parameters
industry?framework?Example Request
Example Response
https://grctrack.io/api/intelligence/framework-benchmarksBenchmark data across PCI DSS v4, ISO 27001:2022, and SOC 2 Type II frameworks.
Query Parameters
framework?Example Request
Industry Filter Values
Pass as ?industry= query parameter
fintechsaasfinancial-serviceshealthcareecommerceretailhospitalityFramework Filter Values
Pass as ?framework= query parameter
PCI_DSS_v4ISO_27001_2022SOC_2_Type_IIRate Limits & Data Policy
Rate Limit
1,000 requests / day
Per IP address. No account required. Exceeding the limit returns HTTP 429.
Authentication
None required
All endpoints are publicly accessible. No API key, no sign-up, no OAuth.
CORS
Enabled (all origins)
Cross-Origin Resource Sharing is enabled. Call the API directly from browser JavaScript.
Data Freshness
Monthly updates
Benchmark data is refreshed every month from the GRCTrack network. Each response includes a generatedAt timestamp.
Privacy Model
k-Anonymity (k ≥ 5)
No individual organisation data is exposed. All values are cross-organisation aggregates meeting k-anonymity standards.
Format
JSON (UTF-8)
Content-Type: application/json. All numeric fields use standard JSON numbers. Dates are ISO 8601 UTC strings.
TypeScript Types
All response shapes are defined in the GRCTrack open-source type definitions.
Related Resources
Benchmark Tool →
Interactive compliance benchmark tool. Compare your programme against industry peers.
Data Sources →
Methodology and data sources behind the GRCTrack benchmark network.
Maturity Index →
Full PCI DSS maturity index with industry rankings and trend analysis.
Data Syndication →
Embed GRCTrack intelligence in your own platform via widgets or white-label data.