action evetech_get_alliances_alliance_id { label: "Get alliance information" description: "Public information about an alliance\n\n---\nAlternate route: `/dev/alliances/{alliance_id}/`\n\nAlternate route: `/v3/alliances/{alliance_id}/`\n\n---\nThis route is cached for up to 3600 seconds" provider: evetech method: GET path: "/alliances/{alliance_id}/" encoding: json output: { type: "object" additionalProperties: true } }