# RPS 101 API **Provider:** RPS 101 **Category:** entertainment **Base URL:** `https://rps101.pythonanywhere.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://rps101.pythonanywhere.com/api ## Description Rock, Paper, Scissors with 101 objects ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://rps101.pythonanywhere.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://rps101.pythonanywhere.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/rps-101/) — CC BY 4.0*