This walks through the smallest useful request: looking up the spell Fireball by name. The same shape works forDocumentation Index
Fetch the complete documentation index at: https://docs.wanderersguide.app/llms.txt
Use this file to discover all available pages before exploring further.
find-item, find-creature, find-ability-block, and every other find-* endpoint.
1. Get an API key
- Sign in at wanderersguide.app.
- Open your account settings and find the API Clients section.
- Create a new client. Copy the 36-character key. It’s shown once.
2. Make the request
3. Read the response
datais sometimes an array, sometimes a single object. When you pass a single integerid, you get one object (ornull). Otherwise you get an array.- Filtering by
nameis exact, case-insensitive. Need fuzzy match? Use/search-datainstead. - By default, only official published content is returned. Pass
content_sources(an array of source ids) to scope to specific books, including any homebrew sources you own.
What to try next
find-item,find-creature,find-ability-block: same body shape.search-data: full-text and advanced filter search across every content type.find-character: read your characters. Note: API keys need an explicit access grant per character (details).

