Endpoints & Versioning
Every API-Endpoint is prefixed with https://spinsha.re/api/
. Additionally, every API-call reports back the API-version in form of the version
property. If you want to ping the API (to check if it's online), you can run the Ping API-call.
Ping
Pong's back.
Method | GET |
---|---|
Endpoint | /ping |
Output Body
{ "version":1, "status":200, "pong":true }