- ― Betasignal API Guide For Developers
- This document describes the different formats and methods you can use to access our API feeds.
These feeds are updated every 30 minutes so please cache the data locally for at least 30 minutes.
Also, don't hit us with more than one request per second.
If you have questions or need help, send us an email to: info [at] betasignal.com
Current version is 1.0 - Clusters:
- Get a feed for "Top items" in the following formats:
RSS: /api/1.0/rss/clusters.rss
JSON: /api/1.0/json/clusters.js
JSON with fixed callback:1 /api/1.0/json/clusters_callback.js
XML: /api/1.0/xml/clusters.xml - River:
- Get a feed for "New items" in the following formats:
RSS: /api/1.0/rss/river.rss
JSON: /api/1.0/json/river.js
JSON with fixed callback:2 /api/1.0/json/river_callback.js
XML: /api/1.0/xml/river.xml - Tags:
- Get a feed for recent tags in the following formats:
JSON: /api/1.0/json/tags.js
JSON with fixed callback:3 /api/1.0/json/tags_callback.js
XML: /api/1.0/xml/tags.xml - Blogs:
- Get a feed for blogs with recent activities in the following formats:
JSON: /api/1.0/json/blogs.js
JSON with fixed callback:4 /api/1.0/json/blogs_callback.js
XML: /api/1.0/xml/blogs.xml - Notes:
- 1: JSON array is wrapped in "betasignal_clusters()" function.
- 2: JSON array is wrapped in "betasignal_river()" function.
- 3: JSON array is wrapped in "betasignal_tags()" function.
- 4: JSON array is wrapped in "betasignal_blogs()" function.