@@ -31,15 +31,15 @@ By default, all requests will be set to `en-US`.
3131
3232## Support
3333
34- | Scope | en-US | pt-BR |
35- | :---------- | :---: | :---: |
36- | Actors | -- | -- |
37- | Characters | -- | -- |
38- | Episodes | Yes | Yes |
39- | Games | Yes | Yes |
40- | Locations | Yes | Yes |
41- | Seasons | Yes | Yes |
42- | Soundtracks | -- | -- |
34+ | Scope | en-US | pt-BR | fr-FR | es-ES |
35+ | :---------- | :---: | :---: | :---: | :---: |
36+ | Actors | -- | -- | -- | -- |
37+ | Characters | -- | -- | -- | -- |
38+ | Episodes | Yes | Yes | Soon | Soon |
39+ | Games | Yes | Yes | Soon | Soon |
40+ | Locations | Yes | Yes | Soon | Soon |
41+ | Seasons | Yes | Yes | Soon | Soon |
42+ | Soundtracks | -- | -- | -- | -- |
4343
4444## Examples
4545
@@ -49,8 +49,15 @@ By default, all requests will be set to `en-US`.
4949curl {{url}}/api/{{api_version}}/episodes?language=en-US
5050```
5151
52- - Portuguese-Brazillian (pt-Br )
52+ - Portuguese-Brazillian (pt-BR )
5353
5454```
5555curl {{url}}/api/{{api_version}}/episodes?language=pt-BR
5656```
57+
58+ !!!info Info
59+ Only ** ONE** language can be defined per request:
60+
61+ [ !badge variant="warning" text="INVALID"] ( ) : [ ...] episodes?** language=pt-BR&?language=es-ES** \
62+ [ !badge variant="warning" text="INVALID"] ( ) : [ ...] episodes?** language=pt-BR,es-ES**
63+ !!!
0 commit comments