action mashape_get_locales_using_get { label: "Get locales" description: "Get all known locales" provider: mashape method: GET path: "/locale/locales" encoding: json output: { type: "object" additionalProperties: true } }