> 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/object/mediatitle.md).

# MediaTitle

The official titles of the media in various languages

| Field             |                                                                                                Argument | 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                                                    |             |
| stylised          | [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) |                                                                                                  |             |
| **english**       |   [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The official english title                                                                       |             |
| stylised          | [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) |                                                                                                  |             |
| **native**        |   [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Official title in it's native language                                                           |             |
| stylised          | [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) |                                                                                                  |             |
| **userPreferred** |   [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The currently authenticated users preferred title language. Default romaji for non-authenticated |             |
