Applications

The V1 API has been deprecated, please use the V2

Gets an application

GET https://api.overwatch.wtf/v1/applications/:id

Path Parameters

Name
Type
Description

id*

Snowflake

Id

Headers

Name
Type
Description

Authorization*

Token

API Key

{
	"application": {
		"id": "159985415099514880",
		"name": "MEE6",
		"icon": "d5996b1ffb7c379e31707152bcaddd82",
		"description": "Setup moderation, social alerts, leveling and much more on https://mee6.xyz\n\n🚨  **15% OFF** on **MEE6 Premium Lifetime plan** with coupon code: LIFETIMENY22\nhttps://mee6.xyz/premium",
		"summary": "Setup moderation, social alerts, leveling and much more on https://mee6.xyz\n\n🚨  **15% OFF** on **MEE6 Premium Lifetime plan** with coupon code: LIFETIMENY22\nhttps://mee6.xyz/premium",
		"hook": true,
		"rpc_origins": [],
		"bot_public": true,
		"bot_require_code_grant": false,
		"verify_key": "5887a7a1efc1176def1ef79574109f3f3f98792b3b8be3ce22b94f3775a2aaaf",
		"flags": 20480,
		"type": null,
		"custom_install_url": "https://mee6.xyz",
		"tags": [
			"games",
			"leveling",
			"moderation",
			"roles",
			"social alerts"
		],
		"category_ids": [
			9
		],
		"guild_id": "159962941502783488"
	},
	"bot": {
		"id": "159985870458322944",
		"username": "MEE6",
		"avatar": "b50adff099924dd5e6b72d13f77eb9d7",
		"discriminator": "4876",
		"public_flags": 65536,
		"bot": true,
		"approximate_guild_count": 16900000,
		"banner": null,
		"bio": "",
		"last_updated": "1642940150"
	},
	"last_updated": "1642931444"
}

Last updated

Was this helpful?