FourSquare is a type of City giude website which provides information about the nearby places around your current location or the location you wan't to explaore.
Foursquare API are useful for developers to explore places using programs. Foursquare provides a lots of API grouped into premium and regular calls. Some of the API that will be used in this project will be:
- Search Endpoints
- Explore Endpoints
- Trending Endpoints
- User Endpoints
Regular API Endpoints
Some of the Premium API Enpoints
are :
- Venues Photos
- Venues Tips
- Venues Menu
To make a call to the API you have to pass:
CLIENT ID, CLIENT SECRET
and the VERSION
of the API to be used.