I have reviewed the twitter documentation @anywhere where I can use User Object Properties but in the userdata I don't find the gender property.
            Asked
            
        
        
            Active
            
        
            Viewed 1.1k times
        
    3 Answers
8
            
            
        When you create a twitter account it never asks for gender, so you cant get it through the API.
You would need some kind of AI to determine it.
        Benjamín Martínez
        
- 323
 - 2
 - 9
 
- 
                    thanks for the reply I just new to twitter and twitter api. just in my CreatAccountConnectWithOtherSocNet method has a gender argument just in this case i will add gender field in my interface – HaikMnatsakanyan Oct 18 '12 at 14:53
 - 
                    I tried this : http://api.namsor.com/onomastics/api/json/gendre/dummyFirstName/dummyLastName]. Still it gave me response as gender MALE – NSPratik Jun 02 '15 at 09:17
 
1
            
            
        Demographic data such as gender and age are not available from the API -- and not always appropriate as Twitter accounts can represent many things not limited to persons alive or dead.
        NSPratik
        
- 4,714
 - 7
 - 51
 - 81
 
1
            
            
        Latest answer @2016
You still can't get twitter users' gender but can you can deduce it with some workable apis.
See node-cheat gender_by_name for all reasonable and tested solutions.
        Zeeshan Hassan Memon
        
- 8,105
 - 4
 - 43
 - 57