Broadcastify Feed Owner API Version 0.9
The broadcastify feed owner API is available to feed providers to provide:
- Status and statistics in real-time
- Feed archive listings and URLs
Access is restricted to feed providers and the feeds that they broadcast and own.
Note: If you are interested in embedding your feed on your own Web site, see the "Technicals" tab on your feed management page for the embed code.
API Endpoint URL
- http://api.broadcastify.com/owner/
- https://api.broadcastify.com/owner/ (Secure)
Required API Parameters
- a = action (API Methods - see below)
- type = response type (json or xml)
- feedId = unique feed ID
- u = feed owner Broadcastify username
- p = feed owner Broadcastify password
Example:
https://api.broadcastify.com/owner/?a=feed&feedId=1234&type=json&u=username&p=pw
API Methods
feed
Returns details on an individual feed
Example: - returns feed details in json format
https://api.broadcastify.com/owner/?a=feed&feedId=100&type=json&u=username&p=pw
- WHERE: feedId = Individual Feed ID
archives
Returns all dates that a feed has archives available / or links to all archives for a specific date.
Example: - returns date listing in xml format
https://api.broadcastify.com/owner/?type=xml&a=archives&feedId=2211&u=username&p=pw
- WHERE: feedId = Individual Feed ID
Example: - returns all archives available for that day for that feed in json format. You get back the timeframe for the archive and the download link to the archive.
https://api.broadcastify.com/owner/?type=json&a=archives&feedId=2211&day=2011-02-10&u=username&p=pw
- WHERE: feedId = Individual Feed ID, date = Date in YYYY-MM-DD
NOTE: Feed archive data is for personal use only by the feed owner/provider and may not be used for commercial purposes or redistributed in any shape or form. Broadcastify reserves the right to restrict access to this API method at any time.
0 Comments