Applications
Get an application from our database
GET https://overwatch.wtf/api/v2/applications/:id
Path Parameters
Name
Type
Description
id*
Snowflake
id of the application
Headers
Name
Type
Description
authorization
Key
API key for OverWatch
{
"application": {
"id": "159799960412356608",
"name": "AIRHORN SOLUTIONS",
"icon": "df0538a2ef8930e17571aac98a418e59",
"description": "The only bot for Discord you'll ever need.",
"summary": "",
"type": null,
"hook": true,
"guild_id": "613425648685547541",
"bot_public": true,
"bot_require_code_grant": false,
"terms_of_service_url": "https://discord.com/terms",
"privacy_policy_url": "https://discord.com/privacy",
"install_params": {
"scopes": [
"applications.commands",
"bot"
],
"permissions": "36703232"
},
"verify_key": "c8cde6a3c8c6e49d86af3191287b3ce255872be1fff6dc285bdb420c06a2c3c8",
"flags": 61440,
"tags": [
"airhorn",
"soundboard"
],
"category_ids": [
7
],
"last_updated": "1644685002"
},
"bot": {
"id": "159800228088774656",
"username": "AIRHORN SOLUTIONS",
"avatar": "df0538a2ef8930e17571aac98a418e59",
"discriminator": "0001",
"public_flags": 65536,
"bot": true,
"banner": null,
"banner_color": null,
"accent_color": null,
"approximate_guild_count": 57600,
"last_updated": "1644709337"
},
"uptime": 100,
"last_bump": 1644685002
}{
"message": "Unknown Application",
"code": 10002
}{
"message": "You are being rate limited.",
"retry_after": 5
}Last updated
Was this helpful?