Back to Apis

Industries

developer-api-industries.md

latest3.8 KB
Original Source

APIs.io API

APIs.io API

Industries

Industry verticals grouping providers across the catalog.


List and filter industries.

GET https://apis.io/api/v1

/industries

The industry taxonomy — verticals grouping providers across the catalog. Filter by free text; sort by provider or API count.

List and filter industries. › query Parameters

q ​string · maxLength: 1024

Free-text query over name and description (and tags where applicable).

sort ​string · enum · maxLength: 1024

Sort order.

Enum values: provider_count

api_count

name

Default: provider_count

fields ​string[] · maxItems: 1000 · style: form

Sparse fieldset — comma-separated property names to return.

page ​integer · min: 1 · max: 1000000

1-based page number.

Default: 1

limit ​integer · min: 1 · max: 100

Items per page.

Default: 25

List and filter industries. › Responses

200400

List and filter industries.

IndustryList

metaMeta · required

Pagination and echoed-query metadata for collection responses.

dataIndustry[] · maxItems: 1000 · required


Get one industry, with its ranked providers.

GET https://apis.io/api/v1

/industries/{slug}

Returns a single industry by slug, including its aliases, counts, and the member providers ranked by score.

Get one industry, with its ranked providers. › path Parameters

slug ​string · maxLength: 1024 · required

Industrie slug (e.g. media-entertainment).

Get one industry, with its ranked providers. › query Parameters

fields ​string[] · maxItems: 1000 · style: form

Sparse fieldset — comma-separated property names to return.

Get one industry, with its ranked providers. › Responses

200404

Get one industry, with its ranked providers.

Industry

slug ​string · maxLength: 1024 · required

name ​string · maxLength: 1024 · required

short ​string · maxLength: 1024

One-line summary.

description ​string · maxLength: 20000

aliases ​string[] · maxItems: 1000

provider_count ​integer · max: 1000

api_count ​integer · max: 1000

providersRankedProvider[] · maxItems: 1000

Member providers, ranked by score. Returned on the single-industry endpoint; omitted from list responses by default.


Top-rated providers in an industry.

GET https://apis.io/api/v1

/industries/{slug}/leaders

Returns the highest-composite-scoring member providers of an industry vertical.

Top-rated providers in an industry. › path Parameters

slug ​string · maxLength: 1024 · required

Industry slug (e.g. financial-services).

Top-rated providers in an industry. › query Parameters

limit ​integer · min: 1 · max: 100

Items per page.

Default: 25

Top-rated providers in an industry. › Responses

200404

A page of the industry's top providers.


Artifact gaps across a whole industry.

GET https://apis.io/api/v1

/gaps/industry/{slug}

For an industry vertical, reports which valuable artifact types (MCP, Arazzo, Rules, Skills…) most member providers lack — where the vertical is under-served.

Artifact gaps across a whole industry. › path Parameters

slug ​string · maxLength: 1024 · required

Industry slug (e.g. financial-services).

Artifact gaps across a whole industry. › query Parameters

min_share ​number · max: 1000000000

Coverage threshold below which a type counts as an industry gap (0–1, default 0.5).

Artifact gaps across a whole industry. › Responses

200404

The industry's valuable-artifact coverage and gaps.


TagsRegions