action mashape_get_city_located_in_using_get { label: "Get city admin region" description: "Get the details for the containing populated place (e.g., its county or other administrative division), including location coordinates, population, and elevation above sea-level\n(if available).\n" provider: mashape method: GET path: "/geo/cities/{cityId}/locatedIn" encoding: json output: { type: "object" additionalProperties: true } }