Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 954 Bytes

FourSquare-API

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
All these endpoints are 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.

Visualization

Before Query



After Query