oren — 2/3/2023, 6:50:13 PM

Fun fact: every SvelteKit app has a page with the URL /_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)

♥ 3 ↩ 0 💬 2 comments

comments

late:

and /__data.json

2/4/2023, 12:18:09 AM
oren:

Or you can just make a request to the normal page with an Accept: application/json header

2/4/2023, 1:02:11 AM