api-standards-measurement.md
API Evangelist Network API
What a standards body actually ships — repositories, maturity, governance, coalition — as distinct from the catalog entry describing what a standard IS.
GET https://api.apievangelist.com/v1
/standards/measured
The bodies API Evangelist has actually profiled — repository counts, maturity, governance and coalition. Distinct from /standards, which lists catalog entries describing what a standard IS. Free: a specification is a public good, and so is an honest read of its adoption.
page
integer
limit
integer
200400
Standards bodies with a measured profile.
GET https://api.apievangelist.com/v1
/standards/{slug}/measurement
Summary counts across every measured part, the provenance behind each, and the caveats where our machine-readable source disagrees with the body's own published surface. Also states what is NOT measured, so absence reads as absence rather than as zero.
slug
string · required
200404
The measured profile of one body.
GET https://api.apievangelist.com/v1
/standards/{slug}/adoption
Repositories published, how many graduated past unclassified and the resulting share, release cadence and contributor count — the question a Standard Report is written to answer.
slug
string · required
200404
How far adoption actually got.
GET https://api.apievangelist.com/v1
/standards/{slug}/coalition
Governing bodies and their membership, working groups, member companies and named people. A company count of zero carries a note explaining it (AsyncAPI is crowdfunded and has no corporate roster) — zero and "not measured" are different claims and are returned differently.
slug
string · required
200404
Who is actually behind the standard.
GET https://api.apievangelist.com/v1
/standards/{slug}/repositories
Name, description, maturity, stars, forks, open issues and archived status for each repository.
slug
string · required
page
integer
limit
integer
200404
Every repository the body publishes.