Search

Search a bot from id.

GET https://galactica.ga/api/bots/:bot_id

Path Parameters

NameTypeDescription

bot_id

string

It is the id of the bot you are looking for.

{
 "avatar": String,
 "botID": String,
 "username": String,
 "discrim": String,
 "shortDesc": String,
 "prefix": String,
 "votes": String,
 "ownerID": String,
 "owner": String,
 "coowners": Array,
 "tags": Array,
 "longDesc": String,
 "certificate": String,
 "github": String,
 "support": String,
 "website": String
}

Last updated