# RandomUser API **Provider:** RandomUser **Category:** developer **Base URL:** `https://randomuser.me` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://randomuser.me ## Description Random user generator is a FREE API for generating placeholder user information. Get profile photos, names, and more. It ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://randomuser.me/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://randomuser.me' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/randomuser/) — CC BY 4.0*