Spots API
Returns information on AirGarage spots.
Get nearby spots
GET
https://api.airgarage.com/spots
Get spots in a nearby region
Path Parameters
page
number
lon
number
lat
number
When doing a GET request, our spots API returns 10 spots at a time. To see more spots, you can specify varying page numbers.
Example: https://api.airgarage.com/spots?page=2
Querying spots will return a count, previous and next page links, and the results that contain information about 10 spots.
Get spot detail
GET
https://api.airgarage.com/spots/spots/[UUID]
Get info about a specific spot, including pricing, quantity available, allowed rental types, and address
Path Parameters
UUID
string
Spot identifier, example: dKnRSb4GvBDRwiY6osXa8Y
When doing a GET request with a specific uuid, the spots API returns the corresponding spot details.
Example: https://api.airgarage.com/spots/dB2YV5Ngco4f7uKjdnGqgQ
Last updated
Was this helpful?