# 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
  }
]

# Support

Scope en-US pt-BR fr-FR es-ES
Actors -- -- -- --
Characters -- -- -- --
Episodes Yes Yes Soon Soon
Games Yes Yes Soon Soon
Locations Yes Yes Soon Soon
Seasons Yes Yes Soon Soon
Soundtracks -- -- -- --

# Examples

  • English-USA (en-US)

GET /api/v1/episodes?language=en-US

  • Portuguese-Brazillian (pt-BR)

GET /api/v1/episodes?language=pt-BR