news/{id}
Retrieve a single news item by the specified id.
Arguments:
- api_key (required)
- id (required)
Example request:
http://[domain]/api/news/single.xml?api_key=[api_key]&newsID=2
Example response:
<?xml version="1.0" encoding="utf-8"?>
<news id="2">
<title>3D printed moon building designs revealed</title>
<summary>The architects behind ...</summary>
<content><![CDATA[<p>An inflatable structure ...]]></content>
<imageURL></imageURL>
<newsDate>1359729360</newsDate>
<categories>
<category id="20000" name="Category One"/>
</categories>
</news>