Providers
Organizations publishing APIs on the network.
List and filter providers.
List providers, optionally filtered by free text, tags, or the artifact types they publish.
query Parameters
qFree-text query over name and description (and tags where applicable).
tagsComma-separated tags to filter by. Tag names are Title Case (e.g. Messaging); lowercase slugs (e.g. messaging) are also accepted.
matchWhether results must match any (default) or all of the supplied tags.
artifact_typesComma-separated artifact types. Filters which artifacts are returned and (on list endpoints) which APIs qualify.
industryFilter by one or more industry slugs.
regionFilter by one or more region slugs.
bandFilter by one or more rating bands.
min_scoreMinimum composite score (0–100).
max_scoreMaximum composite score (0–100).
trendFilter by trend marker.
Week-over-week movement in composite score (±5 thresholds).
facetFacet to apply min_facet against.
One of the six rating facets.
min_facetMinimum score (0–100) for the facet named by facet.
sortSort order.
fieldsSparse fieldset — comma-separated property names to return.
page1-based page number.
limitItems per page.
List and filter providers. › Responses
A page of providers.
Pagination and echoed-query metadata for collection responses.
Get one provider.
Returns a single provider by slug, including its provider-wide links, tags, and a summary list of the APIs it publishes.
path Parameters
slugProvider slug (e.g. twilio).
query Parameters
fieldsSparse fieldset — comma-separated property names to return.
Get one provider. › Responses
The provider.
slugnamedescriptionapi_countimagecreatedProvider-wide links (Website, Docs, Pricing, GitHub, social, …).
Summary list of the provider's APIs.
tagsTag names in Title Case (e.g. Messaging, Authentication).
A provider's rating, rubric v0.3.
List the APIs published by a provider.
Returns a page of the APIs owned by one provider, optionally filtered by tags and required artifact types. Pass include=content to inline artifact bodies.
path Parameters
slugProvider slug (e.g. twilio).
query Parameters
tagsComma-separated tags to filter by. Tag names are Title Case (e.g. Messaging); lowercase slugs (e.g. messaging) are also accepted.
matchWhether results must match any (default) or all of the supplied tags.
artifact_typesComma-separated artifact types. Filters which artifacts are returned and (on list endpoints) which APIs qualify.
includeExtra data to embed. content fetches and inlines artifact bodies.
fieldsSparse fieldset — comma-separated property names to return.
page1-based page number.
limitItems per page.

