You are on page 1of 1

Restaurants According to Country

User enters in country and comes up with restaurants that match those preferences.

The methods used work best with Google Maps or the Yelp API to list the places closest to the user’s
location.

The user enters the country of choice as well as the user’s zip code. At this moment, the API does not
support writing the country name in any language other than English (writing français versus French).
Future versions will look to include festivals such as the Queens Night Market in Queens, New York or
even creating more of a cluster according to city. This would allow the user to enter the city and reveal
the clusters of restaurants according to country.

Endpoints
Country String, maximum 250 characters
Zip Code Integer

Methods
GET User enters in country and zip code
POST Returns restaurants matching county and zip
code

Codes
The API will follow the most common codes.

200 Successful request


204 No content
400 Bad request
404 Selected country and zip code did not produce a request

You might also like