Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yelp/yelp-api
Examples of code using our v2 API
https://github.com/Yelp/yelp-api
api
Last synced: about 1 month ago
JSON representation
Examples of code using our v2 API
- Host: GitHub
- URL: https://github.com/Yelp/yelp-api
- Owner: Yelp
- License: mit
- Archived: true
- Created: 2009-04-09T23:53:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T01:59:17.000Z (over 6 years ago)
- Last Synced: 2024-08-04T07:03:59.403Z (5 months ago)
- Topics: api
- Language: PHP
- Homepage: http://yelp.com/developers
- Size: 1.56 MB
- Stars: 581
- Watchers: 81
- Forks: 1,088
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yelp API
**As of June 30, 2018, the API v2 has been discontinued and v2 endpoints no longer work. It has been replaced by [Yelp's Fusion API](https://www.yelp.com/fusion). This github repository is archived.**
[Read more.](https://engineeringblog.yelp.com/2017/06/upcoming-deprecation-of-yelp-api-v2.html)The Yelp API gives you access to search for over 50,000,000 businesses in 32 countries. We provide a [search](https://www.yelp.com/developers/documentation/v2/search_api), [phone search](https://www.yelp.com/developers/documentation/v2/phone_search), and [business](https://www.yelp.com/developers/documentation/v2/business) API to help integrate Yelp into your app.
For complete documentation and instructions on how to authenticate visit the [developer site](https://www.yelp.com/developers).
For problems with the API, the samples, or just questions, please open an issue on this project.
## Clientlibs
### Official
#### iOS
The official iOS client library is [yelp-ios](https://github.com/Yelp/yelp-ios).#### Android
The official Android client library is [yelp-android](https://github.com/yelp/yelp-android) and will help integrate Yelp with Android phones.#### Python
For the official Python client library, we have [yelp-python](https://github.com/yelp/yelp-python).
#### Ruby
For the official Ruby client library, we have [yelp-ruby](https://github.com/yelp/yelp-ruby). The [sample Rails app](https://github.com/yelp/yelp-rails-example) will show you how to get setup if you need a little more guidance.
### Unofficial
Please note that we do not provide support for any of the unofficial libraries, these are provided to you as-is. If you have any problems with them, please open an issue on the project itself.
#### C# ####
[yelpsharp](https://github.com/JustinBeckwith/yelpsharp)
#### Go
[go-yelp](https://github.com/JustinBeckwith/go-yelp)
#### Node.js
[node-yelp](https://github.com/olalonde/node-yelp)
#### PHP
[yelp-php](https://github.com/stevenmaguire/yelp-php)
#### Swift
[ios_yelp_swift](https://github.com/codepath/ios_yelp_swift)