api-stories.md
API Evangelist Network API
The API Evangelist blog — 5,000+ posts since 2010.
GET https://api.apievangelist.com/v1
/posts
Search or browse 5,000+ API Evangelist stories (2010–present); filter by year or tags.
q
string
Free-text query over title, summary, tags, and body.
year
string
Filter to one publication year.
tags
string
Comma-separated tag slugs.
match
string · enum
Tag match mode.
Enum values: any
all
Default: any
sort
string · enum
Enum values: default
title
date
fields
string
Comma-separated sparse field projection.
page
integer · min: 1
Default: 1
limit
integer · min: 1 · max: 100
Default: 25
200
Paged stories, newest first by default.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/posts/{slug}
One story by slug (YYYY-MM-DD-slug); include=content adds the full markdown 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 story.
type
string
slug
string
title
string
summary
string
url
string · uri
tags
string[]
date
string
content
string
Full markdown body when include=content.