action mashape_find_region_cities_using_get { label: "Find country region cities" description: "Get the cities in a specific country region. The country and region info is omitted in the response.\n" provider: mashape method: GET path: "/geo/countries/{countryId}/regions/{regionCode}/cities" encoding: json output: { type: "object" additionalProperties: true } }