/images/4k?token=TOKEN
Get a random 4k 🔞 image.
Get a random 4k 🔞 image.
Get a random 🍑 image.
Get a random condom 🍆 image.
Get a random creampie 💦 image.
Get a random gif 🔞 image.
Get a random 🌸 image.
Get a random 🍒 image.
Here is an example how to use our API with discord.js and fetch a random image:
// Define you api.eres.lol personal api key and import discord.js librarylet TOKEN = 'api.eres.lol api key here';const { EmbedBuilder } = require('discord.js');// Fetch a random 4k 🔞 image from the APIconst result = await fetch(`https://api.eres.lol/images/4k/?token=${TOKEN}`).then((res) => res.json());// Create an embed with the 🔞 imageconst embed = new EmbedBuilder().setColor(0x2B2D31).setTitle('4k 🔞').setURL(result.url).setImage(result.url).setFooter({ text: 'api.eres.lol' });// Send the embed as a reply to the interactionawait interaction.reply({ embeds: [embed] });