action mashape_get_city_distance_using_get { label: "Get city distance" description: "Get distance from the given city" provider: mashape method: GET path: "/geo/cities/{cityId}/distance" encoding: json output: { type: "object" additionalProperties: true } }