action evetech_get_characters_character_id_planets_planet_id { label: "Get colony layout" description: "Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met.\n\n---\nAlternate route: `/dev/characters/{character_id}/planets/{planet_id}/`\n\nAlternate route: `/v3/characters/{character_id}/planets/{planet_id}/`\n\n---\nThis route is cached for up to 600 seconds" provider: evetech method: GET path: "/characters/{character_id}/planets/{planet_id}/" encoding: json input: { type: "object" properties: { planet_id: { type: "string" } } required: ["planet_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }