-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Sprax2013 edited this page Apr 30, 2019
·
6 revisions
This API is publicly hosted on Api.Sprax2013.de. The API uses its own cache and that of CloudFlare. For the best performance, you should pay attention to the expiry headers.
| Route | Description |
|---|---|
| / | Things relating to this API, e.g. its status |
| /Mojang | Like the original Mojang-API (for Minecraft) but with a cache to prevent rate limiting |
| /SkinDB | The API used for SkinDB.net |
| /HEMS | This route is for my school projects and could be poorly documented. |
This API always sends and receives JSON formatted bodies, unless specified. If your request was blocked by CloudFlare, you're likely to get HTML instead of JSON.
The API makes use of HTTP Status Codes. You can get detailed information from the response body.
Example:
{
"status": 400,
"msg": "The parameter 'User' is invalid"
}This API currently is not rate limited but is protected by CloudFlare that may block your request.