{ "aid": "myanimelist.net:main-2", "name": "MyAnimeList API (beta ver.)", "type": "Index", "description": "MyAnimeList.net is the property of MyAnimeList Co., Ltd. All Rights Reserved.\n\n## Versioning\n\nThere are multiple versions of the API.\nYou can specify a version by including it in the request uri:\n\n(During closed beta, version starts with '0.')\n\n`https://api.myanimelist.net/v2`\n\nThe version is incremented if any backwards incompatible changes are introduced to the API.\n\nExamples of backwards incompatible changes are belows:\n\n- Removing existing endpoints.\n- Removing existing fields of API responses.\n- Changing mean of the existing fields.\n\nOn the other hand, belows are examples of backwards compatible changes:\n\n- Adding new endpoints.\n- Adding new optional request parameters.\n- Adding new fields to existing API responses.\n- Changing the order of fields in existing API responses.\n- Changing the contents of fields that suffixed by `_formatted`.\n\n\n## Common formats\n\n### List / Pagination\n\n```json\n{\n \"data\": [\n {...},\n {...},\n ...\n ],\n \"paging\": {\n \"previous\": \"https://xxx\",\n \"next\": \"https://xxx\"\n }\n}\n```\n \n### Date / Time format\n\n
| Format\n | Type\n | Sample\n | Description\n |
|---|---|---|---|
| date-time\n | string\n | \"2015-03-02T06:03:11+00:00\" \n | ISO 8601\n |
| date\n | string\n | \"2017-10-23\" or \"2017-10\" or \"2017\"\n | \n |
| time\n | string\n | \"01:35\"\n | \n |
| Format\n | Type\n | Sample\n | Description\n |
|---|---|---|---|
| date-time\n | string\n | \"2015-03-02T06:03:11+00:00\" \n | ISO 8601\n |
| date\n | string\n | \"2017-10-23\" or \"2017-10\" or \"2017\"\n | \n |
| time\n | string\n | \"01:35\"\n | \n |