County of San Diego-AWM Price Accuracy Violations
County of San Diego Department of Agriculture, Weights, and Measures routinely inspects retail locations with automated point-of-sale systems to verify that prices charged to consumers are the same as those posted, advertised, or quoted price. Weights and Measures inspectors also confirm that check-out stands clearly display the price of each item as they are entered into the POS system. The California law (BPC §13300 - http://www.sandiegocounty.gov/content/dam/sdc/awm/docs/BPC%2013300.pdf) requiring customer price displays was enacted in 2002 and became effective January 1, 2007. (updated daily)
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 \"internal-sandiegocounty-data-socrata/county-of-san-diegoawm-price-accuracy-violations-gxdx-ivc5\".\"county_of_san_diegoawm_price_accuracy_violations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.