API ile Örnek Kullanımlar

Luna Bot API’sini kullanarak çeşitli NSFW içeriklerine erişebilirsiniz.

2.1 Rastgele NSFW İçeriği Çekme

Örnek İstek:

curl -X GET "https://api.lunabot.com/hentai?apiKey=lunabotAPIKey"

Dönen Yanıt:

{
  "status": "success",
  "url": "https://cdn.lunabot.com/images/hentai123.jpg"
}

2.2 Belirli Bir Kategori İçin İçerik Çekme

curl -X GET "https://api.lunabot.com/boobs?apiKey=lunabotAPIKey"

Yanıt:

{
  "status": "success",
  "url": "https://cdn.lunabot.com/images/boobs456.jpg"
}

Last updated