action evetech_get_characters_character_id_fatigue { label: "Get jump fatigue" description: "Return a character's jump activation and fatigue information\n\n---\nAlternate route: `/dev/characters/{character_id}/fatigue/`\n\nAlternate route: `/legacy/characters/{character_id}/fatigue/`\n\nAlternate route: `/v1/characters/{character_id}/fatigue/`\n\n---\nThis route is cached for up to 300 seconds" provider: evetech method: GET path: "/characters/{character_id}/fatigue/" encoding: json output: { type: "object" additionalProperties: true } }