api-operations.md
API Evangelist Network API
Strategies, experiences, and the stops along the API lifecycle.
GET https://api.apievangelist.com/v1
/strategies
Search or browse the strategies collection (75) — API strategy patterns.
q
string
Free-text query over title, summary, tags, and body.
tags
string
Comma-separated tag slugs.
match
string · enum
Tag match mode.
Enum values: any
all
Default: any
fields
string
Comma-separated sparse field projection.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Paged strategies.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/strategies/{slug}
One entry from the strategies collection; include=content adds the full body.
slug
string · required
include
string · enum
Set to content to inline the full markdown body (up to 200 KB).
Enum values: content
200404
The entry.
type
string
slug
string
title
string
summary
string
url
string · uri
tags
string[]
date
string
content
string
Full markdown body when include=content.
GET https://api.apievangelist.com/v1
/experiences
Search or browse the experiences collection (46) — API producer and consumer experience patterns.
q
string
Free-text query over title, summary, tags, and body.
tags
string
Comma-separated tag slugs.
match
string · enum
Tag match mode.
Enum values: any
all
Default: any
fields
string
Comma-separated sparse field projection.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Paged experiences.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/experiences/{slug}
One entry from the experiences collection; include=content adds the full body.
slug
string · required
include
string · enum
Set to content to inline the full markdown body (up to 200 KB).
Enum values: content
200404
The entry.
type
string
slug
string
title
string
summary
string
url
string · uri
tags
string[]
date
string
content
string
Full markdown body when include=content.
GET https://api.apievangelist.com/v1
/lifecycle
Search or browse the lifecycle collection (29) — stops along the API lifecycle.
q
string
Free-text query over title, summary, tags, and body.
tags
string
Comma-separated tag slugs.
match
string · enum
Tag match mode.
Enum values: any
all
Default: any
fields
string
Comma-separated sparse field projection.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Paged lifecycle.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/lifecycle/{slug}
One stop along the API lifecycle; include=content adds the full body.
slug
string · required
include
string · enum
Set to content to inline the full markdown body (up to 200 KB).
Enum values: content
200404
The entry.
type
string
slug
string
title
string
summary
string
url
string · uri
tags
string[]
date
string
content
string
Full markdown body when include=content.