action evetech_get_characters_character_id_location { label: "Get character location" description: "Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable\n\n---\nAlternate route: `/dev/characters/{character_id}/location/`\n\nAlternate route: `/legacy/characters/{character_id}/location/`\n\nAlternate route: `/v1/characters/{character_id}/location/`\n\n---\nThis route is cached for up to 5 seconds" provider: evetech method: GET path: "/characters/{character_id}/location/" encoding: json output: { type: "object" additionalProperties: true } }