Welcome dude
Welcome to this site! the site will be updated manually if you see an error or nsfw in sfw Commands, please contact Support. This documentation is only a small base for the #ChillRoom [AI] Server, but you can also use it. The site and APi was created by a not very experienced developer, so please forgive me if this API is very leaky and with many errors
Python Code
import requests
# URL API
url = 'https://mikus-api.glitch.me/api/v1/hug'
# GET request to the API
response = requests.get(url)
if response.status_code == 200:
data = response.json()
# Get all image URLs
image_url = data.get('imageUrl', None)
if image_url:
print('Huggy Random Furry image:')
print(image_url)
else:
print('Furry hugs not Found :C')
else:
print('Failed to get data from API:', response.status_code)
Node.js
const axios = require('axios');
// URL API
const url = 'https://mikus-api.glitch.me/api/v1/hug';
// GET request to the API
axios.get(url)
.then(response => {
// Get data from the response
const data = response.data;
// Get the URL of the image
const imageUrl = data.imageUrl;
if (imageUrl) {
console.log('Huggy Random Furry image:');
console.log(imageUrl);
} else {
console.log('Furry hugs not Found :C');
}
})
.catch(error => {
console.error('Failed to get data from API:', error.response ? error.response.status : error.message);
});
BDFD (Bot Designer For Discord)
$nomention
<@$authorID> hug $message[1]
$httpGet[https://mikus-api.glitch.me/api/v1/hug]
$image[$httpResult[imageUrl]]
API List
URL | description |
---|---|
api/v1/angry | |
api/v1/bite | |
api/v1/blush | |
api/v1/boop | |
api/v1/cookie | |
api/v1/dance | |
api/v1/hug | |
api/v1/jail | |
api/v1/kiss | |
api/v1/pat | |
api/v1/sad | |
api/v1/slap | |
api/v1/sleep_solo | Command for One Sleeping Furries |
api/v1/sleep_duo | Command for Two Furries (sleep discord mention) |
api/v1/smile | |
api/v1/nsfw | Sorry but right now the dataset only has Gay Arts |
Everything you see or learn here has been written by Artificial Intelligence (AI)!