Discover, Test and Shipwith Public APIs
Built upon the open-source API catalog maintained by public-apis/public-apis. All catalog data, trademarks, and endpoints belong solely to their respective owners and original authors.
API discovery and experimentation in one focused workspace.
Discovery
1,670 public APIs. Normalized metadata: category, authentication, HTTPS, CORS, live health status. A structured catalog you can actually search and trust.
Experimentation
Execute any HTTP request directly from the server. Custom headers, query parameters, JSON bodies, API key and Bearer token auth — configured in seconds.
Integration
Export working request configurations as cURL, JavaScript Fetch, or Python Requests snippets. Copy and paste into your codebase without rewriting.
From discovery to working integration code.
Browse the catalog
Search 1,670 public APIs by category, auth method, HTTPS, or CORS support. Filter to the exact type of API you need. Click through to full technical details.
GET /api/apis?category=Finance&https=trueRun in the Playground
Open any API directly in the Playground with one click. Configure method, URL, query params, headers, and authentication. Execute the request server-side and inspect the live response.
POST /api/request → 200 OK · 142msExport the code
After confirming the API works, export the working configuration as cURL, JavaScript (Fetch API), or Python (Requests library). Paste into your codebase and integrate immediately.
curl -X GET 'https://api.example.com/data' -H 'Accept: application/json'Everything a developer needs. Nothing they don't.
A real API workspace. Not a form.
https://api.github.com/users/octocat{
"login": "octocat",
"name": "The Octocat",
"company": "@github",
"public_repos": 8,
"followers": 16908
}