# Yes No API **Provider:** Yes No **Category:** developer **Base URL:** `https://yesno.wtf` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://yesno.wtf/api ## Description Generate yes or no randomly ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://yesno.wtf/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://yesno.wtf' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/yes-no/) — CC BY 4.0*