Radio APIs
These are APIs which can be used on api.radiooncloud.com
Search Radios
Search radios by keyword
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/search |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)keyword : As (Search Keyword)limit : 1 (Maximum number of documents required. Note: Maximum limit is 25)skip : 200 (Number of documents to skip.) |
Get radios of country
Get list of working radio stations of given country.
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/get-radios-of-country |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)keyword (Two-letter country code)limit : 2 (Maximum number of documents required. Note: Maximum limit is 25)country_name : India (Country name (optional if country code is given))skip : 2 (Number of documents to skip.) |
Radio Genre List
Get list of available genres with their working radio station count.
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/genres |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)limit : 2 (Maximum number of documents required. Note: "-1" for all documents) |
Radio Get-radios-of-language
Get list of working radio stations of given language.
Method | POST |
---|---|
URL | https://api.radiooncloud.com/radio/get-radios-of-language |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)limit : 2 (Maximum number of documents required. Note: Maximum limit is 25.)keyword : Punjabi (Language name.)skip : 1 (Number of documents to skip.) |
Radio Get-radios-of-genre
Get list of working radio stations of given genre.
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/get-radios-of-genre |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)keyword : Talk (Genre keyword.)limit : 2 (Maximum number of documents required. Note: Maximum limit is 25.)skip : 1 (Number of documents to skip.) |
Radio Fetch by Id
Get radio station by radio station's Id
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/fetch-by-id |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)radio_id : 5c0522a9167a433efbaeb84d (Radio ID) |
Radio Languages List
Get list of available languages with their working radio station count.
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/languages |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)limit : 1 (Maximum number of documents required. Note: "-1" for all documents) |
Radio Country List
Get list of available countries with their working radio station count.
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/countries |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj (API key)limit : 2 (Maximum number of documents required. Note: "-1" for all documents) |
Radio Trending
Method | POST |
---|---|
URL | https://api.radiooncloud.com/api/radio/get-trending-radios |
Headers | Content-Type : application/x-www-form-urlencoded |
Body | api_key : 213dsdsjasdkasdkasjkldj |
Recent Comments