Hey team, is it somehow possible to get translations for each episode of a season within a single API call?
Or do I need to call translation endpoint for each of the episodes separately? Maybe something I missed in docs.
A typical case of displaying a list of episodes with translated title would require me to spam multiple episode translations call.
Thanks!
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 15 Ιανουάριος 2025 στις 01:12 ΜΜ
The only way you can get that data is to call each episode. You can use
append_to_response
to do it in a single call, but you'll still have to call each episode:As an example.
Απάντηση από τον/την drab
στις 15 Ιανουάριος 2025 στις 01:15 ΜΜ
Thanks for response, that's fine by me but wanted to check and ensure to be a good API citizen ;)