# APIs.guru **Provider:** APIs.guru **Category:** communication **Base URL:** `https://api.apis.guru/v2` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://APIs.guru ## Description Wikipedia for Web APIs. Repository of API definitions in OpenAPI format. Warning: If you want to be notified about changes in advance please join our Slack channel. Client sample: [[Demo]](https://apis.guru/simp ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.apis.guru/v2/list.json` | List all APIs | | GET | `https://api.apis.guru/v2/metrics.json` | Get basic metrics | | GET | `https://api.apis.guru/v2/providers.json` | List all providers | | GET | `https://api.apis.guru/v2/specs/{provider}/{api}.json` | Retrieve one version of a particular API | | GET | `https://api.apis.guru/v2/specs/{provider}/{service}/{api}.json` | Retrieve one version of a particular API with a serviceName. | | GET | `https://api.apis.guru/v2/{provider}.json` | List all APIs for a particular provider | | GET | `https://api.apis.guru/v2/{provider}/services.json` | List all serviceNames for a particular provider | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.apis.guru/v2/list.json' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/apis-guru/) — CC BY 4.0*