# Mockaroo API **Provider:** Mockaroo **Category:** developer **Base URL:** `https://www.mockaroo.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 200 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.mockaroo.com/docs ## Description Generate fake data to JSON, CSV, TXT, SQL and XML ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.mockaroo.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.mockaroo.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 200 rows/request, 200 req/day. Silver $15/mo, Gold $50/mo for higher limits. --- *Source: [API Map](https://apimap.dev/apis/mockaroo/) — CC BY 4.0*