Skip to main content
GET
/
service
/
discord-username-history
Discord Username History
curl --request GET \
  --url https://oathnet.org/api/service/discord-username-history \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Request completed successfully",
  "data": {
    "success": true,
    "message": "Found.",
    "history": [
      {
        "name": [
          "jahames0422"
        ],
        "time": [
          "2025-08-01T13:01:13.476Z"
        ]
      },
      {
        "name": [
          "rotaryrage"
        ],
        "time": [
          "2025-08-12T06:49:06.572Z"
        ]
      },
      {
        "name": [
          "raukuratillwedie"
        ],
        "time": [
          "2025-08-20T08:56:58.884Z"
        ]
      }
    ],
    "lookups_left": null,
    "_meta": {
      "user": {
        "plan": "Pro"
      },
      "lookups": {
        "used_today": 3,
        "left_today": 99996
      }
    }
  }
}
Special Response Format: This endpoint returns history array at the root level, not inside the data object.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

discord_id
string
required

Discord ID must be 14-19 digits

search_id
string

Response

200 - application/json

Username history

success
boolean
message
string
data
object