api-areas.md
API Evangelist Network API
The 77 focused topic areas and their related-area graph.
GET https://api.apievangelist.com/v1
/areas
Search or browse the 77 focused topic areas of the network.
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
200
The 77 topic areas.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/areas/{slug}
One topic area with its related-area graph resolved to full objects.
slug
string · required
200404
The area; related is resolved to {slug,title,url,summary} objects.
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.