Cultural Centers, Theaters, Historic Sites, and Galleries: Location and Contact Information
A list of the 30 cultural centers, theaters, historic sites, and galleries managed by City of Los Angeles Department of Cultural Affairs (DCA). Administered by the Community Arts Division, these cultural centers have year-round classes, workshops, exhibitions, and events; and engage in conservation efforts and educational tours at historical sites. This dataset is extracted from the department's website: http://culturela.org/cultural-centers/
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"lacity/cultural-centers-theaters-historic-sites-and-vdjf-if28\".\"cultural_centers_theaters_historic_sites_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.