문제

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