Back to Apievangelist

Toolbox

api-toolbox.md

latest6.5 KB
Original Source

API Evangelist Network API

API Evangelist Network API

Toolbox

Standards, solutions, tools, schema, and properties — the raw materials of API operations.


Standards

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

/standards

Search or browse the standards collection (432) — the API standards landscape.

Standards › query Parameters

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

Standards › Responses

200

Paged standards.

PagedEnvelope

meta ​object

dataDoc[]


Standard

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

/standards/{slug}

One entry from the standards collection; include=content adds the full body.

Standard › path Parameters

slug ​string · required

Standard › query Parameters

include ​string · enum

Set to content to inline the full markdown body (up to 200 KB).

Enum values: content

Standard › Responses

200404

The entry.

Doc

type ​string

slug ​string

title ​string

summary ​string

url ​string · uri

tags ​string[]

date ​string

content ​string

Full markdown body when include=content.


Solutions

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

/solutions

The solutions registry (742) — third-party API services and tools (gateways, portals, testing, monitoring, …) ranked by adoption across the companies API Evangelist tracks. Browse the site at https://solutions.apievangelist.com.

Solutions › query Parameters

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

Solutions › Responses

200

Solutions.

PagedEnvelope

meta ​object

dataDoc[]


Solution

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

/solutions/{slug}

One solution from the vendor registry, with its website and adoption count.

Solution › path Parameters

slug ​string · required

Solution › Responses

200404

The solution.

Doc

type ​string

slug ​string

title ​string

summary ​string

url ​string · uri

tags ​string[]

date ​string

content ​string

Full markdown body when include=content.


Tools

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

/tools

The open-source tooling registry (405) — the tools in use across the companies API Evangelist tracks, each with adoption counts and technology-radar placement. Browse the site at https://tools.apievangelist.com.

Tools › query Parameters

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

Tools › Responses

200

Tools.

PagedEnvelope

meta ​object

dataDoc[]


Tool

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

/tools/{slug}

One tool from the tooling registry, with its website, adoption count, and radar ring.

Tool › path Parameters

slug ​string · required

Tool › Responses

200404

The tool.

Doc

type ​string

slug ​string

title ​string

summary ​string

url ​string · uri

tags ​string[]

date ​string

content ​string

Full markdown body when include=content.


Schemas

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

/schema

Search or browse the schema collection (11) — schema definitions and patterns.

Schemas › query Parameters

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

Schemas › Responses

200

Paged schema.

PagedEnvelope

meta ​object

dataDoc[]


Schema

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

/schema/{slug}

One entry from the schema collection; include=content adds the full body.

Schema › path Parameters

slug ​string · required

Schema › query Parameters

include ​string · enum

Set to content to inline the full markdown body (up to 200 KB).

Enum values: content

Schema › Responses

200404

The entry.

Doc

type ​string

slug ​string

title ​string

summary ​string

url ​string · uri

tags ​string[]

date ​string

content ​string

Full markdown body when include=content.


Properties

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

/properties

Search or browse the properties collection (790) — API property patterns.

Properties › query Parameters

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

Properties › Responses

200

Paged properties.

PagedEnvelope

meta ​object

dataDoc[]


Property

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

/properties/{slug}

One entry from the properties collection; include=content adds the full body.

Property › path Parameters

slug ​string · required

Property › query Parameters

include ​string · enum

Set to content to inline the full markdown body (up to 200 KB).

Enum values: content

Property › Responses

200404

The entry.

Doc

type ​string

slug ​string

title ​string

summary ​string

url ​string · uri

tags ​string[]

date ​string

content ​string

Full markdown body when include=content.


GovernanceOperations