0

I have been searching for it, however I have only found a paid Microsoft one. I need to know when a new version is released and the only source of that information seems to be this non restful url that returns an html.

Is there any endpoint/library that quickly returns me the latest tzdata version?

Zucca
  • 561
  • 1
  • 7
  • 21
  • What makes it non-restful? It's GET request, links and hypermedia, it's as RESTful as it gets. – Evert Jun 19 '23 at 01:39
  • You are right, probably REST is not what I meant, I need an API Endpoint when I can get the data with a defined structure, not an HTML that can easily change it. – Zucca Jun 19 '23 at 03:06
  • Judging from the source of that page, it looks like it hasnt changed in many many years. If you can't find a JSON api, consider just parsing the HTML. Probably more reliable to get something from the real source. – Evert Jun 19 '23 at 04:52

0 Answers0