質問

Is it possible to fetch users by city or country? I would like to create something very local!

I've checked the available documentation but fail to see any solution to this, so this is a final stretch.

役に立ちましたか?

解決

The City and Country properties are not searchable with the provided q parameter in the API, and as this searches over username / description and title you'd return a large number of false positives if it could.

It's unlikely you could over select as mentioned in the comments, as there are just too many users to pull down and then parse.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top