downloads/id/{id}
Retrieves a paginated list of one Download with a given id.
Arguments:
- api_key (required)
- id (required)
Example request:
http://[domain]/api/downloads/id/4.xml?api_key=[api_key]
Example response:
<?xml version="1.0" encoding="utf-8"?>
<download>
<download id="4">
<title>Galaxy nebulae</title>
<date>1359711565</date>
<categories>
<category id="20000" name="Category One"/>
</categories>
<file id="5" title="Galaxy nebulae image" size="52138"
filename="one.png" modDate="1359711565"/>
</download>
</download>