action evetech_get_characters_character_id_standings { label: "Get standings" description: "Return character standings from agents, NPC corporations, and factions\n\n---\nAlternate route: `/dev/characters/{character_id}/standings/`\n\nAlternate route: `/legacy/characters/{character_id}/standings/`\n\nAlternate route: `/v1/characters/{character_id}/standings/`\n\n---\nThis route is cached for up to 3600 seconds" provider: evetech method: GET path: "/characters/{character_id}/standings/" encoding: json output: { type: "object" additionalProperties: true } }