Base URL
https://arcadius-azure.vercel.app/
Documentation
The documentation for this API can be found on GitHub.
Endpoints
Here are the available endpoints for this API:
GET /equipment/fishingrods
: Retrieves a list of all fishing rods.GET /equipment/fishingrods/:id
: Retrieves information about a specific fishing rod.GET /bait
: Retrieves a list of all fishing baits.GET /bait/:id
: Retrieves information about a specific fishing bait.
And more endpoints are available in the API documentation.
Examples
Here are some example requests using cURL:
Retrieves a list of all fishing rods
curl https://arcadius-azure.vercel.app/equipment/fishingrods
Retrieves information about a specific fishing rod
curl https://arcadius-azure.vercel.app/equipment/fishingrods/simplerod
Retrieves information about the worm bait
curl https://arcadius-azure.vercel.app/bait/worm
TODO
- Pickaxes
- Axes
- Sickles
- Ores
- Ingots
- Fish
- Logs
- Potions
- Mushrooms
- Plants
- NPC
- Island
- Areas
In addition to these features, I also plan to create an API wrapper package to make it easier to interact with the Arcadius API in various programming languages.
Contribution
Contributions to this project are welcome. If you find a bug or want to add a new feature, please create a new issue or pull request on GitHub.
License
This project is licensed under the MIT License.