[12:15:45] Does anyone know of a way to get the status of a wiki, via the API? IE, if the wiki is closed or not? [12:17:12] you could check “closed” specifically at https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist, I guess [12:17:27] not sure if there are other kinds of wiki statuses [12:44:21] Cyberpower678: you can also use https://meta.wikimedia.org/w/api.php?action=sitematrix&format=json&smtype=language&smstate=all&smlangprop=code%7Cname%7Csite%7Cdir%7Clocalname&smsiteprop=url%7Cdbname%7Ccode%7Csitename%7Clang&smlimit=20 and look for "closed" key in a wiki's entry.