Back to Apievangelist

Areas

api-areas.md

latest1.9 KB
Original Source

API Evangelist Network API

API Evangelist Network API

Areas

The 77 focused topic areas and their related-area graph.


Areas

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

/areas

Search or browse the 77 focused topic areas of the network.

Areas › query Parameters

q ​string

Free-text query over title, summary, tags, and body.

tags ​string

Comma-separated tag slugs.

fields ​string

Comma-separated sparse field projection.

page ​integer · min: 1

Default: 1

limit ​integer · min: 1 · max: 100

Default: 25

Areas › Responses

200

The 77 topic areas.

PagedEnvelope

meta ​object

dataDoc[]


Area

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

/areas/{slug}

One topic area with its related-area graph resolved to full objects.

Area › path Parameters

slug ​string · required

Area › Responses

200404

The area; related is resolved to {slug,title,url,summary} objects.

Area

type ​string

slug ​string

title ​string

summary ​string

url ​string · uri

tags ​string[]

date ​string

content ​string

Full markdown body when include=content.

related ​object[]


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

/areas/{slug}/related

Content across the network related to a topic area. Ranked by shared-tag relevance (rare, specific tags weigh most). Cross-type by default; filter with types.

slug ​string · required

types ​string

Restrict to these content types (comma-separated).

limit ​integer · min: 1 · max: 100

Default: 25

200404

A page of related content.


StoriesGuidance