action mashape_get_countries_using_get { label: "Find countries" description: "Find countries, filtering by optional criteria. If no criteria are set, you will get back all known countries.\n" provider: mashape method: GET path: "/geo/countries" encoding: json output: { type: "object" additionalProperties: true } }