Tweet Catcher
  • Introduction
  • Terms of Service
  • Privacy Policy
  • Tweet Catcher Guide
    • Account Automation Tool
      • Tweet Catcher Application
        • Home Section
          • Password / Invite window
        • Task Creation
          • Twitter Tasks
        • Profiles
        • Discord Monitoring
          • Link Extension
        • Twitter
          • Twitter Profiles
          • Twitter Proxies
          • Suspension Appeal Module
            • How to Get A Catchall
        • Raffle & WL
          • Discord Profiles
          • Discord Proxies
        • Settings
      • Tweet Catcher Extension
        • Installation / Update
        • Profiles
        • Discord
        • Settings
    • Tweet Catcher Monitor
      • Dashboard
      • Tasks Creation
      • Telegram
      • Discord Bot
      • Extra Tasks
      • Pro Plan
        • WebSocket
          • Events
        • API
          • Manage Tasks
          • User Data
Powered by GitBook
On this page
  1. Tweet Catcher Guide
  2. Tweet Catcher Monitor
  3. Pro Plan
  4. API

User Data

PreviousManage Tasks

Operations for retrieving user-related data and history

Get Username History

get

Retrieves previous usernames of a Twitter profile. Note - It's not guaranteed it'll work for all profiles or include all previous usernames

Authorizations
Query parameters
usernamestringRequired

Current username of the profile to check

Responses
200
Username history retrieved successfully
application/json
400
Invalid request parameters
application/json
401
Authentication failed
application/json
get
GET /pro/username-history HTTP/1.1
Host: monitor-api.tweet-catcher.com
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "username": "voxelpengus",
    "detected_at": 1734288454285
  },
  {
    "username": "waitnfts",
    "detected_at": 1732114683137
  },
  {
    "username": "yisuscoin",
    "detected_at": 1732036964077
  },
  {
    "username": "basemonkies",
    "detected_at": 1729444806355
  },
  {
    "username": "baseboys_nft",
    "detected_at": 1727641888036
  }
]