Apis
Connector for the apis API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.apis.guru/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
listapis— GET /list.json — List all APIsgetmetrics— GET /metrics.json — Get basic metricsgetproviders— GET /providers.json — List all providersgetapi— GET /specs/{provider}/{api}.json — Retrieve one version of a particular APIgetserviceapi— GET /specs/{provider}/{service}/{api}.json — Retrieve one version of a particular API with a serviceName.getprovider— GET /{provider}.json — List all APIs for a particular provider
Inputs
apiKey— your apis API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listapis
apiKey: <your key>