api-reference.md
API Evangelist Network API
The API vocabulary and the static machine-readable feeds.
GET https://api.apievangelist.com/v1
/vocabulary
Search the full API vocabulary — resources, actions, personas, domains, schemas, and tags.
q
string
Free-text query over title, summary, tags, and body.
category
string · enum
Enum values: resources
actions
personas
domains
schemas
tags
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Vocabulary terms.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/vocabulary/{category}
The terms in one vocabulary category.
category
string · enum · required
Enum values: resources
actions
personas
domains
schemas
tags
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Terms in the category.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/feeds
The zero-auth JSON feeds every network site publishes — the no-key alternative to this API.
200
Feed registry.
meta
object
data
Doc[]