Hot answers tagged support
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: ...
Only top voted, non community-wiki answers of a minimum length are eligible