Overdose Resource Locations
Find harm reduction resources in Santa Clara County. Includes locations for free naloxone, fentanyl test strips, substance use treatment, and other supportive resources.
Simply enter your address in the Search bar to find locations near you or view our full list of resources in Santa Clara County.
Disclaimer: If you have a medical emergency, call 9-1-1 right away. The County of Santa Clara does not work with all the organizations listed on this website and cannot guarantee their services. Use this information carefully and at your own risk. This website does not replace advice from your doctor. Always check with your doctor for medical guidance.
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 \"sccgov/overdose-resource-locations-8jni-zqev\".\"overdose_resource_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.