The sites tag has no wiki summary.
1
vote
1answer
36 views
Get all sites of type “main_site”
Is there a way to get all sites of type main_site from the /site method?
If not, what's the best way to get that list? Should I get all sites with a huge pagesize and then filter it in my App?
1
vote
0answers
39 views
Please differentiate between meta sites for beta versus normal sites, in the /sites method
Currently, in the /sites method, a site can have a site_state of: normal, open_beta, closed_beta, or linked_meta.
This makes it easy to tell if a main site is in beta or not. But it becomes a 2 or 3 ...
1
vote
2answers
29 views
How to get the site name from document to pass to API?
Most APIs take a parameter site which must be set to the name of the site your queries are about.
For meta.travel or travel.
But of course sites have various names, for example ...
2
votes
1answer
31 views
Can 'api_site_parameter' be added to related_site?
It would be great if the related_site type contained api_site_parameter. I realize that you probably don't want to clutter up related_site with a lot of unnecessary fields, but I think it makes sense ...
1
vote
0answers
15 views
Why are Meta sites' “site_state” = “linked_meta”?
In 2.0 there are the site_type and site_state fields. On Meta sites these fields give the same information, site_type = meta_site and site_state = linked_meta
Instead it would be more useful if ...
1
vote
1answer
26 views
Site_Type returns “main_site” for meta.stackoverflow.com
For Meta Stack Overflow, the 2.0/sites endpoint returns "main_site" rather than "meta_site". All other site_type for other stackexchange sites return correctly.
URL: ...
0
votes
1answer
25 views
API 2.0 is not returning Programmers in list of sites
Run https://api.stackexchange.com/2.0/sites.
programmers.stackexchange.com is not in the response.
5
votes
1answer
53 views
Can we have a flag for sites with mature content?
To my horror today, I discovered that StackMobile was happily serving up content from the newest Stack Exchange site. (StackMobile has a cron job that runs daily, updating the list of sites using the ...
1
vote
1answer
23 views
Failed beta sites are showing up in the /sites method.
3D Graphics and Game of Go are both failed beta sites. I would not expect them to show up in the /sites list - but they do. Indeed, attempting to list questions on one of the sites fails:
...