Getting Started
No signup or key is required — the free tier allows 5 requests/second and 1,000 requests/day
straight away. The base URL is https://api.apievangelist.com/v1.
Hello, network
Code
The service root returns counts per resource type, entry points, and documentation links — a good first call for both humans and agents.
Search everything
Code
meta.facets.types carries per-type hit counts for the full result set; narrow with types=:
Code
Browse an area
Code
Areas connect stories, building blocks, papers, and services around one of 77 topics.
Query a building block collection
Code
The same shape works across all nine collections: guidance, rules, policies, standards,
strategies, schema, properties, experiences, and lifecycle.
Inline the full content
List responses return summaries. Add include=content to inline the markdown body:
Code
From JavaScript
Code
Shaping responses
- Pagination —
page+limit(maxlimit=100) - Sparse fields —
fields=name,slug,tagsto trim payloads - Tag filtering —
tags=governance,gatewaywithmatch=any|all
See the full API Reference for every parameter and response shape, and Authentication when you outgrow the free tier.
