Projects
We are deprecating the API versions namely API v2 and v2.5, to make way for the more usable and maintainable API v3.
As of Nov 30, 2022, API versions, 2 and 2.5 will no longer be operational and relevant requests will begin to fail.
The projects endpoint handles CRUD operations for projects. It is accessed through the following two URLs.
Getting a list of the projects you can access
URL: api.transifex.com/organizations/organization_slug/projects/
GET
Return a list of all the projects that belong to a specific organization and you are authorized to access to.
$ curl -i -L --user api:<token> -X GET \
https://api.transifex.com/organizations/transifex/projects/