all-about-apikey/aniapi
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

AniAPI

Description

Anime discovery, streaming & syncing with trackers

Example Request

  • Curl
curl -i https://api.aniapi.com/v1/auth/me \
    -H "Authorization: Bearer <YOUR_JWT>"
  • Raw
GET /v1/auth/me HTTP/1.1
Host: api.aniapi.com
Authorization: Bearer <YOUR_JWT>

Response

  • Success
{
    "status_code": 200,
    "message": "Hi Daffa",
    "data": {
        "username": "Daffa",
        "id": 1,
        //...
    },
    "version": "1"
}
  • Error
{
    "status_code": 401,
    "message": "Unauthorized",
    "data": "Invalid Authorization header",
    "version": "1"
}

Regex

^[A-Za-z0-9-_=]+\.[A-Za-z0-9-_=]+\.?[A-Za-z0-9-_.+/=]*$

Example API key

eyJpc3MiOiJPbmxpbmUgSldUIEJ1aWxkZXIiLCJpYXQiOjE2M.jkxMDcxMjAsImV4cCI6MTY2MDY0MzEyMCwiYXVkIjo........