action mashape_get_languages_using_get { label: "Get languages" description: "Get all supported languages" provider: mashape method: GET path: "/locale/languages" encoding: json output: { type: "object" additionalProperties: true } }