{ "opencollection": "1.0.0", "info": { "name": "Transifex Activity Reports I18n Formats API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "I18n Formats", "type": "folder" }, "items": [ { "info": { "name": "List i18n formats.", "type": "http" }, "http": { "method": "GET", "url": "https://rest.api.transifex.com/i18n_formats", "params": [ { "name": "filter[organization]", "value": "", "type": "query", "description": "Filter results by an organization" }, { "name": "filter[name]", "value": "", "type": "query", "description": "Get specific i18n format by name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get information for all the supported i18n formats.\nFor more information check https://help.transifex.com/en/articles/6219670-introduction-to-file-formats\n" } ] } ], "bundled": true }