Page 1: Getting More Data

So you've made it this far, Congratulations! You can get data from ST2 both in the browser and via a python script. But you've noticed something. You've tried to get all the Locations for NMBGMR but only 1000 locations were returned, and you know that NMBGMR has more than 1000 Locations available.

Checkout "Whats in ST2" to see the number of locations per agency
Examining the JSON document will provide the solution...


If more records are available for a given query*, there will be a @iot.nextLink key. This is the url for the next (up to) 1000 records

NOTE: The number of records returned by ST2 for any given HTTP GET is limited to 1000.

-->