yup. they're fuzzing the answer (no longer sequential by date) and using an API to fetch the answer each day. it goes only up to the 23rd of december of this year, so you can't even fetch any further ahead than that to build an offline version.
@mavica_again There's things I dislike, but the DateTime API for it always felt WAY more sophisticated than any other language's native one. I'm gonna have to find something comparable for Python; native datetime.DateTime is just kind of a crappy class to work directly with.
one solution i'm thinking of is if game id >= 506 i put a dialog box on that asks you to input the ID number returned by the API and build a small website which fetches that daily for you (bonus i could even generate an rss feed with the id)