Last change timestamp
English is not my native language, sorry :<
Web Programmer
There’s no way for us to implement this on our end — the server that reads the dat file does not have the capability to persist any data, and the dat file has no notion of changes. Implementing this would require significant architectural changes across multiple components (read: 4+ months of me working on it).
The good news is that because we’re reading it from the dat file, exposed data only changes when there’s a patch — so you only need to do a full reindex when /v2/build changes. Otherwise you can just watch the list of ids and pull the new ones daily.