action mashape_get_city_using_get { label: "Get city details" description: "Get the details for a specific city, including location coordinates, population, and elevation above sea-level\n(if available).\n" provider: mashape method: GET path: "/geo/cities/{cityId}" encoding: json output: { type: "object" additionalProperties: true } }