User Data
Operations for retrieving user-related data and history
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
}
]