ping
public endpoints
/api/v4/ping
response (code: 401)
{ "error": { "code": 401, "msg": "missing Bearer token" } }
response (code: 403)
{ "error": { "code": 403, "msg": "Bearer token expired" } }
response (code: 200)
{ "token": "NULL", "call_count": 98108, "last_call_on": { "date": "2024-11-24 09:48:23.000000", "timezone_type": 3, "timezone": "Europe\/Berlin" }, "token_expire_date": { "date": "2029-07-01 18:50:04.000000", "timezone_type": 3, "timezone": "Europe\/Berlin" }, "is_allowed_to_call_private_api": false, "user": { "ID": 1, "username": "Freaky", "first_name": null, "last_name": null, "residence_name": "Germany", "age": 26, "url": "https:\/\/www.opleague.pro\/user\/1-Freaky", "description": "Someone who created this place", "discord": "freakyy_gg", "discord_ID": 254670416881123329, "twitter": "Freakyy_gg", "twitch": "freakyy_gg", "youtube": "user\/00cris001", "website": "https:\/\/www.opleague.eu\/", "logo_array": { "background": "..\/styles\/media\/user\/1\/Logo_background.png" } }, "rate_limits": { "RateLimit-Limit": 100, "RateLimit-Remaining": 100, "RateLimit-Reset": 42 } }