Yelp / yelp-fusion

Yelp Fusion API
https://yelp.com/developers
MIT License
403 stars 394 forks source link

Is there a way to check in? This would be useful with Apple Watch! #677

Open aronnelson opened 1 year ago

aronnelson commented 1 year ago

Overview

Description

(More detailed information explaining the problem, the expected results, the question, etc.)

More information

(Fill this section out if applicable (for things like bugs or questions))

Endpoint

(e.g. Fusion Search API)

Parameters or Sample Request

(SAMPLE PLEASE REMOVE)

https://api.yelp.com/v3/businesses/search?term=pie&latitude=37.3382082&longitude=-121.88632860000001&radius=17000

Response

(SAMPLE PLEASE REMOVE)

{
  "id": "garaje-san-francisco",
  "name": "Garaje",
  "categories": [
    {
      "alias": "gastropubs",
      "title": "Gastropubs"
    },
    ...
  ],
  "price": "$$",
  ...
}

Extra information

(Anything else you that you think might help us better resolve this)