# Randommer API **Provider:** Randommer **Category:** developer **Base URL:** `https://randommer.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://randommer.io/randommer-api ## Description Generate free random numbers, phone numbers, names list, security numbers, validate telephones and everything that is random. Free API support is included ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://randommer.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://randommer.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/month. Basic $1.99/mo (5,000 req), Pro $4.99/mo (50,000 req). --- *Source: [API Map](https://apimap.dev/apis/randommer/) — CC BY 4.0*