predator_pics/views/api.erb

12 lines
559 B
Plaintext
Raw Normal View History

<h1>About the API</h1>
<p>There is, at the moment, a <i>very</i> rudimentary API available.</p>
<ul>
<li>https://birds.bateleur.org/api/random</li>
<ul>
<li>Returns a random bird from a random category. Format is JSON and includes: "user", "url", "thumb", "license", "desc", "license_url", "user_url"
</ul>
<li>https://birds.bateleur.org/api/categories</li>
<ul>
<li>Returns the categories on Wikimedia Commons from which the bot is currently getting its photos. Format is JSON.</li>
</ul>
</ul>