Skip to content

AxotyBot/axoty_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axotiy API

The open API for the axoty discord bot.

Download

git clone https://github.com/ThePuddingCODE/axoty_api.git

Run

for developers yarn run dev

for production node .

Get Random

Get Random axolotl resources.

Endpoints

For Images http://api.axoty.xyz/random?type=images

For Memes http://api.axoty.xyz/random?type=memes

For Videos http://api.axoty.xyz/random?type=videos

For Facts http://api.axoty.xyz/random?type=facts

For Users http://api.axoty.xyz/random?type=users

Response

{
    string url
    string source
    string suggester

}

Get-User

View how much axolotl media diffrent users requested.

Endpoints

http://api.axoty.xyz/user?id=

Response

{
    string: id
    int images
    int fact
    int memes
    int videos
}

About

The API for the axoty bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published