# FakeJSON API **Provider:** FakeJSON **Category:** developer **Base URL:** `https://fakejson.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://fakejson.com ## Description Service to generate test and fake data ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://fakejson.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://fakejson.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. Random fake data generator API; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/fakejson/) — CC BY 4.0*