Current Season Spring Trout Stocking
DEC stocks close to 2 million catchable-size brook, brown, and rainbow trout in over 309 lakes and ponds and roughly 2,900 miles of streams across the state each spring. This dataset represents the planned stocking numbers, species and time of spring for those waters for the current fishing season. The current stocking data is updated annually in mid-March.
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 \"ny-gov/current-season-spring-trout-stocking-d9y2-n436\".\"current_season_spring_trout_stocking\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.