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": 100063,
"last_call_on": {
"date": "2025-12-03 15:56:25.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": true,
"user": {
"ID": 1,
"username": "Freaky",
"first_name": null,
"last_name": null,
"residence_name": "Germany",
"age": 27,
"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": 7
}
}