I am trying to get local events (http://api.amp.active.com/assets/running?zip=60544&distance=25&api_key=9h9kunucdnzmmct9xuseqftw) in RSS format, can anyone help me out on how I can do that? Thanks!
Unfortunately the RSS format is not supported by the Asset Syndication API. We're getting ready to release an enhanced Search API which does what the Asset Syndication API does plus more, and it includes JSON, RSS, XML and HTML output formats.
In the meantime, I suggest running the Asset Syndication API through Yahoo! Pipes to get RSS output. "webguy2" (http://developer.active.com/member/profile/80340) figured out how to do this and put his findings at http://developer.active.com/forum/read/53741#comment-54680.
active Admin
–
15 years ago
The new Search API has been released and supports RSS. So, to get local events in RSS format, you'd do:
http://api.amp.active.com/search?k=&l=60544&r=25&v=rss&s=date_desc&m=meta:startDate:daterange:today..+meta:splitMediaType=Event&api_key={api_key}
I am trying to get local events (http://api.amp.active.com/assets/running?zip=60544&distance=25&api_key=9h9kunucdnzmmct9xuseqftw) in RSS format, can anyone help me out on how I can do that? Thanks!
Message edited by Chris Reynolds 1 year ago
Tags
active Admin – 15 years ago
Hey Chris,
Unfortunately the RSS format is not supported by the Asset Syndication API. We're getting ready to release an enhanced Search API which does what the Asset Syndication API does plus more, and it includes JSON, RSS, XML and HTML output formats.
In the meantime, I suggest running the Asset Syndication API through Yahoo! Pipes to get RSS output. "webguy2" (http://developer.active.com/member/profile/80340) figured out how to do this and put his findings at http://developer.active.com/forum/read/53741#comment-54680.
active Admin – 15 years ago
The new Search API has been released and supports RSS. So, to get local events in RSS format, you'd do:
http://api.amp.active.com/search?k=&l=60544&r=25&v=rss&s=date_desc&m=meta:startDate:daterange:today..+meta:splitMediaType=Event&api_key={api_key}