> 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/guide/migration/version-1/migrations.md).

# Api v1 to Api v2 migration queries

These queries aim to replicate the REST routes of Api v1 as closely as possible.

**It is highly recommended you do not use theses queries as-is. Instead, modify them for what you need, remove fields you aren't going to use, add fields/arguments you require, and merge queries together where appropriate.**

Filenames are based on v1 route urls, e.g `/api/{anime|manga}/{id}/page` will have the filename `series-id-page` and `/api/character/{id}` will have the filename `character-id`.
