Find creatures
curl --request POST \
--url https://api.wanderersguide.app/functions/v1/find-creature \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"name": "<string>",
"content_sources": [
123
]
}
'{
"status": "success",
"data": [
{
"name": "<string>",
"level": 123,
"rarity": "COMMON",
"details": {
"image_url": "<string>",
"background_image_url": "<string>",
"description": "<string>",
"adjustment": "ELITE"
},
"content_source_id": 123,
"version": "<string>",
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"traits": [
123
],
"operations": [
{}
],
"abilities_base": [
{
"name": "<string>",
"rarity": "COMMON",
"description": "<string>",
"type": "action",
"content_source_id": 123,
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"operations": [
{}
],
"actions": "ONE-ACTION",
"level": 123,
"availability": "STANDARD",
"prerequisites": [
"<string>"
],
"frequency": "<string>",
"cost": "<string>",
"trigger": "<string>",
"requirements": "<string>",
"access": "<string>",
"special": "<string>",
"meta_data": {},
"traits": [
123
],
"version": "<string>"
}
],
"abilities_added": [
123
],
"inventory": {},
"spells": {},
"meta_data": {},
"deprecated": true
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.wanderersguide.app/llms.txt
Use this file to discover all available pages before exploring further.
API key created in your Wanderer's Guide account settings. Send as Authorization: Bearer <key>. Used for direct API access from external tools and scripts.
curl --request POST \
--url https://api.wanderersguide.app/functions/v1/find-creature \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"name": "<string>",
"content_sources": [
123
]
}
'{
"status": "success",
"data": [
{
"name": "<string>",
"level": 123,
"rarity": "COMMON",
"details": {
"image_url": "<string>",
"background_image_url": "<string>",
"description": "<string>",
"adjustment": "ELITE"
},
"content_source_id": 123,
"version": "<string>",
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"traits": [
123
],
"operations": [
{}
],
"abilities_base": [
{
"name": "<string>",
"rarity": "COMMON",
"description": "<string>",
"type": "action",
"content_source_id": 123,
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"operations": [
{}
],
"actions": "ONE-ACTION",
"level": 123,
"availability": "STANDARD",
"prerequisites": [
"<string>"
],
"frequency": "<string>",
"cost": "<string>",
"trigger": "<string>",
"requirements": "<string>",
"access": "<string>",
"special": "<string>",
"meta_data": {},
"traits": [
123
],
"version": "<string>"
}
],
"abilities_added": [
123
],
"inventory": {},
"spells": {},
"meta_data": {},
"deprecated": true
}
]
}