Created
October 27, 2018 11:33
-
-
Save PythEch/77bc784969532bce5dd9f42615c34eb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Get https://nyt-games-prd.appspot.com/svc/crosswords/v3/games-hub-puzzles.json | |
2. Extract results.mini_puzzle.[*].puzzle_id | |
3. Then head over to https://nyt-games-prd.appspot.com/svc/crosswords/v6/${puzzle_id}.json | |
4. Parse the data. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment