Open repository in Console
Readme
Updated 3 hours ago
‧ Indexed 2 hours ago
Gasoline Prices in Colorado
Gas prices for every week since 2000, broken down by type, from the US Energy Information Administration (USEIA).
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 \"colorado-gov/gasoline-prices-in-colorado-8pk9-mh2i\".\"gasoline_prices_in_colorado\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata