roadside_attractions
- address
- The street address for the attraction
- name
- The name of the attraction
2 rows where name not like "%museum%"
This data as json, testall, testnone, testresponse, CSV (advanced)
pk ▼ | name | address | url | latitude | longitude |
---|---|---|---|---|---|
1 | The Mystery Spot | 465 Mystery Spot Road, Santa Cruz, CA 95065 | https://www.mysteryspot.com/ | 37.0167 | -122.0024 |
2 | Winchester Mystery House | 525 South Winchester Boulevard, San Jose, CA 95128 | https://winchestermysteryhouse.com/ | 37.3184 | -121.9511 |
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 );