http://api.gigulate.com/1.0/news.stories
Returns all related news stories related to the API query.
id (id=)
Limits the query to return 1 story
Artists (artists=)
Inclusive and exclusive related artist filter (comma delimited)
Keywords (q=)
Inclusive and exclusive string filter of title and content of story (comma delimited)
Sources (sources=)
Inclusive and exclusive string filter of sources (comma delimited)
Authority (authority=)
Show all or only authoritative news articles
Timeband (time=)
Two dates to filter articles between. Accepts unix timestamp and ISO 8601 formatted date strings.
Limit (limit=)
Limit the number of items that appear within the output. If there is a comma it starts as an offset. E.g. 50,100: Show 50 results, but start from the 100th result.
Order by (order=)
Order the articles by date or authority
<api.gigulate version="1.0"> <news.stories total="[total stories related to this api query]"> <story id="[Article ID]"> <title>[Article Title]</title> <url>[Article URL]</url> <description>[Article Description]</description> <date.published>[Article Date published]</date.published> <artists> <artist id="[Artist ID]" mbid="[MusicBrainz ID]"> <name>[Artist Name]</name> <url>[Artist URL]</url> </artist> [...] </artists> <source id="[Source ID]"> <name>[Source Name]</name> <url>[Source URL]</url> </source> </story> [...] </news.stories> </api.gigulate>
You need to have a free Gigulate account in order to apply for a Gigulate API key.