APIHub
Back to Explore

APIs.guru

A web portal that lets users browse a directory of public APIs and provides access to related OpenAPI and GraphQL tools.

Development
No auth required
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1752ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/list.json

List all APIs

GET

/metrics.json

Get basic metrics

GET

/providers.json

List all providers

GET

/specs/{provider}/{api}.json

Retrieve one version of a particular API

  • provider (path, required)
  • api (path, required)
GET

/specs/{provider}/{service}/{api}.json

Retrieve one version of a particular API with a serviceName.

  • provider (path, required)
  • service (path, required)
  • api (path, required)
GET

/{provider}.json

List all APIs for a particular provider

  • provider (path, required)
GET

/{provider}/services.json

List all serviceNames for a particular provider

  • provider (path, required)

7 endpoints auto-detected

curl -X GET \
  "https://apis.guru/api-doc//list.json"

apis.guru · HTTPS only