# Word Associations API **Provider:** Word Associations **Category:** payments **Base URL:** `https://api.wordassociations.net/associations/v1.0` **Auth:** api-key — `GET /endpoint?apikey=YOUR_KEY` **Rate Limit:** 5 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/wordassociations.net/1.0.json ## Description The Word Associations Network API allows developers to embed the ability to find associations for a word or phrase into their mobile apps or web services. Words are grouped by semantics, meaning, and psychological perception. The Word Associations Network API currently supports English, French, Spanish, German, Italian, Portuguese, and Russian vocabulary. Please [register and subscribe](https://ap ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.wordassociations.net/associations/v1.0/json/search` | Gets associations with the given word or phrase. | | POST | `https://api.wordassociations.net/associations/v1.0/json/search` | Gets associations with the given word or phrase. | ## Authentication API key as query parameter (apikey) ``` GET /endpoint?apikey=YOUR_KEY ``` ## Sample Request ```bash curl 'https://api.wordassociations.net/associations/v1.0/json/search' \ -H 'GET /endpoint?apikey=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5 req/day. Paid from $9.99/mo (1,000 req/day). Word association network API. --- *Source: [API Map](https://apimap.dev/apis/word-associations/) — CC BY 4.0*