Applications

Returns a list of applications matching the request

GET https://overwatch.wtf/api/v2/search/applications

Query Parameters

Name
Type
Description

q

String

Query all matching applications Default : null

after_id

Snowflake

Get the applications after the specified id (pagination) Default : null

sort

String

Sorting type Allowed : id, bot_guild_count, uptime, last_bump Default : id

after_sort

Integer

Get the applications after the specified sort (pagination) Default : null

limit

Integer

Number of results max per request Default : null Max : 50

[
  {
    "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": "1644709699"
    },
    "uptime": 100,
    "last_bump": 1644685002,
    "sort": [
      "57600",
      "159799960412356608"
    ]
  }
]

Last updated

Was this helpful?