<div dir="ltr">Hi Merlijn,<br><br><div><div class="gmail_quote"></div></div><div dir="ltr"><div><div class="gmail_quote"><div dir="ltr">On Thu, 25 Jan 2018 at 16:17 Merlijn Sebrechts <<a href="mailto:merlijn.sebrechts@gmail.com" target="_blank">merlijn.sebrechts@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all<div><br></div><div><br></div><div>I'm writing a Juju-related paper and I'd like to get statistics on Charm, layer and interface usage. Are these publicly available?</div><div><br></div><div>Related: is there a documented API to get the code of the charms that are available in the charm store?</div></div></blockquote></div></div></div><div dir="ltr"><div><div class="gmail_quote"><div><br>GET <a href="https://api.jujucharms.com/charmstore/v5/$MY_CHARM_NAME/archive/" target="_blank">https://api.jujucharms.com/charmstore/v5/$MY_CHARM_NAME/archive/</a> will give you a .zip<br>and<br><br>GET <a href="https://api.jujucharms.com/charmstore/v5/$MY_CHARM_NAME/archive/$PATH/$TO/$FILE" target="_blank">https://api.jujucharms.com/charmstore/v5/$MY_CHARM_NAME/archive/$PATH/$TO/$FILE</a><br></div><div>will give you the 'raw' contents.<br><br></div><div>e.g. curl <a href="https://api.jujucharms.com/charmstore/v5/postgresql/archive/hooks/install" target="_blank">https://api.jujucharms.com/charmstore/v5/postgresql/archive/hooks/install</a><br><br></div><div>YMMV,<br><br></div>Adam<br></div></div></div></div>