action mashape_get_regions_using_get { label: "Find country regions" description: "Get all regions in a specific country. These could be states, provinces, districts, or otherwise major\npolitical divisions.\n" provider: mashape method: GET path: "/geo/countries/{countryId}/regions" encoding: json output: { type: "object" additionalProperties: true } }