> For the complete documentation index, see [llms.txt](https://anilist.gitbook.io/anilist-apiv2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/input/mediatitleinput.md).

# MediaTitleInput

The official titles of the media in various languages

| Field       | Type                                                                                                  | Description                                   |
| ----------- | ----------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| **romaji**  | [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The romanization of the native language title |
| **english** | [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The official english title                    |
| **native**  | [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Official title in it's native language        |
