Statewide Contract (Master Contract) Sales Data by Customer, Contract, Vendor
DES is publishing Statewide Contract (Master Contract) spend as data becomes available. The spend is reported by vendors and is reported by contract and customer. Includes OMWBE, Vet and Small Business status as well.
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 \"wa-gov/statewide-contract-master-contract-sales-data-by-n8q6-4twj\".\"statewide_contract_master_contract_sales_data_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.