action mashape_find_cities_near_city_using_get { label: "Find cities near city" description: "Find cities near the given origin city, filtering by optional criteria. If no criteria are set, you will get\nback all known cities.\n" provider: mashape method: GET path: "/geo/cities/{cityId}/nearbyCities" encoding: json output: { type: "object" additionalProperties: true } }