Projects
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/