[API v2 → v3] How to get a list of translators per resource and language?

Hi,

I’d like to get a list of translators per language for a certain project/resource for the About dialog. Previously, API v2 has been used:

curl https://www.transifex.com/api/2/project/xxxxx/languages/ | process-list.rb

What’s the equivalent URL in API v3? I have searched the documentation, but didn’t see it.

1 Like

Hello,

Thank you for contacting Transifex support and submitting your request.
Regarding the API call, Please use this endpoint in order to list all translator for a specific language in a certain project.
Give it a try and let me know if you need any further assistance.

If any questions please feel free to ask
Best Regards

1 Like

Seems to work. :slight_smile: Thank you very much!

2 Likes