action evetech_get_characters_character_id_planets { label: "Get colonies" description: "Returns a list of all planetary colonies owned by a character.\n\n---\nAlternate route: `/dev/characters/{character_id}/planets/`\n\nAlternate route: `/legacy/characters/{character_id}/planets/`\n\nAlternate route: `/v1/characters/{character_id}/planets/`\n\n---\nThis route is cached for up to 600 seconds" provider: evetech method: GET path: "/characters/{character_id}/planets/" encoding: json output: { type: "object" additionalProperties: true } }