Preview:
Example: Python »
import json
import urllib.request
url = 'https://data.virginia.gov/api/3/action/datastore_search?resource_id=60506bbb-685f-4360-8a8c-30e137ce3615&limit=5&q=title:jones'  
fileobj = urllib.request.urlopen(url)
response_dict = json.loads(fileobj.read())
print(response_dict)
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter