django - Foursquare API giving local names -


i using foursquare's venue explore option city nearest user.

https://api.foursquare.com/v2/venues/explore?client_id=client_id&client_secret=client_secret&v=20141215&m=foursquare&ll=70.1234,28.234324&limit=2

when try query in postman country norway
when run through terminal norwegian name norge

am missing here? how international name norway foursquare

so giving parameter locale specifying en solved case.

https://developer.foursquare.com/overview/versioning#internationalization


Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -