When calling a Stack Exchange API we need to specify which site we are trying to fetch the data from in a API URL query parameter (site=webapps.meta) like below:
https://api.stackexchange.com/docs/answers-on-questions#ids=4882&filter=default&site=webapps.meta
This is not consistent across sites. For example:
| Site | Site URL | query parameter |
|---|---|---|
| Stack Overlow | https://stackoverflow.com/ | site=stackoverflow |
| Meta Stack Exchange | https://meta.stackexchange.com/ | site=meta |
| Web Application Meta | https://webapps.meta.stackexchange.com/ | site=webapps.meta |
| MathOverflow | https://mathoverflow.net/ | site=mathoverflow.net |
My questions is, is this documented anywhere on what should be the site query parameter for the respective site?
https://api.stackexchange.com/2.3/answers?order=desc&sort=activity&site=webapps.meta.stackexchange.comworks as well