#
Internationalization (i18n)
Internationalization is supported by param language
on the url.
The i18n is built using: ISO 3166-1(alpha-2)
The response will contain: 'static' and 'dynamic' data.
// Root
[
{
"uuid": "...", // Static
"release_date": "...", // Static
"title": "...", // Translation
"description": "..." // Translation
}
]
Info
By default, all requests will be set to en-US
.
#
Support
#
Examples
- English-USA
(en-US)
GET /api/v1/episodes?language=en-US
- Portuguese-Brazillian
(pt-BR)
GET /api/v1/episodes?language=pt-BR
Info
Only ONE language can be defined per request:
INVALID
: [...]episodes?language=pt-BR&?language=es-ES
INVALID
: [...]episodes?language=pt-BR,es-ES