Files
turboquant/data/crisis_resources.json

89 lines
2.7 KiB
JSON

{
"version": "1.0.0",
"updated": "2026-04-15",
"description": "Offline crisis resources cache for edge deployment",
"national_resources": [
{
"name": "988 Suicide & Crisis Lifeline",
"phone": "988",
"text": "988",
"url": "https://988lifeline.org",
"description": "Free, confidential support 24/7 for people in distress. Call or text 988.",
"languages": ["en", "es"],
"available": "24/7"
},
{
"name": "Crisis Text Line",
"text": "HOME to 741741",
"url": "https://www.crisistextline.org",
"description": "Free crisis support via text message. Text HOME to 741741.",
"languages": ["en", "es"],
"available": "24/7"
},
{
"name": "Veterans Crisis Line",
"phone": "988 (press 1)",
"text": "838255",
"url": "https://www.veteranscrisisline.net",
"description": "Support for Veterans and their loved ones. Call 988, press 1.",
"available": "24/7"
},
{
"name": "Trevor Project (LGBTQ+ Youth)",
"phone": "1-866-488-7386",
"text": "START to 678-678",
"url": "https://www.thetrevorproject.org",
"description": "Crisis intervention and suicide prevention for LGBTQ+ young people.",
"available": "24/7"
},
{
"name": "SAMHSA National Helpline",
"phone": "1-800-662-4357",
"url": "https://www.samhsa.gov/find-help/national-helpline",
"description": "Free, confidential, 24/7 treatment referral and information service.",
"available": "24/7"
}
],
"international_resources": [
{
"name": "International Association for Suicide Prevention",
"url": "https://www.iasp.info/resources/Crisis_Centres/",
"description": "Directory of crisis centers worldwide."
},
{
"name": "Befrienders Worldwide",
"url": "https://www.befrienders.org",
"description": "Emotional support to prevent suicide worldwide."
},
{
"name": "Canada — Talk Suicide",
"phone": "1-833-456-4566",
"text": "456456"
},
{
"name": "UK — Samaritans",
"phone": "116 123",
"email": "jo@samaritans.org"
},
{
"name": "Australia — Lifeline",
"phone": "13 11 14",
"text": "0477 13 11 14"
}
],
"local_resources": [],
"self_help_prompts": [
"Take a slow breath. Inhale for 4 seconds, hold for 4, exhale for 6.",
"Look around. Name 5 things you can see, 4 you can touch, 3 you can hear.",
"You are not alone. This feeling will pass.",
"Call someone you trust right now.",
"Step outside if you can. Fresh air and movement can help.",
"Write down what you're feeling. Getting it out helps.",
"This moment is not your whole life. It's one moment."
]
}