You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Documentation of API endpoints can be found on [docs.tibiadata.com](https://docs
24
24
-[API documentation](#api-documentation)
25
25
-[Available endpoints](#available-endpoints)
26
26
-[Deprecated endpoints](#deprecated-endpoints)
27
+
-[Restricted endpoints](#restricted-endpoints)
27
28
-[General information](#general-information)
28
29
-[Credits](#credits)
29
30
@@ -156,27 +157,15 @@ Those are the current existing endpoints.
156
157
157
158
### Deprecated Endpoints
158
159
159
-
- GET `/health`
160
-
- GET `/v3/boostablebosses`
161
-
- GET `/v3/character/:name`
162
-
- GET `/v3/creature/:race`
163
-
- GET `/v3/creatures`
164
-
- GET `/v3/fansites`
165
-
- GET `/v3/guild/:name`
166
-
- GET `/v3/guilds/:world`
167
-
- GET `/v3/highscores/:world/:category/:vocation/:page`
168
-
- GET `/v3/house/:world/:house_id`
169
-
- GET `/v3/houses/:world/:town`
170
-
- GET `/v3/killstatistics/:world`
171
-
- GET `/v3/news/archive`
172
-
- GET `/v3/news/archive/:days`
173
-
- GET `/v3/news/id/:news_id`
174
-
- GET `/v3/news/latest`
175
-
- GET `/v3/news/newsticker`
176
-
- GET `/v3/spell/:spell_id`
177
-
- GET `/v3/spells`
178
-
- GET `/v3/world/:name`
179
-
- GET `/v3/worlds`
160
+
In addition to the deprecated API versions like v1, v2 and v3, there are also some endpoints that are deprecated. As of now, those are:
161
+
162
+
- GET `/healthz`
163
+
164
+
### Restricted endpoints
165
+
166
+
There are some endpoints that can be deviant between the container documentation and the hosted version. This is due to restricted mode that restrict certain API actions due to high load on the tibia.com servers.
167
+
168
+
-`/v4/highscores`-filtering on vocation is removed, only the `all` category is valid.
0 commit comments