action mashape_find_cities_near_location_using_get { label: "Find cities near location" description: "Find cities near the given location, filtering by optional criteria. If no criteria are set, you will get back\nall known cities.\n" provider: mashape method: GET path: "/geo/locations/{locationId}/nearbyCities" encoding: json output: { type: "object" additionalProperties: true } }