Instance
Get instance
GetInstance returns the public profile of this Instance. It is reachable without authentication because the sign-in page and the Public list both need it before anyone has signed in.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/instance"{ "name": "string", "version": "string", "needsSetup": true, "publicSignup": true, "defaultLocale": "string"}Delete instance
DeleteInstance empties it and returns it to first run. Admins only, and there is no undo: Nooks keeps no backup of its own.
Get instance about
GetInstanceAbout reports what this copy of Nooks is and how much it holds. Any Member: it is their Instance too, and none of it is anybody else's business.