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