# JSONbin.io API **Provider:** JSONbin.io **Category:** developer **Base URL:** `https://jsonbin.io` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 120 req/min (free) ยท Higher on paid **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://jsonbin.io ## Description Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://jsonbin.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://jsonbin.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 10K reads/mo, 10K writes/mo, 100 records. Plus $4.99/mo (100K reads, 50K writes). Business $14.99/mo. Enterprise $49.99/mo. --- *Source: [API Map](https://apimap.dev/apis/jsonbin-io/) โ€” CC BY 4.0*