Hot answers tagged api
1
Yes, the sites path does not filter results on site_type. But the good news is, the path accepts a pagesize of 999, so you can get all the results at once.
Then you must filter the results in your app. Here's what it looks like in jQuery:
$.ajax ( {
type: 'GET',
url: ...
1
Actually this can be done with using the rss feed channel on ifttt. together with the rss feed from the Stack2rss app that transforms stackoverflow api queries to an rss feed.
like:
http://stack2rss.stackexchange.com/stackoverflow/users/{{your user id}}/questions?body=true
you should check the api for the specific query you like (respone, specific ...
Only top voted, non community-wiki answers of a minimum length are eligible