Fun fact: every SvelteKit app has a page with the URL /_app/version.json
/_app/version.json
This provides a unix timestamp which is when the app was released. For example, beta.wasteof.money was last updated on October 10, 2022 at 3:09:19 PM (EST)
and /__data.json
Or you can just make a request to the normal page with an Accept: application/json header
and /__data.json
Or you can just make a request to the normal page with an Accept: application/json header