api-media.md
API Evangelist Network API
Conversations, videos, white papers, and the newsletter.
GET https://api.apievangelist.com/v1
/conversations
Search or browse recorded conversations with API practitioners, with guest and media metadata.
q
string
Free-text query over title, summary, tags, and body.
tags
string
Comma-separated tag slugs.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Recorded conversations with guest and media metadata.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/conversations/{slug}
One conversation with guest detail and YouTube/SoundCloud links.
slug
string · required
include
string · enum
Set to content to inline the full markdown body (up to 200 KB).
Enum values: content
200404
The conversation.
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
/videos
Search or browse the video library (video.apievangelist.com) — interviews and discussions from across the API space, searchable by transcript.
q
string
Free-text query over title, summary, tags, and body.
tags
string
Comma-separated tag slugs.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Videos with YouTube metadata.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/videos/{slug}
One video with its YouTube id; include=content adds the full transcript.
slug
string · required
include
string · enum
Set to content to inline the full markdown body (up to 200 KB).
Enum values: content
200404
The video.
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
/papers
API Evangelist white papers — deep dives distilled from sixteen years of research, with outlines.
q
string
Free-text query over title, summary, tags, and body.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Papers with outlines and landing URLs.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/papers/{slug}
One paper with its full outline and landing URL.
slug
string · required
200404
The paper.
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
/newsletters
Weekly newsletter editions.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Weekly newsletter editions.
meta
object
data
Doc[]