Exposing attributes and other entity information
entityData
{
"name": "...",
"is_private": true|false,
"type": { ... },
"attributes": { ... },
"tags": [ ... ],
"type_field": "...",
"is_dead": true|false, // Characters and Creatures only
"is_extinct": true|false, // Races and Creatures only
"is_completed": true|false, // Quests only
"is_defunct": true|false, // Organizations only
"is_destroyed": true|false, // Locations only
// The rest are only included for Character entities:
"gender": "...",
"pronouns": "...",
"title": "...",
"age": "...",
"traits": [ ... ], // and appearances
"races": [ ... ],
"families": [ ... ],
"location": { ... }
}Axios API
Last updated
