├── .gitignore ├── yui ├── README ├── yui.gallery.all.xml ├── yui.gallery.new.xml ├── yui.gallery.oncdn.xml ├── yui.gallery.random.xml ├── yui.gallery.featured.xml ├── yui.gallery.popular.xml ├── yui.gallery.module.xml └── yui.gallery.user.xml ├── yahoo └── finance │ └── .DS_Store ├── firstnames └── firstnames.env ├── longurl ├── long_url.js ├── longurl.yql.xml └── longurl.services.xml ├── ap └── ap.env ├── ign └── ign.object.xml ├── dopplr ├── dopplr.auth.xml ├── dopplr.traveller.fellows.xml ├── dopplr.futuretrips.info.xml └── dopplr.traveller.travelling.xml ├── npr └── npr.topics.xml ├── kiva ├── kiva.api.release.xml ├── kiva.templates.images.xml ├── kiva.lenders.newest.xml ├── kiva.lenders.lending_actions.xml ├── kiva.loans.xml ├── kiva.teams.xml ├── kiva.lenders.xml ├── kiva.teams.shortname.xml ├── kiva.loans.lenders.xml ├── kiva.loans.updates.xml ├── kiva.journal.entries.comments.xml └── kiva.partners.xml ├── flugaktiv ├── metar.table.xml ├── icao_foursquare.table.xml ├── icao_airline.table.xml └── icao_airport.table.xml ├── jcdecaux └── vls │ ├── contracts │ └── jcdecaux.vls.contracts.xml │ ├── stationInfos │ └── jcdecaux.vls.stationInfos.xml │ └── jcdecaux.vls.contracts.xml ├── github ├── github.user.info.xml ├── github.user.repos.xml ├── github.user.followers.xml ├── github.user.following.xml ├── github.user.watched.xml ├── github.rate_limit.xml ├── github.repo.xml ├── github.repo.network.xml ├── github.users.xml ├── search │ └── users │ │ └── github.search.users.xml ├── github.gist.content.xml └── github.repo.commits.xml ├── nbp └── nbp.tables.xml ├── silobreaker ├── silobreaker.env └── README.md ├── sunlight ├── sunlight.committees.get.xml ├── sunlight.committees.getList.xml ├── sunlight.legislators.allForZip.xml ├── sunlight.districts.getDistrictsFromZip.xml ├── sunlight.committees.allForLegislator.xml ├── sunlight.districts.getZipsFromDistrict.xml ├── sunlight.districts.getDistrictFromLatLong.xml ├── sunlight.lobbyists.search.xml └── sunlight.legislators.search.xml ├── mediawikiapi └── mediawikiapi.env ├── christies └── christies.auction.xml ├── basecamp ├── basecamp.account.xml └── basecamp.me.xml ├── steam ├── steam.community.leaderboards.list.xml └── steam.userstats.xml ├── thetvdb ├── thetvdb.getTime.xml ├── thetvdb.series.getSeriesId.xml └── thetvdb.getUpdates.xml ├── tumblr └── tumblr.tumblelog.xml ├── tweetmeme └── tweetmeme.xml ├── guardian ├── guardian.politics.parties.xml ├── guardian.politics.elections.xml └── guardian.politics.party.xml ├── vimeo ├── vimeo.video.xml ├── vimeo.album.info.xml ├── vimeo.user.likes.xml ├── vimeo.album.videos.xml ├── vimeo.user.info.xml ├── vimeo.groups.info.xml ├── vimeo.groups.users.xml ├── vimeo.user.albums.xml ├── vimeo.user.channels.xml ├── vimeo.user.groups.xml ├── vimeo.user.videos.xml ├── vimeo.channel.info.xml ├── vimeo.contacts.likes.xml ├── vimeo.groups.videos.xml ├── vimeo.user.allvideos.xml ├── vimeo.user.appearsin.xml ├── vimeo.activity.user.xml ├── vimeo.contacts.videos.xml ├── vimeo.user.subscriptions.xml ├── vimeo.activity.contacts.xml ├── vimeo.activity.everyone.xml ├── vimeo.activity.user.happened.xml ├── vimeo.activity.contacts.happened.xml └── vimeo.channel.videos.xml ├── ebay └── ebay.deals.xml ├── weather └── weather.woeid.xml ├── foursquare ├── foursquare.settings.all.xml ├── foursquare.users.requests.xml ├── foursquare.venues.categories.xml ├── foursquare.multi.xml ├── foursquare.tips.tips.xml ├── foursquare.users.users.xml ├── foursquare.users.badges.xml ├── foursquare.venues.venues.xml ├── foursquare.users.friends.xml ├── foursquare.venues.herenow.xml ├── foursquare.settings.settings.xml ├── foursquare.users.venuehistory.xml └── foursquare.venues.tips.xml ├── getresponse └── getresponse.archive.xml ├── topsy ├── topsy.credit.xml ├── topsy.urlinfo.xml ├── topsy.authorinfo.xml └── topsy.stats.xml ├── wefeelfine └── README.md ├── coderwall └── coderwall.profile.xml ├── twitter ├── twitter.trends.xml ├── twitter.trends.daily.xml ├── twitter.trends.weekly.xml ├── twitter.trends.current.xml ├── twitter.status.timeline.public.xml ├── twitter.trends.location.xml ├── twitter.trends.available.xml └── twitter.users.xml ├── comicvine ├── comicvine.types.xml ├── comicvine.team.xml ├── comicvine.issue.xml ├── comicvine.power.xml ├── comicvine.object.xml ├── comicvine.origin.xml ├── comicvine.person.xml ├── comicvine.volume.xml ├── comicvine.concept.xml ├── comicvine.character.xml ├── comicvine.location.xml ├── comicvine.publisher.xml ├── comicvine.storyarc.xml └── comicvine.search.xml ├── worldbank ├── worldbank.env ├── worldbank.incomelevels.xml ├── worldbank.lendingtypes.xml └── worldbank.topics.xml ├── google ├── google.pagespeed.xml ├── google.igoogle.stock.xml ├── google.igoogle.movies.xml ├── google.translate.xml ├── google.plus.people.xml ├── google.buzz.updates.xml ├── google.igoogle.weather.xml ├── google.plus.comments.xml └── google.plus.activities.xml ├── programmableweb └── README.md ├── brazil └── caelum │ └── brazil.caelum.proximoscursos_html.xml ├── nestoria ├── nestoria.keywords.xml └── nestoria.metadata.xml ├── campfire └── campfire.roomtopic.xml ├── lastfm ├── lastfm.tag.gettopalbums.xml ├── lastfm.tag.gettoptracks.xml ├── lastfm.tag.gettopartists.xml ├── lastfm.tag.gettoptags.xml ├── lastfm.user.getinfo.xml ├── lastfm.group.getmembers.xml ├── lastfm.event.getattendees.xml ├── lastfm.venue.getevents.xml ├── lastfm.artist.getpodcast.xml ├── lastfm.playlist.fetch.xml ├── lastfm.user.getplaylists.xml ├── lastfm.user.getshouts.xml ├── lastfm.event.getshouts.xml ├── lastfm.geo.gettopartists.xml ├── lastfm.artist.gettoptags.xml ├── lastfm.geo.getmetroweeklychartlist.xml ├── lastfm.recenttracks.xml ├── lastfm.artist.gettopfans.xml ├── lastfm.artist.gettoptracks.xml ├── lastfm.artist.gettopalbums.xml ├── lastfm.event.getinfo.xml ├── lastfm.tag.getsimilar.xml └── lastfm.user.gettoptags.xml ├── wunderground ├── wunderground.alerts.xml ├── wunderground.forecast.xml ├── wunderground.geolookup.xml └── wunderground.currentobservation.xml ├── yahoojp ├── jlp │ ├── yahoojp.jlp.da.parse.xml │ ├── yahoojp.jlp.keyphrase.extract.xml │ └── yahoojp.jlp.furigana.furigana.xml ├── auctions │ ├── yahoojp.auctions.showqanda.xml │ ├── yahoojp.auctions.auctionitem.xml │ ├── yahoojp.auctions.categorytree.xml │ └── yahoojp.auctions.bidhistory.xml ├── map │ └── yahoojp.map.openlocalplatform.altitude.xml └── chiebukuro │ └── yahoojp.chiebukuro.categorytree.xml ├── ukparliament ├── ukparliament.commons.members.xml └── ukparliament.commons.constituencies.xml ├── url └── status.xml ├── powerhousemuseum └── phm.collections.xml ├── tvrage ├── tvrage.search.xml ├── tvrage.show.info.xml ├── tvrage.episode.list.xml ├── tvrage.search.detailed.xml └── tvrage.show.infoAndEpisodeList.xml ├── wuala └── wuala.xml ├── clly └── clly.item.view.xml ├── soundcloud ├── soundcloud.users.xml ├── soundcloud.group_info.xml ├── soundcloud.groups.xml ├── soundcloud.track_info.xml ├── soundcloud.group_tracks.xml ├── soundcloud.group_users.xml ├── soundcloud.user_groups.xml ├── soundcloud.user_tracks.xml ├── soundcloud.group_members.xml ├── soundcloud.user_favorites.xml ├── soundcloud.user_playlists.xml ├── soundcloud.group_moderators.xml ├── soundcloud.track_comments.xml ├── soundcloud.group_contributions.xml ├── soundcloud.group_contributors.xml ├── soundcloud.group_pending_tracks.xml └── soundcloud.track_favoriters.xml ├── arxiv └── arxiv.search.xml ├── blabla └── blabla.lists.xml ├── infochimps ├── infochimps.influence.xml └── infochimps.trstrank.xml ├── victoriaandalbert └── victoriaandalbert.museumobject.xml ├── nyt ├── nyt.people.users.xml ├── nyt.people.profiles.xml ├── nyt.people.activities.xml ├── nyt.people.newsfeed.xml ├── nyt.people.followers.xml └── nyt.people.following.xml ├── tinysong └── tinysong.search.xml ├── ecb └── eurofx.daily.xml ├── livedoor └── livedoor.weather.forecast.xml ├── pikchur └── pikchur.feed.xml ├── slideshare └── slideshare.slideshows.xml ├── tarpipe └── tarpipe.workflow.xml ├── craigslist └── craigslist.search.xml ├── ukgeocode └── ukgeocode.xml ├── mimetype └── extension.xml ├── thesaurus └── thesaurus.xml ├── plos └── plos.alm.xml ├── friendfeed ├── friendfeed.home.xml ├── friendfeed.rooms.xml └── friendfeed.services.xml └── flickr └── flickr.people.getInfo.xml /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | .DS_Store 3 | *info -------------------------------------------------------------------------------- /yui/README: -------------------------------------------------------------------------------- 1 | YQL tables for various YUI (http://developer.yahoo.com/yui) data points. 2 | -------------------------------------------------------------------------------- /yahoo/finance/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yql/yql-tables/HEAD/yahoo/finance/.DS_Store -------------------------------------------------------------------------------- /firstnames/firstnames.env: -------------------------------------------------------------------------------- 1 | USE "https://github.com/spier/yql-tables/raw/firstnames/firstnames/firstnames.lookup.xml"; -------------------------------------------------------------------------------- /longurl/long_url.js: -------------------------------------------------------------------------------- 1 | function getLongURL(url){ 2 | var response = y.rest(url).followRedirects(false).head(); 3 | if(response.status === 301 || response.status === 302) 4 | return getLongURL(response.headers.location); 5 | else return url; 6 | } -------------------------------------------------------------------------------- /ap/ap.env: -------------------------------------------------------------------------------- 1 | USE "https://github.com/spier/yql-tables/raw/ap/ap/ap.breakingnews.categories.xml"; 2 | USE "https://github.com/spier/yql-tables/raw/ap/ap/ap.breakingnews.content.xml"; 3 | USE "https://github.com/spier/yql-tables/raw/ap/ap/ap.search.xml"; -------------------------------------------------------------------------------- /ign/ign.object.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 12 | 13 |
-------------------------------------------------------------------------------- /yui/yui.gallery.all.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} 7 | 8 | 9 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /yui/yui.gallery.new.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} 7 | 8 | 9 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /yui/yui.gallery.oncdn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} 7 | 8 | 9 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /yui/yui.gallery.random.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} 7 | 8 | 9 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /yui/yui.gallery.featured.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} 7 | 8 | 9 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /yui/yui.gallery.popular.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} 7 | 8 | 9 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /dopplr/dopplr.auth.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sam Pullara 5 | http://dopplr.pbwiki.com/ 6 | 7 | 8 | 16 | 17 |
-------------------------------------------------------------------------------- /npr/npr.topics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Lloyd Hilaiel 5 | http://www.npr.org/api/index 6 | select item.id, item.title from npr.topics 7 | 8 | 9 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /kiva/kiva.api.release.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 15 | 16 |
-------------------------------------------------------------------------------- /kiva/kiva.templates.images.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 15 | 16 |
-------------------------------------------------------------------------------- /flugaktiv/metar.table.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | select * from {table} where icao="EDDF" 4 | Provides current METAR for a given ICAO Code 5 | http://flugaktiv.de/ 6 | 7 | 8 | 16 | 17 |
18 | -------------------------------------------------------------------------------- /jcdecaux/vls/contracts/jcdecaux.vls.contracts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SELECT * FROM {table} WHERE apiKey= 5 | Get all contracts 6 | 7 | 8 | 16 | 17 |
-------------------------------------------------------------------------------- /github/github.user.info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where id='spullara' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /github/github.user.repos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where id='spullara' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /nbp/nbp.tables.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Kuba Kuźma 6 | SELECT * FROM nbp.tables WHERE id = "LastA"; 7 | 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /silobreaker/silobreaker.env: -------------------------------------------------------------------------------- 1 | USE 'https://raw.github.com/spier/yql-tables/silobreaker/silobreaker/silobreaker.documents.entities.xml' AS silobreaker.documents.entities; 2 | USE 'https://raw.github.com/spier/yql-tables/silobreaker/silobreaker/silobreaker.documents.xml' AS silobreaker.documents; 3 | USE 'https://raw.github.com/spier/yql-tables/silobreaker/silobreaker/silobreaker.entities.xml' AS silobreaker.entities; 4 | USE 'https://raw.github.com/spier/yql-tables/silobreaker/silobreaker/silobreaker.entitygraph.xml' AS silobreaker.entitygraph; 5 | USE 'https://raw.github.com/spier/yql-tables/silobreaker/silobreaker/silobreaker.topstories.xml' AS silobreaker.topstories; -------------------------------------------------------------------------------- /sunlight/sunlight.committees.get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /dopplr/dopplr.traveller.fellows.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sam Pullara 5 | http://dopplr.pbwiki.com/ 6 | 7 | 8 | 17 | 18 |
-------------------------------------------------------------------------------- /github/github.user.followers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where id='spullara' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /github/github.user.following.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where id='spullara' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /yui/yui.gallery.module.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where module='gallery' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /kiva/kiva.lenders.newest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 20 | 21 | 22 |
-------------------------------------------------------------------------------- /mediawikiapi/mediawikiapi.env: -------------------------------------------------------------------------------- 1 | use 'http://github.com/md5/yql-tables/raw/master/mediawikiapi/mediawikiapi.namespaces.xml' as wmf.en.wikipedia.namespaces; 2 | use 'http://github.com/md5/yql-tables/raw/master/mediawikiapi/mediawikiapi.namespacealiases.xml' as wmf.en.wikipedia.namespacealiases; 3 | 4 | use 'http://github.com/md5/yql-tables/raw/master/mediawikiapi/mediawikiapi.user.xml' as wmf.en.wikipedia.user; 5 | use 'http://github.com/md5/yql-tables/raw/master/mediawikiapi/mediawikiapi.user.contribs.xml' as wmf.en.wikipedia.user.contribs; 6 | 7 | use 'http://github.com/md5/yql-tables/raw/master/mediawikiapi/mediawikiapi.recentchanges.xml' as wmf.en.wikipedia.recentchanges; 8 | -------------------------------------------------------------------------------- /yui/yui.gallery.user.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where username='davglass' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /christies/christies.auction.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Daniel Pett 5 | Search Christies auction 6 | http://www.finds.org.uk 7 | select * from {table}; 8 | 9 | 10 | 15 | 16 |
-------------------------------------------------------------------------------- /github/github.user.watched.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jésus Lopes 5 | 6 | select * from {table} where id='jtadeulopes' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /basecamp/basecamp.account.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 17 |
-------------------------------------------------------------------------------- /kiva/kiva.lenders.lending_actions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 20 | 21 | 22 |
-------------------------------------------------------------------------------- /kiva/kiva.loans.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /sunlight/sunlight.committees.getList.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /kiva/kiva.teams.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 17 | 18 |
-------------------------------------------------------------------------------- /sunlight/sunlight.legislators.allForZip.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /dopplr/dopplr.futuretrips.info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sam Pullara 5 | http://dopplr.pbwiki.com/ 6 | 7 | 8 | 17 | 18 |
-------------------------------------------------------------------------------- /github/github.rate_limit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Matthias Kadenbach, https://github.com/mattes 5 | http://developer.github.com/v3/#rate-limiting 6 | You can also check your rate limit status without incurring an API hit. 7 | select * from {table} 8 | 9 | 10 | 15 | 16 |
-------------------------------------------------------------------------------- /steam/steam.community.leaderboards.list.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Andrew Guyton 5 | https://partner.steamgames.com/documentation/community_data 6 | select * from {table} where game='L4D' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /sunlight/sunlight.districts.getDistrictsFromZip.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /kiva/kiva.lenders.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /sunlight/sunlight.committees.allForLegislator.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /kiva/kiva.teams.shortname.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 16 | 17 |
-------------------------------------------------------------------------------- /thetvdb/thetvdb.getTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TheTVDB Get Time 6 | http://thetvdb.com/wiki/index.php?title=Programmers_API 7 | select * from {table} 8 | 9 | 10 | 17 | 18 |
19 | 20 | -------------------------------------------------------------------------------- /tumblr/tumblr.tumblelog.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Yahoo! Inc. 5 | http://www.tumblr.com/docs/api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /tweetmeme/tweetmeme.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jebu Ittiachen 5 | http://help.tweetmeme.com/2009/10/12/core-api/ 6 | select * from {table} where url='http://is.gd/lznv' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /dopplr/dopplr.traveller.travelling.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sam Pullara 5 | http://dopplr.pbwiki.com/ 6 | 7 | 8 | 17 | 18 |
-------------------------------------------------------------------------------- /guardian/guardian.politics.parties.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Steve King steve@stevenking.com.au 5 | This endpoint provides a basic listing of political party entities. 6 | http://www.guardian.co.uk/open-platform/politics-api/getting-started 7 | SELECT * FROM {table} 8 | 9 | 10 | 15 | 16 |
-------------------------------------------------------------------------------- /vimeo/vimeo.video.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where video_id='4964539' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /ebay/ebay.deals.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Vijay Chandrasegaran 5 | eBay Deals API 6 | https://go.developer.ebay.com/developers/ebay 7 | select * from {table}; 8 | 9 | 10 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /vimeo/vimeo.album.info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where album_id='21' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.likes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='robfuel' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /weather/weather.woeid.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Christian Heilmann 5 | Weather with woeid 6 | http://developer.yahoo.com/weather/ 7 | 8 | 9 | 18 | 19 |
-------------------------------------------------------------------------------- /silobreaker/README.md: -------------------------------------------------------------------------------- 1 | # YQL tables for silobreaker.com 2 | 3 | [silobreaker API documentation](http://api.silobreaker.com/ApiReference.htm) 4 | 5 | 6 | ## TODO 7 | - make types batchable 8 | 9 | ## Notes 10 | - /documents - max pagesize is 250 (not documented) 11 | - /topStories - "noStories" max seems to be 50 (not documented) 12 | - /entityGraph - "noNodes" max seems to be 100 (not documented) 13 | 14 | ## Possible API modifications 15 | - "type" is not a good parameter name because there is also another parameter called "types". Should be called "format" instead 16 | - /topStories - "Extras" should be named "extras" 17 | - /documents - endpoint has one parameter "types". the possible values should not contain spaces -------------------------------------------------------------------------------- /vimeo/vimeo.album.videos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where album_id='21' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.groups.info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where groupname='awesome' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.groups.users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where groupname='awesome' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.albums.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.channels.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.groups.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.videos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /foursquare/foursquare.settings.all.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/settings/all.html 6 | 7 | 8 | 16 | 17 |
18 | -------------------------------------------------------------------------------- /getresponse/getresponse.archive.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Rainer Borene 5 | Retrieves all posts of a specified GetResponse account 6 | select * from {table} where username = 'test' 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /topsy/topsy.credit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier (http://twitter.com/#!/sebastianspier/) 5 | Topsy.com API 6 | http://code.google.com/p/otterapi/wiki/Resources 7 | SELECT * FROM {table} 8 | 9 | 10 | 16 | 17 |
-------------------------------------------------------------------------------- /vimeo/vimeo.channel.info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where channelname='6967' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.contacts.likes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='basictheory' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.groups.videos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where groupname='awesome' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.allvideos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.appearsin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /wefeelfine/README.md: -------------------------------------------------------------------------------- 1 | # wefeelfine.org API 2 | 3 | YQL tables for the [API](http://www.wefeelfine.org/api.html) of [wefeelfine.org](http://www.wefeelfine.org). 4 | 5 | # Examples 6 | 7 | * Select the latest 20 collected feelings 8 | 9 | SELECT * FROM wefeelfine.feelings 10 | 11 | * Select even more feelings (up to 1500 maximum) 12 | 13 | SELECT * FROM wefeelfine.feelings WHERE count=50 14 | 15 | * Select specific feelings 16 | 17 | SELECT * FROM wefeelfine.feelings WHERE feeling="happy" 18 | SELECT * FROM wefeelfine.feelings WHERE postdate="2010-12-24" 19 | 20 | * Retrieve the full URL of an image 21 | 22 | SELECT * FROM wefeelfine.imageurl WHERE postdate="2006-04-27" AND imageid="p9tzFPjjoxHmtOlujQ7HvQ" 23 | -------------------------------------------------------------------------------- /coderwall/coderwall.profile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier (http://twitter.com/#!/sebastianspier/) 5 | Coderwall Profile API 6 | http://coderwall.com/api 7 | SELECT * FROM {table} WHERE user=spier 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /foursquare/foursquare.users.requests.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/users/requests.html 6 | 7 | 8 | 16 | 17 |
18 | -------------------------------------------------------------------------------- /vimeo/vimeo.activity.user.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='basictheory' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.contacts.videos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='basictheory' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.user.subscriptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='rickymontalvo' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /flugaktiv/icao_foursquare.table.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | select * from {table} where icao="EDDF" 4 | Foursquare Places Information lookup based on IATA Code or ICAO Code 5 | http://flugaktiv.de/ 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /vimeo/vimeo.activity.contacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='basictheory' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /vimeo/vimeo.activity.everyone.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='basictheory' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /foursquare/foursquare.venues.categories.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/venues/categories.html 6 | 7 | 8 | 16 | 17 |
18 | -------------------------------------------------------------------------------- /github/github.repo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where id='spullara' and repo='yql-tables' 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /basecamp/basecamp.me.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 18 |
-------------------------------------------------------------------------------- /guardian/guardian.politics.elections.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Steve King steve@stevenking.com.au 5 | This is another catalogue endpoint which will return a collection of General Election entities. 6 | http://www.guardian.co.uk/open-platform/politics-api/getting-started 7 | SELECT * FROM {table} 8 | 9 | 10 | 15 | 16 |
-------------------------------------------------------------------------------- /vimeo/vimeo.activity.user.happened.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='basictheory' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /github/github.repo.network.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where id='spullara' and repo='yql-tables' 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /twitter/twitter.trends.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table} 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /vimeo/vimeo.activity.contacts.happened.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where username='basictheory' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /comicvine/comicvine.types.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns a list of types. See documentation for more information. 6 | http://api.comicvine.com/documentation/#type 7 | 8 | 9 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /longurl/longurl.yql.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Felix Boehm 5 | http://www.feedic.com/ 6 | select * from {table} where url="http://j.mp/qOL6cD" 7 | 8 | 9 | 21 | 22 |
-------------------------------------------------------------------------------- /sunlight/sunlight.districts.getZipsFromDistrict.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 17 | 18 |
-------------------------------------------------------------------------------- /worldbank/worldbank.env: -------------------------------------------------------------------------------- 1 | USE "http://github.com/spier/yql_worldbank/raw/master/worldbank.sources.xml" AS worldbank.sources; 2 | USE "http://github.com/spier/yql_worldbank/raw/master/worldbank.countries.xml" AS worldbank.countries; 3 | USE "http://github.com/spier/yql_worldbank/raw/master/worldbank.topics.xml" AS worldbank.topics; 4 | USE "http://github.com/spier/yql_worldbank/raw/master/worldbank.indicators.xml" AS worldbank.indicators; 5 | USE "http://github.com/spier/yql_worldbank/raw/master/worldbank.data.xml" AS worldbank.data; 6 | USE "http://github.com/spier/yql_worldbank/raw/master/worldbank.incomelevels.xml" AS worldbank.incomelevels; 7 | USE "http://github.com/spier/yql_worldbank/raw/master/worldbank.lendingtypes.xml" AS worldbank.lendingtypes; -------------------------------------------------------------------------------- /sunlight/sunlight.districts.getDistrictFromLatLong.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 17 | 18 |
-------------------------------------------------------------------------------- /twitter/twitter.trends.daily.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table}; 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /twitter/twitter.trends.weekly.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table}; 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /google/google.pagespeed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Preetam Jinka 5 | Google Pagespeed API 6 | https://code.google.com/apis/pagespeedonline/v1/getting_started.html 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /programmableweb/README.md: -------------------------------------------------------------------------------- 1 | # YQL tables for the ProgrammableWeb API 2 | 3 | This is an incomplete set of YQL tables for the [ProgrammableWeb API](http://api.programmableweb.com/). Make sure to read the API documentation in order to explore the full potential of this API. 4 | 5 | # Examples 6 | 7 | ## Find mashups of an API 8 | 9 | SELECT * FROM pw.mashups 10 | WHERE apis="google-maps" AND apikey="YOUR_API_KEY" 11 | 12 | ## Display ProgrammableWeb Members from San Francisco 13 | 14 | SELECT * FROM pw.members 15 | WHERE query="San Francisco" AND apikey="YOUR_API_KEY" 16 | 17 | ## Retrieve Data of Multiple ProgrammableWeb Members 18 | 19 | SELECT * FROM pw.members 20 | WHERE (username="jmusser" OR username="duvander" OR username="spier") 21 | AND apikey="YOUR_API_KEY" -------------------------------------------------------------------------------- /twitter/twitter.trends.current.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table}; 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /flugaktiv/icao_airline.table.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | select * from {table} where icao="DLH" 4 | Airline Information lookup based on IATA Code, ICAO Code 5 | http://flugaktiv.de/ 6 | 7 | 8 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /brazil/caelum/brazil.caelum.proximoscursos_html.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Adriano Almeida 5 | Pesquisa na lista de cursos da Caelum 6 | select * from {table} 7 | 8 | 9 | 10 | 11 | 22 | 23 |
24 | -------------------------------------------------------------------------------- /twitter/twitter.status.timeline.public.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table} where id=@id; 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /nestoria/nestoria.keywords.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Francisco Jordano 5 | http://www.nestoria.co.uk/help/api-tech 6 | select * from {table} 7 | Returns a sorted list of valid keywords. 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /steam/steam.userstats.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Andrew Guyton 5 | http://developer.valvesoftware.com/wiki/Steam_Web_API 6 | select * from {table} where gameid='440' 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /campfire/campfire.roomtopic.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 20 | 21 |
-------------------------------------------------------------------------------- /flugaktiv/icao_airport.table.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | select * from {table} where icao="EDDF" 4 | Airport Information lookup based on IATA Code, ICAO Code or fulltext search 5 | http://flugaktiv.de/ 6 | 7 | 8 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /github/github.users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Matthias Kadenbach, https://github.com/mattes 5 | http://developer.github.com/v3/users/ 6 | List repositories being starred. 7 | select * from {table} where user='mattes' 8 | 9 | 10 | 19 | 20 |
-------------------------------------------------------------------------------- /lastfm/lastfm.tag.gettopalbums.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Tag.getTopAlbums API method. Get the top albums tagged by this tag, ordered by tag count. 6 | http://www.last.fm/api/show?service=283 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /lastfm/lastfm.tag.gettoptracks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Tag.getTopTracks API method. Get the top tracks tagged by this tag, ordered by tag count. 6 | http://www.last.fm/api/show?service=285 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /longurl/longurl.services.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Eric Ferraiuolo (ericf) 5 | http://longurl.org/api#list-known-services 6 | List of known URL shortening services LongURL.org maintains. 7 | select * from {table}; 8 | 9 | 10 | 11 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /wunderground/wunderground.alerts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ben Ward 5 | Weather Underground NWS Alerts 6 | http://wiki.wunderground.com/index.php/API_-_XML 7 | select * from {table} where location='94104'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /yahoojp/jlp/yahoojp.jlp.da.parse.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/jlp/da/v1/parse.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /foursquare/foursquare.multi.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/multi/multi.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /google/google.igoogle.stock.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | iGoogle Secret API: Stock Symbol 6 | http://blog.programmableweb.com/2010/02/08/googles-secret-weather-api/ 7 | select * from {table} where stock='YHOO'; 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /jcdecaux/vls/stationInfos/jcdecaux.vls.stationInfos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SELECT * FROM {table} WHERE contract= AND station= AND apiKey= 5 | Get stations infos 6 | 7 | 8 | 18 | 19 |
-------------------------------------------------------------------------------- /lastfm/lastfm.tag.gettopartists.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Tag.getTopArtists API method. Get the top artists tagged by this tag, ordered by tag count. 6 | http://www.last.fm/api/show?service=284 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /thetvdb/thetvdb.series.getSeriesId.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TheTVDB Get Series ID 6 | http://thetvdb.com/wiki/index.php?title=Programmers_API 7 | select * from {table} where seriesname='Modern Family' 8 | 9 | 10 | 18 | 19 |
20 | 21 | -------------------------------------------------------------------------------- /ukparliament/ukparliament.commons.members.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Adrian Short 5 | http://projects.adrianshort.co.uk/yql/ 6 | SELECT * from {table} WHERE query="brown" AND member-name LIKE 'rt hon%' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /wunderground/wunderground.forecast.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ben Ward 5 | Weather Underground Forecast 6 | http://wiki.wunderground.com/index.php/API_-_XML 7 | select * from {table} where location='Chicago,IL'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /foursquare/foursquare.tips.tips.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/tips/tips.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /comicvine/comicvine.team.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed team id. 6 | http://api.comicvine.com/documentation/#team 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /foursquare/foursquare.users.users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/users/users.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /google/google.igoogle.movies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | iGoogle Secret API: Movies Near a ZIP Code 6 | http://blog.programmableweb.com/2010/02/08/googles-secret-weather-api/ 7 | select * from {table} where movies='68105'; 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /lastfm/lastfm.tag.gettoptags.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Tag.getTopTags API method. Fetches the top global tags on Last.fm, sorted by popularity (number of times used) 6 | http://www.last.fm/api/show?service=276 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /url/status.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | select * from {table} where url="http://developer.yahoo.com/" 5 | Retrieve HTTP status for URLs 6 | Peter Cowburn 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /wunderground/wunderground.geolookup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ben Ward 5 | Weather Underground Geo Lookup 6 | http://wiki.wunderground.com/index.php/API_-_XML 7 | select * from {table} where location='San Francisco'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /comicvine/comicvine.issue.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed issue id. 6 | http://api.comicvine.com/documentation/#issue 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.power.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed power id. 6 | http://api.comicvine.com/documentation/#power 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /google/google.translate.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | select * from {table} where q="this is a test" and target="de"; 5 | 6 | 7 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /powerhousemuseum/phm.collections.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Murali K 5 | Query on a collection within the PhM 6 | http://api.powerhousemuseum.com/ 7 | select * from {table} where api_key='...' 8 | 9 | 10 | 11 | 19 | 20 |
21 | 22 | -------------------------------------------------------------------------------- /tvrage/tvrage.search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TVRage Search 6 | http://services.tvrage.com/info.php?page=main 7 | select * from {table} where show='mad men'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /ukparliament/ukparliament.commons.constituencies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Adrian Short 5 | http://projects.adrianshort.co.uk/yql/ 6 | SELECT * from {table} WHERE query="birmingham" AND member-party != 'Labour' 7 | 8 | 9 | 17 | 18 |
-------------------------------------------------------------------------------- /wuala/wuala.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | select * from {table} where command="publicFiles" and path in ("Creative Commons","videos","TED Talks") | SORT(field="modificationDate",descending="true") | TAIL(count=20) 6 | 7 | 8 | 9 | 16 | 17 |
18 | -------------------------------------------------------------------------------- /clly/clly.item.view.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | select * from {table} where id='123' 5 | 6 | 7 | 20 | 21 |
22 | -------------------------------------------------------------------------------- /comicvine/comicvine.object.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed object id. 6 | http://api.comicvine.com/documentation/#object 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.origin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed origin id. 6 | http://api.comicvine.com/documentation/#origin 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.person.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed person id. 6 | http://api.comicvine.com/documentation/#person 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.volume.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed volume id. 6 | http://api.comicvine.com/documentation/#volume 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /foursquare/foursquare.users.badges.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/users/badges.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /foursquare/foursquare.venues.venues.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/venues/venues.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/users 6 | select * from {table} where client_id='your client id' and id=3207 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /tvrage/tvrage.show.info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TVRage Show Info 6 | http://services.tvrage.com/info.php?page=main 7 | select * from {table} where sid='21704'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /vimeo/vimeo.channel.videos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | http://vimeo.com/api/docs/simple-api 6 | select * from {table} where channelname='6967' and page='1' 7 | 8 | 9 | 18 | 19 |
-------------------------------------------------------------------------------- /yahoojp/jlp/yahoojp.jlp.keyphrase.extract.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/jlp/keyphrase/v1/extract.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /comicvine/comicvine.concept.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed concept id. 6 | http://api.comicvine.com/documentation/#concept 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /foursquare/foursquare.users.friends.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/users/friends.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.group_info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.character.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed character id. 6 | http://api.comicvine.com/documentation/#character 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.location.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed location id. 6 | http://api.comicvine.com/documentation/#location 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.publisher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed publisher id. 6 | http://api.comicvine.com/documentation/#publisher 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /comicvine/comicvine.storyarc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Returns information for the passed story_arc id. 6 | http://api.comicvine.com/documentation/#story_arc 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /foursquare/foursquare.venues.herenow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/venues/herenow.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /google/google.plus.people.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dan Beam 5 | http://developers.google.com/+/api/latest/people/get 6 | select * from {table} where key="my_api_key" and userId="116115719351294422282" 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.groups.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and q='dubstep' 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.track_info.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/tracks 6 | select * from {table} where client_id='your client id' and id=13158665 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /tvrage/tvrage.episode.list.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TVRage Episode List 6 | http://services.tvrage.com/info.php?page=main 7 | select * from {table} where sid='21704'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /foursquare/foursquare.settings.settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/settings/settings.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /lastfm/lastfm.user.getinfo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm User.getInfo API method. Get information about a user profile. 6 | http://www.last.fm/api/show?service=344 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.group_tracks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.group_users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.user_groups.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/users 6 | select * from {table} where client_id='your client id' and id=3207 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.user_tracks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/users 6 | select * from {table} where client_id='your client id' and id=3207 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /sunlight/sunlight.lobbyists.search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 18 | 19 |
-------------------------------------------------------------------------------- /thetvdb/thetvdb.getUpdates.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TheTVDB Get Updates 6 | http://thetvdb.com/wiki/index.php?title=Programmers_API 7 | select * from {table} where time='1274500928' 8 | 9 | 10 | 19 | 20 |
-------------------------------------------------------------------------------- /twitter/twitter.trends.location.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table} where woeid=1; 8 | 9 | 10 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /yahoojp/auctions/yahoojp.auctions.showqanda.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/auctions/auction/v1/showqanda.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /arxiv/arxiv.search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Christian Heilmann 5 | http://arxiv.org/help/api/index 6 | select * from {table} where search_query="all:electron" 7 | 8 | 9 | 19 | 20 |
21 | 22 | -------------------------------------------------------------------------------- /blabla/blabla.lists.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Iker Azpeitia 5 | http://rifers.org/wiki/display/BLA/REST%20API.html 6 | SELECT * FROM {table} WHERE login='oscaronekin' and password='12osin34'; 7 | 8 | 9 | 18 | 19 |
20 | 21 | -------------------------------------------------------------------------------- /foursquare/foursquare.users.venuehistory.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/users/venuehistory.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.group_members.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.user_favorites.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/users 6 | select * from {table} where client_id='your client id' and id=3207 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.user_playlists.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/users 6 | select * from {table} where client_id='your client id' and id=3207 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /tvrage/tvrage.search.detailed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TVRage Detailed Search 6 | http://services.tvrage.com/info.php?page=main 7 | select * from {table} where show='mad men'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /yahoojp/auctions/yahoojp.auctions.auctionitem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/auctions/auction/v2/auctionitem.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /infochimps/infochimps.influence.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker 5 | Infochimps Twitter Data - Influence 6 | http://api.infochimps.com/describe/soc/net/tw/influence 7 | select * from {table} where screen_name='notrees' and apikey='yqldemoUNViJbe5r1S0uiVvjq69'; 8 | 9 | 10 | 19 | 20 |
-------------------------------------------------------------------------------- /infochimps/infochimps.trstrank.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker 5 | Infochimps Twitter Data - trstrank 6 | http://api.infochimps.com/describe/soc/net/tw/trstrank 7 | select * from {table} where screen_name='notrees' and apikey='yqldemoUNViJbe5r1S0uiVvjq69'; 8 | 9 | 10 | 19 | 20 |
-------------------------------------------------------------------------------- /soundcloud/soundcloud.group_moderators.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.track_comments.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/tracks 6 | select * from {table} where client_id='your client id' and id=13158665 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /yahoojp/auctions/yahoojp.auctions.categorytree.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/auctions/auction/v2/categorytree.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /yahoojp/map/yahoojp.map.openlocalplatform.altitude.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/map/openlocalplatform/v1/altitude.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.group_contributions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.group_contributors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.group_pending_tracks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/groups 6 | select * from {table} where client_id='your client id' and id=1799 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /soundcloud/soundcloud.track_favoriters.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Carson McDonald 5 | http://developers.soundcloud.com/docs/api/tracks 6 | select * from {table} where client_id='your client id' and id=13158665 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /sunlight/sunlight.legislators.search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Tom Hughes-Croucher 5 | 6 | 7 | 18 | 19 |
-------------------------------------------------------------------------------- /wunderground/wunderground.currentobservation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ben Ward 5 | Weather Underground Current Observation at a weather station or airport 6 | http://wiki.wunderground.com/index.php/API_-_XML 7 | select * from {table} where location='SFO'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /yahoojp/chiebukuro/yahoojp.chiebukuro.categorytree.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/chiebukuro/chiebukuro/v1/categorytree.html 6 | 7 | 8 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /github/search/users/github.search.users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jai Santhosh 5 | Searches users on Github 6 | http://developer.github.com/v3/search/#search-users 7 | select * from {table} where keywords="jaisanth" 8 | 9 | 10 | 11 | 19 | 20 |
-------------------------------------------------------------------------------- /lastfm/lastfm.group.getmembers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Group.getMembers API method. Get a list of members for this group. 6 | http://www.last.fm/api/show?service=379 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /tvrage/tvrage.show.infoAndEpisodeList.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | TVRage Show Info and Episode List 6 | http://services.tvrage.com/info.php?page=main 7 | select * from {table} where sid='21704'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /victoriaandalbert/victoriaandalbert.museumobject.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Daniel Pett 5 | Search Victoria and Albert Museum's collections database 6 | http://www.vam.ac.uk/api 7 | select * from {table} where id='O12345'; 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /lastfm/lastfm.event.getattendees.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Event.getAttendees API method. Get a list of attendees for an event. 6 | http://www.last.fm/api/show?service=391 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.venue.getevents.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Venue.getEvents API method. Get a list of upcoming events at this venue. 6 | http://www.last.fm/api/show?service=394 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /nyt/nyt.people.users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | New York Times 5 | NYT TimesPeople social network - users 6 | http://developer.nytimes.com/docs/timespeople_api/ 7 | 8 | 9 | 19 | 20 |
-------------------------------------------------------------------------------- /lastfm/lastfm.artist.getpodcast.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Artist.getPodcast API method. Get a podcast of free mp3s based on an artist 6 | http://www.last.fm/api/show?service=118 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.playlist.fetch.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Playlist.fetch API method. Fetch XSPF playlists using a lastfm playlist url. 6 | http://www.last.fm/api/show?service=271 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.user.getplaylists.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm User.getPlaylists API method. Get a list of a user's playlists on Last.fm. 6 | http://www.last.fm/api/show?service=313 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.user.getshouts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm User.getShouts API method. Get shouts for this user. Also available as an rss feed. 6 | http://www.last.fm/api/show?service=401 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /nyt/nyt.people.profiles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | New York Times 5 | NYT TimesPeople Social Network - Profiles 6 | http://developer.nytimes.com/docs/timespeople_api/ 7 | 8 | 9 | 19 | 20 |
-------------------------------------------------------------------------------- /topsy/topsy.urlinfo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier (http://twitter.com/#!/sebastianspier/) 5 | Topsy.com API 6 | http://code.google.com/p/otterapi/wiki/Resources 7 | SELECT * FROM {table} WHERE url="http://twitter.com" 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /lastfm/lastfm.event.getshouts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Event.getShouts API method. Get shouts for this event. Also available as an rss feed. 6 | http://www.last.fm/api/show?service=399 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.geo.gettopartists.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Geo.getTopArtists API method. Get the most popular artists on Last.fm by country 6 | http://www.last.fm/api/show?service=297 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /google/google.buzz.updates.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jonathan LeBlanc 5 | Google Buzz Updates API 6 | http://code.google.com/apis/buzz/documentation/#syndication 7 | SELECT * FROM {table} WHERE user='nakedtechnologist' 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /nyt/nyt.people.activities.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | New York Times 5 | NYT TimesPeople social network - activities 6 | http://developer.nytimes.com/docs/timespeople_api/ 7 | 8 | 9 | 19 | 20 |
-------------------------------------------------------------------------------- /nyt/nyt.people.newsfeed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | New York Times 5 | NYT TimesPeople social network - newsfeed 6 | http://developer.nytimes.com/docs/timespeople_api/ 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /tinysong/tinysong.search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Steffen Bruchmann 5 | http://tinysong.com/api 6 | select * from tinysong.search where query='black sabbath' and method='b' and key='xxx' 7 | 8 | 9 | 19 | 20 |
-------------------------------------------------------------------------------- /ecb/eurofx.daily.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier (http://twitter.com/#!/sebastianspier/) 5 | 6 | Daily rates of the European Central Bank (ECB), 7 | quoted against the euro (base currency) 8 | 9 | http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html 10 | SELECT * FROM {table} 11 | 12 | 13 | 20 | 21 |
-------------------------------------------------------------------------------- /nyt/nyt.people.followers.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | New York Times 5 | NYT TimesPeople social network - followers 6 | http://developer.nytimes.com/docs/timespeople_api/ 7 | 8 | 9 | 19 | 20 |
21 | 22 | -------------------------------------------------------------------------------- /topsy/topsy.authorinfo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier (http://twitter.com/#!/sebastianspier/) 5 | Topsy.com API 6 | http://code.google.com/p/otterapi/wiki/Resources 7 | SELECT * FROM {table} WHERE url="http://twitter.com/barackobama" 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /github/github.gist.content.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Martin Wittemann 5 | Fabian Jakobs 6 | 7 | select * from {table} where repo='276994' 8 | 9 | 10 | 24 | 25 |
26 | -------------------------------------------------------------------------------- /github/github.repo.commits.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dav Glass 5 | 6 | select * from {table} where id='yui' and repo='yui3' and sha="1b74670d4ac487d1f616e14be88046c24fa45438" 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /guardian/guardian.politics.party.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Steve King steve@stevenking.com.au 5 | Using this endpoint will return all of the current MPs within the selected political party and the constituency they represent. 6 | http://www.guardian.co.uk/open-platform/politics-api/getting-started 7 | SELECT * FROM {table} WHERE pid=152 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /lastfm/lastfm.artist.gettoptags.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Artist.getTopTags API method. Get the top tags for an artist on Last.fm, ordered by popularity. 6 | http://www.last.fm/api/show?service=288 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.geo.getmetroweeklychartlist.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Geo.getMetroWeeklyChartlist API method. Get a list of available chart periods for this metro, expressed as date ranges which can be sent to the chart services. 6 | http://www.last.fm/api/show?service=426 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /lastfm/lastfm.recenttracks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jason Walsh 5 | Last.fm recent tracks API 6 | http://www.last.fm/api/show?service=278 7 | SELECT * FROM {table} WHERE user='INSERT_USER' AND api_key='INSERT_API_KEY' 8 | 9 | 10 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /livedoor/livedoor.weather.forecast.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://weather.livedoor.com/weather_hacks/webservice.html 6 | select * from {table} where city="63" and day="tomorrow" 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /nyt/nyt.people.following.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | New York Times 5 | NYT TimesPeople social network - following 6 | http://developer.nytimes.com/docs/timespeople_api/ 7 | 8 | 9 | 19 | 20 | 21 |
22 | 23 | -------------------------------------------------------------------------------- /pikchur/pikchur.feed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jonathan LeBlanc (Twitter: @jcleblanc) 5 | RSS person feed wrapper for Pikchur - obtain a user feed based on the username 6 | http://pikchur.com/api 7 | SELECT * FROM pikchur.feed WHERE user='jcleblanc' 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /slideshare/slideshare.slideshows.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jonathan LeBlanc (Twitter: @jcleblanc) 5 | Slideshare Slideshows by User 6 | http://www.slideshare.net/rss/user/{user} 7 | SELECT * FROM {table} WHERE user='jcleblanc' 8 | 9 | 10 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /google/google.igoogle.weather.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Micah Laaker (micah@laaker.com) 5 | iGoogle Secret API: Weather 6 | http://blog.programmableweb.com/2010/02/08/googles-secret-weather-api/ 7 | select * from {table} where weather='Mountain View'; 8 | 9 | 10 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /jcdecaux/vls/jcdecaux.vls.contracts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Killerwolf http://h4md1.fr 5 | Accesing Open Data API of JCDecaux bike sharing system 6 | https://developer.jcdecaux.com 7 | select * from {table} where apiKey="1f7df45ggffgsd25f4ds6f3d4" 8 | 9 | 10 | 18 | 19 |
-------------------------------------------------------------------------------- /lastfm/lastfm.artist.gettopfans.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Artist.getTopFans API method. Get the top fans for an artist on Last.fm, based on listening data. 6 | http://www.last.fm/api/show?service=310 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.artist.gettoptracks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Artist.getTopTracks API method. Get the top tracks by an artist on Last.fm, ordered by popularity 6 | http://www.last.fm/api/show?service=277 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /worldbank/worldbank.incomelevels.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier 5 | Income Level Queries WorldBank Data API (normally not used directly) 6 | http://data.worldbank.org/node/207 7 | SELECT * FROM {table} 8 | 9 | 10 | 22 | 23 |
-------------------------------------------------------------------------------- /worldbank/worldbank.lendingtypes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier 5 | Lending Type Queries WorldBank Data API (normally not used directly) 6 | http://data.worldbank.org/node/208 7 | SELECT * FROM {table} 8 | 9 | 10 | 22 | 23 |
-------------------------------------------------------------------------------- /foursquare/foursquare.venues.tips.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.foursquare.com/docs/venues/tips.html 6 | 7 | 8 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /kiva/kiva.loans.lenders.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 21 | 22 |
-------------------------------------------------------------------------------- /kiva/kiva.loans.updates.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 21 | 22 |
-------------------------------------------------------------------------------- /lastfm/lastfm.artist.gettopalbums.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Artist.getTopAlbums API method. Get the top albums for an artist on Last.fm, ordered by popularity. 6 | http://www.last.fm/api/show?service=287 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.event.getinfo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Event.getInfo API method. Get the metadata for an event on Last.fm. Includes attendance and lineup information. 6 | http://www.last.fm/api/show?service=292 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /tarpipe/tarpipe.workflow.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ethan Jewett 5 | 6 | 7 | 8 | 9 | 21 | 22 |
-------------------------------------------------------------------------------- /twitter/twitter.trends.available.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table} where lat='37' and long='-122'; 8 | 9 | 10 | 20 | 21 |
22 | -------------------------------------------------------------------------------- /google/google.plus.comments.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dan Beam 5 | https://developers.google.com/+/api/latest/comments/get 6 | select * from {table} where key="my_api_key" and commentId="tCq-VDETC7V5gIjHYUoFRIaX6yVhkJzndpye_oQcVMxdiQaTE0O_7I4Z8gZDy8gkrEKXEVH7Ius" 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /craigslist/craigslist.search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Yahoo! Inc. 5 | http://craigslist.org/ 6 | select * from {table} where location="sfbay" and type="sss" and query="schwinn mountain bike" 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /lastfm/lastfm.tag.getsimilar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm Tag.getSimilar API method. Search for tags similar to this one. Returns tags ranked by similarity, based on listening data. 6 | http://www.last.fm/api/show?service=311 7 | 8 | 9 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /ukgeocode/ukgeocode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | select postcode, lat, lon from {table} where postcode = "eh5 2gj"; 5 | Max Manders 6 | http://ukgeocode.maxmanders.co.uk 7 | Geocodes UK postcodes to latitude and longitude co-ordinates. Contains Royal Mail data © Royal Mail copyright and database right 2010. 8 | 9 | 10 | 11 | 19 | 20 |
21 | 22 | -------------------------------------------------------------------------------- /yahoojp/jlp/yahoojp.jlp.furigana.furigana.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/jlp/furigana/v1/furigana.html 6 | 7 | 8 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /mimetype/extension.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Paul Tarjan 5 | Mimetype translations 6 | SELECT * FROM {table} WHERE mimetype = "application/pdf" 7 | http://stdicon.com/ 8 | 9 | 10 | 22 | 23 |
24 | -------------------------------------------------------------------------------- /thesaurus/thesaurus.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | select * from {table} where key="test_only" and word="peace" and language="en_US" 5 | http://thesaurus.altervista.org/ 6 | 7 | 8 | 19 | 20 |
-------------------------------------------------------------------------------- /kiva/kiva.journal.entries.comments.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 21 | 22 |
-------------------------------------------------------------------------------- /topsy/topsy.stats.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier (http://twitter.com/#!/sebastianspier/) 5 | Topsy.com API 6 | http://code.google.com/p/otterapi/wiki/Resources 7 | SELECT * FROM {table} WHERE url="http://topsy.com" 8 | 9 | 10 | 19 | 20 |
-------------------------------------------------------------------------------- /plos/plos.alm.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Citation and download metrics for Public Libary of Science (PLoS) articles 5 | select * from {table} where doi="10.1371/journal.pone.0007130" and citations=1 6 | http://article-level-metrics.plos.org/ 7 | Michael Chelen http://mikechelen.com 8 | 9 | 10 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /comicvine/comicvine.search.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CaptPhunkosis 5 | YQL data table for comicvine comic db. Search comicvines database. 6 | http://api.comicvine.com/documentation/#search 7 | 8 | 9 | 20 | 21 |
22 | -------------------------------------------------------------------------------- /lastfm/lastfm.user.gettoptags.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Jamie Matthews 5 | YQL table for Last.fm User.getTopTags API method. Get the top tags used by this user. 6 | http://www.last.fm/api/show?service=123 7 | 8 | 9 | 20 | 21 |
22 | -------------------------------------------------------------------------------- /nestoria/nestoria.metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Francisco Jordano 5 | http://www.nestoria.co.uk/help/api-tech 6 | select * from {table} where place_name="Chelsea" 7 | Request aggregated information about an area live average house prices. 8 | 9 | 10 | 19 | 20 |
21 | -------------------------------------------------------------------------------- /worldbank/worldbank.topics.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sebastian Spier 5 | Topic Queries WorldBank Data API 6 | http://data.worldbank.org/node/209 7 | SELECT * FROM {table} WHERE topic_id = 1 8 | 9 | 10 | 23 | 24 |
-------------------------------------------------------------------------------- /yahoojp/auctions/yahoojp.auctions.bidhistory.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ryuichi Okumura 5 | http://developer.yahoo.co.jp/webapi/auctions/auction/v1/bidhistory.html 6 | 7 | 8 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /friendfeed/friendfeed.home.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sam Pullara 5 | http://code.google.com/p/friendfeed-api/wiki/ApiDocumentation 6 | 7 | 8 | 23 | 24 |
-------------------------------------------------------------------------------- /twitter/twitter.users.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Zach Graves (zachg@yahoo-inc.com) 5 | Twitter OAuth API 6 | http://apiwiki.twitter.com/Twitter-API-Documentation 7 | select * from {table} where id=@id; 8 | 9 | 10 | 21 | 22 |
23 | -------------------------------------------------------------------------------- /flickr/flickr.people.getInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fabio Kung <fabio.kung@gmail.com> 5 | http://www.flickr.com/services/api/flickr.people.getInfo.html 6 | select * from {table} where user_id="26545327@N00" 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /friendfeed/friendfeed.rooms.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sam Pullara 5 | http://code.google.com/p/friendfeed-api/wiki/ApiDocumentation 6 | 7 | 8 | 23 | 24 |
-------------------------------------------------------------------------------- /friendfeed/friendfeed.services.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Sam Pullara 5 | http://code.google.com/p/friendfeed-api/wiki/ApiDocumentation 6 | 7 | 8 | 23 | 24 |
-------------------------------------------------------------------------------- /google/google.plus.activities.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dan Beam 5 | http://developers.google.com/+/api/latest/activities/get 6 | select * from {table} where key="my_api_key" and activityId in (select items.id from google.plus.activities.list where key="my_api_key" and userId="116115719351294422282") 7 | 8 | 9 | 18 | 19 |
20 | -------------------------------------------------------------------------------- /kiva/kiva.partners.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dan Theurer 5 | http://build.kiva.org/docs/ 6 | Kiva.org Loans API 7 | select * from kiva.partners 8 | 9 | 10 | 11 | 25 | 26 | 27 |
28 | 29 | --------------------------------------------------------------------------------