Skip to main content

Endpoints Reference

Quick reference for all available API endpoints.

Items

MethodEndpointDescription
GET/itemsList all items with filters
GET/items/{id}Get item details
GET/items/{id}/dropsGet drop locations for item
GET/items/search?q={query}Search items by name

Categories

MethodEndpointDescription
GET/categoriesList all categories
GET/categories/{id}Get category details
GET/categories/{id}/itemsGet items in category

Characters

MethodEndpointDescription
GET/characters/{id}Get character info
GET/characters/{id}/equipmentGet equipped items
GET/characters/{id}/skillsGet learned skills
GET/characters/{id}/achievementsGet achievements

Skills

MethodEndpointDescription
GET/skillsList all skills
GET/skills/{id}Get skill details
GET/skills/class/{class_id}Get skills by class

Crafting

MethodEndpointDescription
GET/crafting/recipesList all recipes
GET/crafting/recipes/{id}Get recipe details
POST/crafting/calculateCalculate materials needed

NPCs

MethodEndpointDescription
GET/npcsList all NPCs
GET/npcs/{id}Get NPC details
GET/npcs/{id}/questsGet NPC's quests
GET/npcs/{id}/shopGet NPC's shop items

Quests

MethodEndpointDescription
GET/questsList all quests
GET/quests/{id}Get quest details
GET/quests/{id}/rewardsGet quest rewards

Creatures

MethodEndpointDescription
GET/creaturesList all creatures
GET/creatures/{id}Get creature details
GET/creatures/{id}/dropsGet creature drop table
GET/creatures/{id}/locationsGet spawn locations

Events

MethodEndpointDescription
GET/eventsList current/upcoming events
GET/events/{id}Get event details
GET/events/calendarGet event calendar

Leaderboards

MethodEndpointDescription
GET/leaderboards/levelTop players by level
GET/leaderboards/achievementsTop achievement hunters
GET/leaderboards/fishingTop fishers
GET/leaderboards/guildsTop guilds

tip

All list endpoints support pagination with limit and offset parameters.