action evetech_get_characters_character_id_implants { label: "Get active implants" description: "Return implants on the active clone of a character\n\n---\nAlternate route: `/dev/characters/{character_id}/implants/`\n\nAlternate route: `/legacy/characters/{character_id}/implants/`\n\nAlternate route: `/v1/characters/{character_id}/implants/`\n\n---\nThis route is cached for up to 300 seconds" provider: evetech method: GET path: "/characters/{character_id}/implants/" encoding: json output: { type: "object" additionalProperties: true } }