Do You Have My ban?
You know what? We might do. You can check for yourself:
Check If We Have Your Ban
POST https://api.okayge.xyz/bans/checkMine
Query Parameters
token
String
Authentication token.
Request Body
tmp_id*
Number
Your TruckersMP ID.
date*
String
The date your ban was issued.
show_ban
Boolean
Send the ban in response.
Ok{
"error": "ban not found"
}{
"error": "Invalid Date"
}{
"error": "We don't have a Crystal ball"
}{
"error": "We'd need a time machine to see that far back"
}// Missing date
{
"error": "Missing required field(s): date"
}
// Missing tmp_id
{
"error": "Missing required field(s): tmp_id"
}If we don't have your ban, there's not much we can do about that at the moment. In future, we will allow you to upload a ban via a POST request. Although, we will never allow for bans that predate our data set starting date Mon Oct 02 2023 17:56:51. The only way you can upload your ban is by having your ban history on public, and allowing us to copy it into our database. There may be a reason as to why we don't have a specific ban recorded. If you wish to ask us a question, feel free to submit feedback. If your ban was issued on a day we had downtime, this may also be why your ban hasn't been recorded. If downtime is why your ban hasn't been recorded, feel free to, when its live, upload your history.
Last updated