-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
https://api.tibiadata.com/v4/killstatistics/Ambra returns
{
"information": {
"api": {
"version": 4,
"release": "edge",
"commit": "209a9cab41f4f0d80ec00ae9589894a9c41e9baa"
},
"timestamp": "2023-10-19T11:48:43Z",
"status": {
"http_code": 400,
"error": 11002,
"message": "the provided world does not exist"
}
}
}
even though https://www.tibia.com/community/?subtopic=killstatistics&world=Ambra shows data.
The same goes for the /v4/world/*
endpoint, e.g. https://api.tibiadata.com/v4/world/Ambra.
In general I’d expect all world names returned in https://api.tibiadata.com/v4/worlds to have functioning corresponding /killstatistics/*
and /world/*
endpoints.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working