api-governance.md
API Evangelist Network API
The policies and rules that align the business and engineering sides of API operations.
GET https://api.apievangelist.com/v1
/policies
Search or browse the policies collection (283) — API policies for enterprise operations.
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 policies.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/policies/{slug}
One entry from the policies 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
/rules
Search or browse the rules collection (617) — machine-readable API governance rules.
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 rules.
meta
object
data
Doc[]
GET https://api.apievangelist.com/v1
/rules/{slug}
One entry from the rules 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.