NYT Games API avatar
NYT Games API

Pricing

Pay per usage

Go to Apify Store
NYT Games API

NYT Games API

Access NYT Games data programmatically via API. Get today's Wordle, Spelling Bee, Connections, Letterboxed, and more!

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jindřich Bär

Jindřich Bär

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

nyt-games-api

Unofficial API for New York Times Games.

Supported endpoints

endpointtoday's gameolder games
/wordle
/pips
/connections
/mini
/spelling-beelimited (only 2 weeks)
/letterboxed

To access the historical data for these games, you can use the date parameter in the URL, formatted as YYYY-MM-DD. For example:

  • https://jindrich-bar--nyt-games-api.apify.actor/wordle/2025-12-31?token=[YOUR_APIFY_TOKEN] for the Wordle game on December 31, 2022
  • https://jindrich-bar--nyt-games-api.apify.actor/pips/2025-10-25?token=[YOUR_APIFY_TOKEN] for the Pips game on October 25, 2022

Alternatively, you can use the Input tab to specify the game and date you want to query. Once run, the Actor will fetch the data from the appropriate endpoint and store it in the Run dataset.

Running locally

To run the server locally, clone the GitHub repository and run the following command:

yarn start:server
# npm run start:server works too