It seems that I get the translation collection working. I can add items, add translations, etc. However, I've read all the documentation and I still not sure how to get the translated content via API
master branch

Use the fields parameter to fetch nested relational data, like translations. https://docs.directus.io/api/query/fields.html
Hi @rijkvanzanten thanks for your answer. Using "?fields=." on the api call, I can see the translations, as well as any other nested field.
However, I thought there was a more direct approach to translations, by just passing the language you want to get on the API call itself, and get that language only (without the hassle to fetch the translations by yourself)
I've seen some posts about a ?lang parameter:
https://github.com/directus/api/issues/135
https://github.com/directus/api/issues/1390
Is this feasible?
Regards!
Agreed. It seems all this documentation was removed in https://github.com/directus/docs/commit/e6b0bd17a3fb1dd7f7af0d049ca637f862555d3f#diff-8a5da52ed126447d359e70c05721a8aa
@rijkvanzanten @WoLfulus — can we get this updated in the Docs?
Any update on that matter?
A update on this would be helpful
Most helpful comment
@rijkvanzanten @WoLfulus — can we get this updated in the Docs?