roadside_attractions
- address
- The street address for the attraction
- name
- The name of the attraction
2 rows where roadside_attraction_characteristics.characteristic_id = "1"
This data as json, testall, testnone, testresponse, CSV (advanced)
| pk ▼ | name | address | url | latitude | longitude |
|---|---|---|---|---|---|
| 3 | Burlingame Museum of PEZ Memorabilia | 214 California Drive, Burlingame, CA 94010 | 37.5793 | -122.3442 | |
| 4 | Bigfoot Discovery Museum | 5497 Highway 9, Felton, CA 95018 | https://www.bigfootdiscoveryproject.com/ | 37.0414 | -122.0725 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE roadside_attractions (
pk integer primary key,
name text,
address text,
url text,
latitude real,
longitude real
);