HOW TO find when a twitter account was created?

itsromanorc

Power Member
Joined
Apr 20, 2013
Messages
707
Reaction score
100
Is there any site or tool that can show when a twitter account was created?

Most of these tools i found don't seem to work anymore
 
twitter launched new profile , visit the account profile and you will see joining date on right hand side of header
 
I don't know of any bots that preform the actions that you are describing.
 
this can be done with an API call to twitter (using an APP you create):

https://dev.twitter.com/docs/api/1.1/get/users/lookup

There's the twitter documentation. If you look at the bottom of that page you see a sort of complicated list of information. That's the data returned by the call to the twitter API. #9 is 'created at' which will tell you what the creation date of the account is.

EDIT #9 is the created at field, correction made.
 
If you are talking about single account, you can go to the email and check when it was created.
But for multiple accounts i am not sure if there is really a software in the market.
 
i think with tweetcaster you can see when it is created. I was able to see that with that app.
 
Maybe this is what you are looking for : http://twbirthday.com/
just input the username and check it

But it does not works with newly created accounts
 
Back
Top