Hikka Docs Hikka Docs
EndpointsSettings

Export list

POST
/settings/export

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X POST "https://api.hikka.io/settings/export"
{
  "anime": [
    {
      "note": "string",
      "hikka_slug": "string",
      "rewatches": 0,
      "episodes": 0,
      "created": 0,
      "updated": 0,
      "mal_id": 0,
      "status": "string",
      "score": 0
    }
  ],
  "manga": [
    {
      "note": "string",
      "hikka_slug": "string",
      "chapters": 0,
      "rereads": 0,
      "volumes": 0,
      "created": 0,
      "updated": 0,
      "mal_id": 0,
      "status": "string",
      "score": 0
    }
  ],
  "novel": [
    {
      "note": "string",
      "hikka_slug": "string",
      "chapters": 0,
      "rereads": 0,
      "volumes": 0,
      "created": 0,
      "updated": 0,
      "mal_id": 0,
      "status": "string",
      "score": 0
    }
  ],
  "created": 0,
  "updated": 0
}
{
  "message": "Example error message",
  "code": "example_error"
}