<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">Le 18/11/2019 à 20:52, Alexandre
GAUVRIT a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CACX5BWWDYgbNity6hWaALHCCOnHEn+3p4hcCW3Uz0SBiLtVkmw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">Hi,
<div><br>
</div>
<div>We recently found out that Google provides a website for
their latest release of Chrome, for every
channel/plateform/architecture : <a
href="https://omahaproxy.appspot.com/"
moz-do-not-send="true">https://omahaproxy.appspot.com/</a></div>
<div><br>
</div>
<div>They provide a CSV + JSON with parameters (<a
href="https://omahaproxy.appspot.com/all?os=win64"
moz-do-not-send="true">https://omahaproxy.appspot.com/all?os=win64</a> / <a
href="https://omahaproxy.appspot.com/all.json?os=win64&channel=stable"
moz-do-not-send="true">https://omahaproxy.appspot.com/all.json?os=win64&channel=stable</a>),
easy to download + parse to track latest release and
compliance</div>
<div><br>
</div>
<div>Would this be possible in the future for Mozilla products ?</div>
<div><br>
</div>
<div>This would be better than actual dirty directory listing
scraping.</div>
<div><br>
</div>
<div>Cheers</div>
<div><br>
</div>
<div>Alexandre</div>
</div>
<br>
</blockquote>
<p>Hello Alexandre,</p>
<p>We provide JSON files with release data (and have been for over a
decade) via the product-details public JSON API, here is the
documentation:</p>
<p><a class="moz-txt-link-freetext" href="https://wiki.mozilla.org/Release_Management/Product_details">https://wiki.mozilla.org/Release_Management/Product_details</a><br>
</p>
<p>IMO, the most useful file to keep up to date with current release
versions is
<a class="moz-txt-link-freetext" href="https://product-details.mozilla.org/1.0/firefox_versions.json">https://product-details.mozilla.org/1.0/firefox_versions.json</a></p>
<p>ex in PHP to get the version number for the last ESR:</p>
<p>print
json_decode(file_get_contents('<a class="moz-txt-link-freetext" href="https://product-details.mozilla.org/1.0/firefox_versions.json">https://product-details.mozilla.org/1.0/firefox_versions.json</a>'),
true)['FIREFOX_ESR'];<br>
</p>
<p>We do not provide a CSV version though.</p>
<p>If you want a UI to search for our build data we also have this
site:</p>
<p><a class="moz-txt-link-freetext" href="https://buildhub.moz.tools/">https://buildhub.moz.tools/</a></p>
<p>ex:
<a class="moz-txt-link-freetext" href="https://buildhub.moz.tools/?platform">https://buildhub.moz.tools/?platform</a>[0]=win64&channel[0]=esr&products[0]=firefox<br>
</p>
<p>Regards</p>
<p>Pascal Chevrel<br>
</p>
--
<pre class="moz-signature" cols="72">Pascal Chevrel
Firefox Release Manager
+ Firefox Nightly community management</pre>
</body>
</html>