[WIP] Through this API you can get information from Characters, Guilds and Worlds. This information is taken from https://www.tibia.com/ with one scraper (Also, from this project) and in the close future from our own database.
Even, when this is A WIP project. The API is available in: https://tibia-suite-serverless.netlify.app/api
- Worlds: https://tibia-suite-serverless.netlify.app/api/worlds
- World: https://tibia-suite-serverless.netlify.app/api/worlds/Antica
- World: https://tibia-suite-serverless.netlify.app/api/worlds?name=Antica
- Character: https://tibia-suite-serverless.netlify.app/api/characters/Adziio
- Character: https://tibia-suite-serverless.netlify.app/api/characters?name=Adziio
- Guilds: https://tibia-suite-serverless.netlify.app/api/guilds?world=Antica
- Guild: https://tibia-suite-serverless.netlify.app/api/guilds/Airglow
- Guild: https://tibia-suite-serverless.netlify.app/api/guilds?name=Airglow
We are using netlify to run our serverless. So, you will need Netlify CLI.
After that, you can run a local server with just:
netlify dev