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