Back to Apievangelist

Overview

api-overview.md

latest1.5 KB
Original Source

API Evangelist Network API

API Evangelist Network API

Overview

Service info and unified search across the whole network.


Info

GET https://api.apievangelist.com/v1

/

Counts per resource type, entry points, documentation links, and how to engage.

Info › Responses

200

Service overview.

service ​string

version ​string

description ​string

counts ​object

resources ​string[]

documentation ​string · uri

openapi ​string · uri

mcp ​string · uri

engageEngage


GET https://api.apievangelist.com/v1

/search

Search every resource type at once. meta.facets.types carries per-type hit counts for the full result set (useful for filter chips); narrow with types=.

Search › query Parameters

q ​string

Free-text query over title, summary, tags, and body.

types ​string

Comma-separated resource types to include (default all).

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

Search › Responses

200

Paged, type-faceted results.

SearchEnvelope

meta ​object

dataDoc[]


Stories