Guru RajaSubbaiah
Guru RajaSubbaiah

Reputation: 33

Get country codes of Twitter followers

How do I get country codes of my Twitter followers using the Twitter API? Or is there any work around to get the same?

Upvotes: 1

Views: 1859

Answers (1)

Terence Eden
Terence Eden

Reputation: 14324

From the documentation https://dev.twitter.com/docs/api/1/get/users/show

The response should have a location field, like

"location": "San Francisco, CA",

The data in there is free text, so people can type "London" or a lat/long or even nonsense.

Most people have some geo-data in there.

Upvotes: 1

Related Questions