Museum Visitors
Individual visits to El Pueblo museums, per month.
*The Museum of Social Justice is an independently operated museum, and reopened to the public May 2021. All El Pueblo-operated museums partially reopened June 10, 2021.
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/museum-visitors-trxm-jn3c\".\"museum_visitors\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.