...
Name | Description | Value Type | Required |
---|---|---|---|
name | Exact name of the venue | String | Optional |
popularity_score | Venue's popularity rating, imported from SeatGeek | decimal | Optional |
disabled_at | Date/time venue was disabled | Date | Optional |
deleted_at | Date/time venue was deleted | Date | Optional |
updated_at | Date/time venue was updated | Date | Optional |
first_letter | Filters venues by the first letter passed | Char | Optional |
lat | Latitude of venue (requires corresponding lon) | Decimal | Optional |
lon | Longitude of venue (requires corresponding lat) | Decimal | Optional |
ip | Infer lat and lon by location of IP Address | String | Optional |
postal_code | Infer lat and lon by location of postal code | String | Optional |
city_state | Infer lat and lon by location of city and state | String | Optional |
within | Radius from lat and lon to search (default 15) | Integer | Optional |
...