Wordle Game API
Wordle Game API Documentation Let's go through the main functionalities of this API, providing examples of inputs and outputs for each case. This API primarily handles two actions: generating a daily word and processing user guesses. # Getting the Daily Word This endpoint `/word` doesn't require any input from the user. It automatically generates a unique word for each day. **Example:** Input: A…
Wordle Game API endpoints
| Method | Endpoint | Description |
|---|---|---|
| in UTC for example | ||
| POST |
today word in UTC /wordle/word |
get today word or the correct answer, use "timezone" property as "UTC ± X" where "X" is an integer that represent the time zone offset in hours, don't use "UTC + 1.5", for "UTC"… |
| POST |
check answer UTC /wordle/guess |
check the answer of a user, use "timezone" property as "UTC ± X" where "X" is an integer that represent the time zone offset in hours, don't use "UTC + 1.5", for "UTC" use "UTC ±… |
| in UTC + 12 for example | ||
| POST |
today word in UTC + 12 /wordle/word |
get today word or the correct answer, use "timezone" property as "UTC ± X" where "X" is an integer that represent the time zone offset in hours, don't use "UTC + 1.5", for "UTC"… |
| POST |
check answer UTC + 12 /wordle/guess |
check the answer of a user, use "timezone" property as "UTC ± X" where "X" is an integer that represent the time zone offset in hours, don't use "UTC + 1.5", for "UTC" use "UTC ±… |
Wordle Game API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $25 / month | — |
|