Introduction to API 2.5
API 2.5 includes a subset of API 2.0 functionality as well as extra API endpoints that are not supported in API 2.0.
API 2.0 vs API 2.5
Main differences
-
- API 2.0Â URL prefix:Â https://www.transifex.com/api/
- API 2.5 URL prefix:Â https://api.transifex.com/
-
- API 2.0 Authentication: either HTTP Basic Auth or API tokenÂ
- API 2.5 Authentication:Â API tokenÂ
-
- API 2.0: No available API endpoints for Organizations, Activity reports, and Webhooks
- API 2.5: API endpoints available for Organizations, Activity reports, and Webhooks
-
- API 2.0:Â
- Projects API endpoint: https://www.transifex.com/api/2/projects/
- Supported operations: GET, POST, PUT, DELETE
- API 2.5:Â
- Projects API endpoint: https://api.transifex.com/organizations/organization_slug/projects/
- Â Supported operation: GET
-
- API 2.0:Â
- Resources API endpoints: https://www.transifex.com/api/2/project/project_slug/resources/Â
- Supported operations: GET, POST, PUT, DELETE
- API 2.5:Â
- Resources API endpoints: https://api.transifex.com/organizations/organization_slug/projects/project_slug/resources/
- Supported operation: GET