Spots API
Returns information on AirGarage spots.
Get nearby spots
Path Parameters
Name
Type
Description
{
"name": "Church of All Saints",
"uuid": "dB2YV5Ngco4f7uKjdnGqgQ",
"address": {
"address_line1": "20 E Orange Dr",
"address_line2": "",
"city": "Phoenix",
"state": "CA",
"zipcode": "85012",
"country": "US",
"latitude": "33.512249",
"longitude": "-112.072150",
"distance_to_asu": 20.1
},
"flat_rate_event": null,
"price_hourly": 250,
"price_daily": 800,
"price_monthly": 5000,
"active": true,
"quantity": 50,
"quantity_monthly": 10,
"photo_url": null,
"daily_max": 1000,
"daily_min": null,
"minimum_booking_length": 5,
"streetview_url": null,
"spaces_available": [],
"available": 50,
"active_rentals": 0,
"monthly_rentals": 2,
"closure_today": null,
"closure_soon": null,
"dynamic_price": 250,
"dynamic_max": 1000,
"display_price": "$2.50",
"display_price_daily": "$8.00",
"display_daily_max": "$10.00",
"display_price_monthly": "$50.00",
"payment_phone": "5005550006",
"visitor_registration_phone": "9005550099",
"spaceforce_multiplier": 1,
"organization": 6,
"period_length": "hour",
"pk": 10,
"timezone": "America/Phoenix",
"has_cameras": false,
"tax_percent": 0,
"spothero_facility_id": 18146
}Get spot detail
Path Parameters
Name
Type
Description
Last updated
Was this helpful?