What's Happening LA Calender - Type of Event Categories - Reference - ARCHIVED
Reference data set for type of event - ARCHIVED
For the new LA City Events dataset (refreshed daily), see https://data.lacity.org/A-Prosperous-City/LA-City-Events/rx9t-fp7k
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/whats-happening-la-calender-type-of-event-si79-fpzd\".\"whats_happening_la_calender_type_of_event\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.