English Random Words
Generate English Random Words with Pronunciation
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- No
- Category
- Test Data
- Documentation / URL
- https://random-words-api.vercel.app/word
Overview
English Random Words returns random English words with definitions and pronunciations — keyless (verified live), handy for word-of-the-day widgets and test data.
Quick Start
Random word (verified live):
curl "https://random-words-api.vercel.app/word"
{
"word": "Euthenics",
"definition": "Science concerned with improving living conditions",
"pronunciation": "Eutheniks"
}
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Endpoints:
/word(random),/word/{name}(specific word). - Returns
word,definition, andpronunciation.
FAQ
Is English Random Words free? Yes — free and keyless (verified).
Can I get a specific word?
/word/{name} returns that word’s data.
What’s in the response? Word, definition, and pronunciation.
More in Test Data
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AddressMock Random US, Hong Kong and Cape Verde addresses with matched city, state and ZIP | No auth | Yes | Yes | ↗ |
| Bacon Ipsum A Meatier Lorem Ipsum Generator | No auth | Yes | Unknown | ↗ |
| Dicebear Avatars Generate random pixel-art avatars | No auth | Yes | No | ↗ |
| DummyJSON Fake REST API with products, users, posts, comments, todos and more | No auth | Yes | Yes | ↗ |
| FakeJSON Service to generate test and fake data | API Key | Yes | Yes | ↗ |