Back to Apievangelist

Reference

api-reference.md

latest1.6 KB
Original Source

API Evangelist Network API

API Evangelist Network API

Reference

The API vocabulary and the static machine-readable feeds.


Vocabularies

GET https://api.apievangelist.com/v1

/vocabulary

Search the full API vocabulary — resources, actions, personas, domains, schemas, and tags.

Vocabularies › query Parameters

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

Vocabularies › Responses

200

Vocabulary terms.

PagedEnvelope

meta ​object

dataDoc[]


Vocabulary

GET https://api.apievangelist.com/v1

/vocabulary/{category}

The terms in one vocabulary category.

Vocabulary › path Parameters

category ​string · enum · required

Enum values: resources

actions

personas

domains

schemas

tags

Vocabulary › query Parameters

page ​integer · min: 1

Default: 1

limit ​integer · min: 1 · max: 100

Default: 25

Vocabulary › Responses

200

Terms in the category.

PagedEnvelope

meta ​object

dataDoc[]


Feeds

GET https://api.apievangelist.com/v1

/feeds

The zero-auth JSON feeds every network site publishes — the no-key alternative to this API.

Feeds › Responses

200

Feed registry.

PagedEnvelope

meta ​object

dataDoc[]


MediaTimelines