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

# MediaExternalLinkInput

An external link to another site related to the media

| Field    | Type                                                                                                   | Description                            |
| -------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------- |
| **id**   | [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)!       | The id of the external link            |
| **url**  | [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)! | The url of the external link           |
| **site** | [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)! | The site location of the external link |
