This is the second draft of the new API on Dirble.
See :version as v2 in the url.
Return a list of stations
Parameters:
-
page : Page offset to fetch.
-
per_page : Number of results to return per page.
-
offset : Pad a number of results.
get one station by id
Parameters:
- id (required) : Station id.
Get song_history for station by station id
Parameters:
- id (required) : Station id.
Return a list of categories
Return head categories, also known as Primaries.
Get all categories as a tree.
Get stations for a category (both primary and child categories)
Parameters:
-
id (required) : Child and Primary Category id.
-
page : Page offset to fetch.
-
per_page : Number of results to return per page.
-
offset : Pad a number of results.
Get child categories for head/primary categories
Parameters:
- id (required) : Primary category id.
Return a list of countries
Return a list of Continents
Get child countries for continent
Parameters:
- continent (required) : Continent id.
Get stations for a country
Parameters:
-
id (required) : Country id.
-
page : Page offset to fetch.
-
per_page : Number of results to return per page.
-
offset : Pad a number of results.
Parameters:
- query (required) : Search query.
- 19 march 2015: Fixed last fixes for release.
- 28 february 2015: Released the first draft of API v2.