api
Sticker

How To Use

Endpoint Search

https://api.i-as.dev/api/sticker?q={query}&page={value}

Response

{
  "stickerList": [
    {
      "title": "string",
      "link": "url",
      "image": "url"
    },
    // More data
  ]
}

Endpoint Detail

https://api.i-as.dev/api/sticker/detail/{slug}

Response

{
  "sticker": [
    "url",
    // More data
  ]
}