Documentation Index
Fetch the complete documentation index at: https://docs.giveready.org/llms.txt
Use this file to discover all available pages before exploring further.
Causes
GET /api/causes
Returns all cause areas in the GiveReady directory with the number of nonprofits in each.
Example Request
curl "https://giveready.org/api/causes"
Example Response
{
"causes": [
{"id": "youth-empowerment", "name": "Youth Empowerment", "description": "Programmes that build confidence, skills, and opportunity for young people", "count": 1200},
{"id": "music-education", "name": "Music Education", "description": "Teaching music production, performance, and music business skills", "count": 350},
{"id": "adventure-travel", "name": "Adventure & Travel", "description": "Funding travel, exploration, and real-world experience", "count": 280},
{"id": "mental-health", "name": "Mental Health", "description": "Supporting mental health challenges, anxiety, trauma, and wellbeing", "count": 890},
{"id": "surf-therapy", "name": "Surf Therapy", "description": "Using surfing as a therapeutic intervention for wellbeing", "count": 120},
{"id": "entrepreneurship", "name": "Entrepreneurship", "description": "Teaching business skills, creative economy, and self-employment", "count": 450},
{"id": "poverty-reduction", "name": "Poverty Reduction", "description": "Expanding economic pathways for people in low-income communities", "count": 2100},
{"id": "creative-arts", "name": "Creative Arts", "description": "Music, visual arts, film, and creative expression programmes", "count": 680},
{"id": "education", "name": "Education", "description": "Formal and informal education, skills training, and capacity building", "count": 3400},
{"id": "community-development", "name": "Community Development", "description": "Strengthening local communities through programmes and infrastructure", "count": 1950},
{"id": "peer-support", "name": "Peer Support", "description": "Peer-led support and mentoring programs", "count": 520},
{"id": "environment", "name": "Environment", "description": "Environmental conservation and climate action", "count": 2800},
{"id": "health", "name": "Health", "description": "Healthcare access and public health initiatives", "count": 3200},
{"id": "animals", "name": "Animals", "description": "Animal welfare and wildlife protection", "count": 1600},
{"id": "housing", "name": "Housing", "description": "Housing access and homelessness prevention", "count": 1200},
{"id": "food-security", "name": "Food Security", "description": "Food access and nutrition programs", "count": 1800},
{"id": "disability", "name": "Disability", "description": "Services and advocacy for people with disabilities", "count": 950},
{"id": "veterans", "name": "Veterans", "description": "Support services for military veterans", "count": 680},
{"id": "racial-justice", "name": "Racial Justice", "description": "Racial equity and justice initiatives", "count": 1100},
{"id": "immigration", "name": "Immigration", "description": "Immigration support and refugee services", "count": 760},
{"id": "lgbtq", "name": "LGBTQ+", "description": "LGBTQ+ rights and community support", "count": 840},
{"id": "science-research", "name": "Science & Research", "description": "Scientific research and innovation funding", "count": 920},
{"id": "religion", "name": "Religion", "description": "Religious organizations and faith communities", "count": 2400},
{"id": "gender-equality", "name": "Gender Equality", "description": "Gender equality and women's empowerment", "count": 1850},
{"id": "refugees", "name": "Refugees", "description": "Refugee support and resettlement services", "count": 620},
{"id": "sports-recreation", "name": "Sports & Recreation", "description": "Sports programs and recreational activities", "count": 1300},
{"id": "legal-justice", "name": "Legal Justice", "description": "Legal aid and criminal justice reform", "count": 510},
{"id": "seniors", "name": "Seniors", "description": "Services and programs for older adults", "count": 880},
{"id": "water-sanitation", "name": "Water & Sanitation", "description": "Water access and sanitation infrastructure", "count": 1100}
]
}
Usage
Use cause IDs as thecause parameter in the Search endpoint:
curl "https://giveready.org/api/search?cause=surf-therapy"