I\'m using Google places API and it is returning all the places in my location. However I only want it to return a type for \"car-repair\" I think I nearly have it but I\'m
Try with a query similar to this: Location is in format latitude,longitude...and be careful is "types" not type.
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=54.27,-8.47&radius=1000&types=car_repair&key=AddYourOwnKeyHere