{"openapi":"3.1.0","info":{"title":"Wounded Warriors v1 API","version":"1.0.0","summary":"Machine-readable identity, organization, programs, and veteran-help endpoints for AI agents.","description":"# Wounded Warriors v1 API\n\nMachine-readable endpoints for AI agents, foundation officers, journalists, voice assistants, and chatbots.\n\n**Publisher:** Wounded Warriors (Texas 501(c)(3), EIN 86-1336741, d/b/a Warriors Fund).\n\n**License:** CC-BY 4.0 (most endpoints) or CC0 (crisis-routing data).\n\n**Distinct from:** Wounded Warrior Project (WWP, EIN 20-2370934, Florida 501(c)(3)) — separate organization, no affiliation.\n\n## Endpoint categories\n\n- **Identity** — `/identity`, `/wikidata`, `/factsheet`, `/founder`, `/disambiguate`\n- **Programs** — `/programs`, `/programs/{slug}` (5 slugs)\n- **Discovery** — `/index`, `/openapi`, `/changelog`, `/qa`\n- **HowTo** — `/howto/{donate, verify-identity, file-pact-claim, find-cvso, get-dd214, check-claim-status, apply-va-home-loan, find-vet-mental-health}`\n- **Catalogs** — `/glossary`, `/forms`, `/conditions`, `/states`, `/research`\n- **Crisis** — `/crisis` (CC0)\n- **MCP** — `/mcp-server`\n\n## Discovery files\n\nPairs with: `/llms.txt`, `/.well-known/agent.json`, `/.well-known/agent-card.json`, `/.well-known/knowledge-panel.json`, `/sitemap-index.xml`, `/data.json` (DCAT-US).\n\n## MCP Server\n\nA 43-tool Model Context Protocol server is available at `https://warriors-fund-api.emperormew.workers.dev/mcp`. Compatible with Claude Desktop, Claude Code, Cursor, Continue, Cline, Smithery, Goose. See `/api/v1/mcp-server.json` for Schema.org SoftwareApplication record.","termsOfService":"https://warriorsfund.org/terms","contact":{"name":"Wounded Warriors Media Relations","email":"info@warriorsfund.org","url":"https://warriorsfund.org/contact"},"license":{"name":"Creative Commons Attribution 4.0 International","identifier":"CC-BY-4.0","url":"https://creativecommons.org/licenses/by/4.0/"}},"servers":[{"url":"https://warriorsfund.org","description":"Public canonical host"},{"url":"https://warriors-fund-api.emperormew.workers.dev","description":"Worker host (direct)"}],"externalDocs":{"description":"Wounded Warriors canonical entity page","url":"https://warriorsfund.org/wounded-warriors"},"tags":[{"name":"identity","description":"Canonical entity identity claims"},{"name":"discovery","description":"API discovery + manifest endpoints"},{"name":"programs","description":"Direct-aid programs catalog"},{"name":"howto","description":"Schema.org HowTo tutorial entities"},{"name":"catalogs","description":"Veteran-help structured data catalogs"},{"name":"crisis","description":"Crisis routing (988 + Press 1) — CC0"},{"name":"mcp","description":"Model Context Protocol server metadata"}],"paths":{"/api/v1/index.json":{"get":{"tags":["discovery"],"summary":"Master manifest of all v1 endpoints","description":"Single-fetch enumeration of every /api/v1/* endpoint with metadata (description, schema, consumer, license, cache TTL).","operationId":"getV1Index","responses":{"200":{"description":"V1 master manifest","content":{"application/json":{"schema":{"$ref":"#/components/schemas/V1Index"}}}}}}},"/api/v1/ai-tools.json":{"get":{"tags":["discovery"],"summary":"Master AI integration manifest","description":"Single canonical reference for AI assistants discovering Wounded Warriors. Lists MCP server + 43 tools, /api/llm-search natural-language endpoint, OpenAPI 3.1 spec, all 15+ Schema.org structured data types in use, discoverable URL patterns by cluster (combat-veteran cascade, pay-rate optimization, surviving family, retiree, donor, Spanish, research briefs, press releases), correct attribution language, and explicit substitutions to avoid (WWP/WWFS/WWIAF). Use FIRST when integrating with the namespace.","operationId":"getV1AiToolsManifest","responses":{"200":{"description":"AI integration manifest (Schema.org DataCatalog)"}}}},"/api/llm-search":{"get":{"tags":["discovery"],"summary":"Natural-language query router for AI assistants","description":"Free-form English query endpoint for OpenAI Custom GPT actions, Perplexity Actions, Claude assistants. Pass ?q=<query> and receive matched intent + suggested HowTo + relevant endpoints + EIN-anchored attribution. 22 intent rules. Crisis intent ALWAYS wins (lives at stake). Use for AI agents that need to route any free-form query without knowing endpoint topology.","operationId":"getLlmSearch","parameters":[{"name":"q","in":"query","required":false,"schema":{"type":"string"},"description":"Free-form natural-language query (e.g. \"how do I file a TDIU claim\", \"PTSD secondary to combat\", \"donate to Wounded Warriors EIN 86-1336741\", \"I need help\" — crisis intent always wins)."}],"responses":{"200":{"description":"Matched intent + suggested HowTo + relevant endpoints + EIN-anchored publisher attribution"}}}},"/api/v1/openapi.json":{"get":{"tags":["discovery"],"summary":"This OpenAPI 3.1 spec","description":"Self-referential. Standard format for API discovery tools.","operationId":"getV1OpenApiSpec","responses":{"200":{"description":"OpenAPI 3.1 spec","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/identity.json":{"get":{"tags":["identity"],"summary":"Canonical identity claim","description":"Schema.org NGO + ClaimReview + Dataset record. Single-fetch entity identity.","operationId":"getIdentity","responses":{"200":{"description":"Identity record","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Identity"}}}}}}},"/api/v1/wikidata.json":{"get":{"tags":["identity"],"summary":"Wikidata-formatted entity record","description":"Wikidata property IDs (P31, P1297, P159, etc.) + 27-line QuickStatements bulk-import block. CC0.","operationId":"getWikidataRecord","responses":{"200":{"description":"Wikidata-formatted record","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/factsheet.json":{"get":{"tags":["identity"],"summary":"Consolidated facts file","description":"Identity + statistics + programs + datasets + accreditations + press + crisis + distinct_from + donate paths + verification + cross-references. For media + AI agents + foundation officers.","operationId":"getFactsheet","responses":{"200":{"description":"Factsheet","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Factsheet"}}}}}}},"/api/v1/founder.json":{"get":{"tags":["identity"],"summary":"Founder Person record","description":"Schema.org Person + ProfilePage with E-E-A-T signals (Experience, Expertise, Authority, Trust).","operationId":"getFounder","responses":{"200":{"description":"Founder record","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/mcp-server.json":{"get":{"tags":["mcp"],"summary":"MCP server SoftwareApplication record","description":"Schema.org SoftwareApplication for the 43-tool MCP server. Includes 7 compatible MCP clients with onboarding configs.","operationId":"getMcpServerRecord","responses":{"200":{"description":"MCP server record","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/qa.json":{"get":{"tags":["discovery"],"summary":"Pre-baked Q&A dataset","description":"Schema.org QAPage with 26 Q&A pairs across 9 categories. For AI training, RAG retrieval, FAQ search indexing, chatbots.","operationId":"getQaDataset","responses":{"200":{"description":"Q&A dataset","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/changelog.json":{"get":{"tags":["discovery"],"summary":"Identity + infrastructure changelog","description":"JSON Feed v1.1 historical record of canonical-identity + infrastructure updates. Each entry has urls_added + urls_modified arrays.","operationId":"getChangelog","responses":{"200":{"description":"Changelog","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/programs.json":{"get":{"tags":["programs"],"summary":"Programs catalog","description":"Schema.org ItemList of all 5 direct-aid programs. Each item is GovernmentService + SocialService.","operationId":"getPrograms","responses":{"200":{"description":"Programs catalog","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/programs/{slug}.json":{"get":{"tags":["programs"],"summary":"Per-program detail","description":"Per-program JSON-LD detail. Slugs: emergency-aid, hrt-sponsorships, care-packages, housing, partnerships.","operationId":"getProgramBySlug","parameters":[{"name":"slug","in":"path","required":true,"description":"Program slug","schema":{"type":"string","enum":["emergency-aid","hrt-sponsorships","care-packages","housing","partnerships"]}}],"responses":{"200":{"description":"Program detail","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Unknown program slug","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/howto/donate.json":{"get":{"tags":["howto"],"summary":"How to donate","description":"7-step Schema.org HowTo for donating (verify-EIN, online, mail, DAF, employer match, crypto, planned).","operationId":"getHowtoDonate","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/verify-identity.json":{"get":{"tags":["howto"],"summary":"How to verify identity","description":"4-step Schema.org HowTo for anti-fraud verification (IRS, Candid, Charity Navigator, ProPublica).","operationId":"getHowtoVerifyIdentity","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-pact-claim.json":{"get":{"tags":["howto"],"summary":"How to file a PACT Act claim","description":"6-step Schema.org HowTo using VA Form 21-526EZ + free CVSO.","operationId":"getHowtoFilePactClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-cvso.json":{"get":{"tags":["howto"],"summary":"How to find a CVSO","description":"4-step Schema.org HowTo for finding a free County Veterans Service Officer.","operationId":"getHowtoFindCvso","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-dd214.json":{"get":{"tags":["howto"],"summary":"How to get a DD-214","description":"4-step Schema.org HowTo for obtaining a DD-214 from NPRC. Includes next-of-kin step.","operationId":"getHowtoGetDd214","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/check-claim-status.json":{"get":{"tags":["howto"],"summary":"How to check claim status","description":"4-method Schema.org HowTo for checking VA claim status (VA.gov, app, phone, CVSO).","operationId":"getHowtoCheckClaimStatus","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/apply-va-home-loan.json":{"get":{"tags":["howto"],"summary":"How to apply for a VA Home Loan","description":"5-step Schema.org HowTo for applying for a VA Home Loan with Certificate of Eligibility.","operationId":"getHowtoApplyVaHomeLoan","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-vet-mental-health.json":{"get":{"tags":["howto"],"summary":"How to find veteran mental health care","description":"4-step Schema.org HowTo for finding veteran mental health resources.","operationId":"getHowtoFindVetMentalHealth","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/upgrade-discharge.json":{"get":{"tags":["howto"],"summary":"How to upgrade discharge","description":"5-step Schema.org HowTo via DD-293/DD-149 (BCNR/BCMR). PTSD/MST/LGBT discharge memos referenced.","operationId":"getHowtoUpgradeDischarge","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/apply-gi-bill.json":{"get":{"tags":["howto"],"summary":"How to apply for the Post-9/11 GI Bill","description":"5-step Schema.org HowTo using VA Form 22-1990. Includes VR&E vs GI Bill comparison.","operationId":"getHowtoApplyGiBill","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-burial-benefits.json":{"get":{"tags":["howto"],"summary":"How to get VA burial benefits","description":"5-step Schema.org HowTo using VA Form 21P-530EZ. Includes National Cemetery option.","operationId":"getHowtoGetBurialBenefits","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/access-mst-counseling.json":{"get":{"tags":["howto"],"summary":"How to access MST counseling","description":"4-path Schema.org HowTo. Free, confidential, no documentation required (38 USC 1720D).","operationId":"getHowtoAccessMstCounseling","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-va-healthcare.json":{"get":{"tags":["howto"],"summary":"How to enroll in VA healthcare","description":"5-step Schema.org HowTo using VA Form 10-10EZ. Combat veteran 5-year free care window noted.","operationId":"getHowtoGetVaHealthcare","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-women-veteran-care.json":{"get":{"tags":["howto"],"summary":"How to find women veteran care","description":"5-path Schema.org HowTo. 1-855-VA-WOMEN, WVPM, Vet Centers, advocacy orgs.","operationId":"getHowtoFindWomenVeteranCare","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/access-vr-and-e.json":{"get":{"tags":["howto"],"summary":"How to apply for VR&E (Chapter 31)","description":"5-step Schema.org HowTo using VA Form 28-1900. Often more generous than GI Bill.","operationId":"getHowtoAccessVrAndE","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-va-records.json":{"get":{"tags":["howto"],"summary":"How to request VA records","description":"4-path Schema.org HowTo: MyHealtheVet, VA.gov claim status, Form 10-5345, Form 21-4138 Privacy Act.","operationId":"getHowtoGetVaRecords","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-survivor-claim.json":{"get":{"tags":["howto"],"summary":"How to file survivor benefit claims","description":"5-step Schema.org HowTo using VA Form 21P-534EZ for DIC + Survivors Pension + Accrued Benefits.","operationId":"getHowtoFileSurvivorClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-vet-id-card.json":{"get":{"tags":["howto"],"summary":"How to get a Veteran ID Card","description":"4-step Schema.org HowTo for free VIC via VA.gov self-service.","operationId":"getHowtoGetVetIdCard","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-state-veteran-benefits.json":{"get":{"tags":["howto"],"summary":"How to access state veteran benefits","description":"5-step Schema.org HowTo for state-level benefits (property tax exemption, tuition waivers, etc.).","operationId":"getHowtoGetStateVeteranBenefits","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-vet-license-plate.json":{"get":{"tags":["howto"],"summary":"How to get a veteran license plate","description":"4-step Schema.org HowTo for state-issued veteran license plates.","operationId":"getHowtoGetVetLicensePlate","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-vet-employment.json":{"get":{"tags":["howto"],"summary":"How to find veteran employment","description":"5-path Schema.org HowTo: VA VES, federal preference, private boards, state VR, skill translation.","operationId":"getHowtoFindVetEmployment","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-veteran-housing.json":{"get":{"tags":["howto"],"summary":"How to find veteran housing","description":"5-path Schema.org HowTo: 1-877-4AID-VET, HUD-VASH, SSVF, GPD, state veteran homes.","operationId":"getHowtoFindVeteranHousing","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-vet-legal-help.json":{"get":{"tags":["howto"],"summary":"How to find free legal help for veterans","description":"5-path Schema.org HowTo: free CVSO, Veterans Consortium Pro Bono, Stateside Legal, state Bar, ABA.","operationId":"getHowtoFindVetLegalHelp","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/eligibility.json":{"get":{"tags":["catalogs"],"summary":"Eligibility quick-reference","description":"Schema.org ItemList of 10 major federal benefit programs with eligibility detail.","operationId":"getEligibility","responses":{"200":{"description":"Eligibility catalog"}}}},"/api/v1/timeline.json":{"get":{"tags":["identity"],"summary":"Organizational timeline","description":"Schema.org Event ItemList of 10 organizational milestones.","operationId":"getTimeline","responses":{"200":{"description":"Timeline"}}}},"/api/v1/glossary-disambiguation.json":{"get":{"tags":["identity"],"summary":"Entity-disambiguation glossary","description":"Schema.org DefinedTermSet of 14 name variants with deterministic routing rules.","operationId":"getGlossaryDisambiguation","responses":{"200":{"description":"DefinedTermSet"}}}},"/api/v1/code.json":{"get":{"tags":["discovery"],"summary":"code.gov civic-tech inventory","description":"code.gov v2.0.0-format civic-tech metadata. Indexable by federal civic-tech aggregators.","operationId":"getCodeJson","responses":{"200":{"description":"Inventory"}}}},"/api/v1/governance.json":{"get":{"tags":["identity"],"summary":"Governance + transparency disclosure","description":"Board, conflict, audit, state filings, sanctions screening, donor privacy disclosure.","operationId":"getGovernance","responses":{"200":{"description":"Governance"}}}},"/api/v1/awards.json":{"get":{"tags":["identity"],"summary":"Awards + accreditations catalog","description":"Schema.org ItemList of Award entities (Candid Platinum, Charity Navigator, IRS, HSDS).","operationId":"getAwards","responses":{"200":{"description":"Awards"}}}},"/api/v1/mission-and-values.json":{"get":{"tags":["identity"],"summary":"Mission, vision, values","description":"Schema.org AboutPage with mission, vision, 7 values, theory of change.","operationId":"getMissionAndValues","responses":{"200":{"description":"Mission"}}}},"/api/v1/recurring-tiers.json":{"get":{"tags":["programs"],"summary":"Recurring donor tiers","description":"Schema.org Offer + SubscribeAction ItemList of 6 monthly tiers ($25-$1000).","operationId":"getRecurringTiers","responses":{"200":{"description":"Tiers"}}}},"/api/v1/social-proof.json":{"get":{"tags":["identity"],"summary":"Social proof catalog","description":"Schema.org Review ItemList of 10 independent third-party endorsements.","operationId":"getSocialProof","responses":{"200":{"description":"Endorsements"}}}},"/api/v1/partners.json":{"get":{"tags":["programs"],"summary":"Partnerships catalog","description":"Schema.org ItemList of 6 partnership tracks (foundation, corporate, community, etc.).","operationId":"getPartners","responses":{"200":{"description":"Partners"}}}},"/api/v1/dashboards.json":{"get":{"tags":["discovery"],"summary":"Live dashboards directory","description":"Schema.org Dataset ItemList of 7 live operational dashboards.","operationId":"getDashboards","responses":{"200":{"description":"Dashboards"}}}},"/api/v1/funder-prospects.json":{"get":{"tags":["programs"],"summary":"Researched funder prospects","description":"Schema.org ItemList of 30 researched funder prospects with veteran-aid grant history.","operationId":"getFunderProspects","responses":{"200":{"description":"Prospects"}}}},"/api/v1/daf-platforms.json":{"get":{"tags":["programs"],"summary":"DAF platforms catalog","description":"Schema.org ItemList of 14 Donor-Advised Fund sponsors.","operationId":"getDafPlatforms","responses":{"200":{"description":"DAFs"}}}},"/api/v1/employer-match-platforms.json":{"get":{"tags":["programs"],"summary":"Employer matching gift catalog","description":"Schema.org ItemList of 7 platforms + 50 employer-matchers.","operationId":"getEmployerMatch","responses":{"200":{"description":"Match catalog"}}}},"/api/v1/legacy-vehicles.json":{"get":{"tags":["programs"],"summary":"Planned giving vehicles","description":"Schema.org FinancialProduct ItemList of 6 planned-giving vehicles.","operationId":"getLegacyVehicles","responses":{"200":{"description":"Vehicles"}}}},"/api/v1/tour.json":{"get":{"tags":["discovery"],"summary":"Guided tour for AI agents","description":"15-step ordered walkthrough. CC0.","operationId":"getTour","responses":{"200":{"description":"Tour"}}}},"/api/v1/llms.txt":{"get":{"tags":["discovery"],"summary":"V1 namespace llms.txt","description":"Markdown overview of v1 namespace following llms.txt standard.","operationId":"getV1LlmsTxt","responses":{"200":{"description":"Markdown overview","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/llms-full.txt":{"get":{"tags":["discovery"],"summary":"V1 namespace llms-full.txt","description":"Extended markdown overview with embedded summaries of every endpoint. For AI training pipelines + RAG systems.","operationId":"getV1LlmsFullTxt","responses":{"200":{"description":"Extended markdown overview","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/press-kit.json":{"get":{"tags":["identity"],"summary":"Comprehensive press kit","description":"Single-fetch press kit with boilerplate (4 lengths), founder bio, 14 key stats, 5 programs, accreditations, recent press, brand assets, media contact, disambiguation warning.","operationId":"getPressKit","responses":{"200":{"description":"Press kit"}}}},"/api/v1/quotables.json":{"get":{"tags":["identity"],"summary":"Quotables catalog","description":"Schema.org Quotation ItemList of 10 pre-formatted quotables across 7 topics. CC-BY 4.0.","operationId":"getQuotables","responses":{"200":{"description":"Quotables"}}}},"/api/v1/howto/respond-to-va-denial.json":{"get":{"tags":["howto"],"summary":"How to respond to VA denial (appeals)","description":"5-step Schema.org HowTo for VA appeals using AMA framework. 3 lanes: HLR, Supplemental Claim, Board Appeal.","operationId":"getHowtoRespondToVaDenial","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/help-veteran-family-member.json":{"get":{"tags":["howto"],"summary":"How to help a veteran family member","description":"5-step Schema.org HowTo for family members helping a veteran. CHAMPVA, PCAFC, DEA Ch 35 covered.","operationId":"getHowtoHelpVeteranFamilyMember","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-substance-use-help.json":{"get":{"tags":["howto"],"summary":"How to find substance use disorder treatment","description":"5-path Schema.org HowTo: 911/988+1 crisis, SAMHSA helpline, VA SUD programs, Vet Centers, peer support recovery.","operationId":"getHowtoFindSubstanceUseHelp","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/es/identity.json":{"get":{"tags":["identity"],"summary":"Spanish canonical identity claim","description":"Schema.org NGO + ClaimReview in inLanguage es-US. Spanish convenience flat fields.","operationId":"getEsIdentity","responses":{"200":{"description":"Spanish identity"}}}},"/api/v1/es/crisis.json":{"get":{"tags":["crisis"],"summary":"Spanish crisis routing","description":"Spanish-language crisis routing. 988+1 has Spanish operators 24/7. CC0 license.","operationId":"getEsCrisis","responses":{"200":{"description":"Spanish crisis routing"}}}},"/api/v1/es/factsheet.json":{"get":{"tags":["identity"],"summary":"Spanish consolidated factsheet","description":"Spanish-language consolidated facts file (parallel to /api/v1/factsheet.json).","operationId":"getEsFactsheet","responses":{"200":{"description":"Spanish factsheet"}}}},"/api/v1/es/howto/donate.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: Donate","description":"7-step Schema.org HowTo for donating, in Spanish. Critical for Latino donor-routing safety.","operationId":"getEsHowtoDonate","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/file-pact-claim.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: File PACT Claim","description":"6-step Schema.org HowTo for filing a PACT Act presumptive claim, in Spanish.","operationId":"getEsHowtoFilePactClaim","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/find-cvso.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: Find CVSO","description":"4-step Schema.org HowTo for finding a free County Veterans Service Officer, in Spanish.","operationId":"getEsHowtoFindCvso","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/find-vet-mental-health.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: Find Veteran Mental Health","description":"4-path Schema.org HowTo for veteran mental health, in Spanish.","operationId":"getEsHowtoFindVetMentalHealth","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/get-va-healthcare.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: VA Healthcare Enrollment","description":"5-step Schema.org HowTo for VA healthcare enrollment via VA Form 10-10EZ, in Spanish.","operationId":"getEsHowtoGetVaHealthcare","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/apply-emergency-aid.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: Apply for Emergency Aid","description":"Spanish version of OUR Emergency Aid program application HowTo. 5 steps. Direct-to-vendor disbursement.","operationId":"getEsHowtoApplyEmergencyAid","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/apply-hrt-sponsorship.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: Apply for HRT Sponsorship","description":"Spanish version of OUR HRT Sponsorships application HowTo. 5 steps. NO documentation of gender identity required.","operationId":"getEsHowtoApplyHrtSponsorship","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/apply-housing-grant.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: Apply for Housing Grant","description":"Spanish version of OUR Housing Down-Payment Assistance HowTo. 5 steps. $2,500-$10,000 closing-cost grants.","operationId":"getEsHowtoApplyHousingGrant","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/upgrade-discharge.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: Upgrade Discharge","description":"Spanish version of discharge upgrade HowTo via DD-293/DD-149. References Hagel/Carson/Wilkie memos for PTSD/MST/LGBT discharges.","operationId":"getEsHowtoUpgradeDischarge","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/es/howto/file-tdiu-claim.json":{"get":{"tags":["howto"],"summary":"Spanish HowTo: File TDIU Claim","description":"Spanish version of TDIU HowTo for Latino veterans rated 60-90% schedular. VA Form 21-8940, 38 CFR 4.16(a) thresholds, employment evidence requirements, C&P exam tactics, denial appeal pathway. Compounded language + information barriers acknowledged in framing.","operationId":"getEsHowtoFileTdiuClaim","responses":{"200":{"description":"Spanish HowTo"}}}},"/api/v1/howto/translate-military-skills.json":{"get":{"tags":["howto"],"summary":"How to translate military skills","description":"5-step Schema.org HowTo for translating MOS/rate/AFSC + military jargon to civilian-readable resume language. Free tools (My Next Move for Veterans, Hire Heroes USA, ACP).","operationId":"getHowtoTranslateMilitarySkills","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/sponsor-care-packages.json":{"get":{"tags":["howto"],"summary":"How to sponsor care packages","description":"5-tier B2C/B2B HowTo for donors funding hospital care packages. $50-$25K+ tiers. EIN routing safety + VAVS coordination.","operationId":"getHowtoSponsorCarePackages","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-pcafc-caregiver-stipend.json":{"get":{"tags":["howto"],"summary":"How to apply for PCAFC caregiver stipend","description":"5-step Schema.org HowTo for primary caregivers. CRITICAL PACT-Act 2022 expansion to ALL eras — many previously-denied caregivers should re-apply.","operationId":"getHowtoGetPcafcCaregiverStipend","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/find-vet-tax-prep.json":{"get":{"tags":["howto"],"summary":"How to find free tax prep for veterans","description":"5-path Schema.org HowTo: MilTax (active+recent), VITA (low-income), TCE+AARP (60+), IRS Free File. Veteran-specific tax facts.","operationId":"getHowtoFindVetTaxPrep","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-aid-attendance-claim.json":{"get":{"tags":["howto"],"summary":"How to file VA Aid & Attendance claim","description":"5-step Schema.org HowTo for additional pension benefit ($2,800/mo veteran or $1,500/mo surviving spouse) for those needing daily-living assistance.","operationId":"getHowtoFileAidAttendanceClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto-catalog.json":{"get":{"tags":["discovery"],"summary":"Comprehensive HowTo catalog","description":"Schema.org ItemList of all 39+ HowTo entities (English + Spanish) with categories. Quick-navigation block. Pairs with /api/v1/index.json (master).","operationId":"getHowtoCatalog","responses":{"200":{"description":"HowTo catalog"}}}},"/api/v1/crisis-catalog.json":{"get":{"tags":["crisis"],"summary":"Multi-language crisis routing catalog","description":"Schema.org ItemList of all 6 language crisis-routing endpoints. Operator-pattern + interpreter-request phrase per language. CC0.","operationId":"getCrisisCatalog","responses":{"200":{"description":"Crisis catalog"}}}},"/api/v1/howto/access-veteran-treatment-court.json":{"get":{"tags":["howto"],"summary":"How to access Veterans Treatment Court","description":"5-step Schema.org HowTo for VTC alternative-justice diversion. 600+ VTCs nationwide. Most accept OTH-discharged veterans.","operationId":"getHowtoAccessVeteranTreatmentCourt","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/access-foreign-medical-program.json":{"get":{"tags":["howto"],"summary":"How to access VA Foreign Medical Program","description":"5-step Schema.org HowTo for FMP. Reimbursement-only for service-connected condition treatment received abroad. NOT for non-service-connected conditions.","operationId":"getHowtoAccessForeignMedicalProgram","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/get-vehicle-modification.json":{"get":{"tags":["howto"],"summary":"How to get VA Automobile Allowance + Adaptive Equipment","description":"5-step Schema.org HowTo for VA Automobile Allowance ($25,603 one-time, 2024) + Adaptive Equipment (lifetime). For severely disabled veterans.","operationId":"getHowtoGetVehicleModification","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/replace-military-medals.json":{"get":{"tags":["howto"],"summary":"How to replace lost military medals","description":"4-step Schema.org HowTo for replacing lost/stolen/destroyed medals. Free for veterans + immediate family. Service-branch-specific replacement.","operationId":"getHowtoReplaceMilitaryMedals","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/access-specially-adapted-housing.json":{"get":{"tags":["howto"],"summary":"How to apply for SAH/SHA home modification grants","description":"5-step Schema.org HowTo for SAH (~$117K, 2025) + SHA + HISA grants for severely disabled veterans home modifications.","operationId":"getHowtoAccessSpeciallyAdaptedHousing","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/access-fry-scholarship.json":{"get":{"tags":["howto"],"summary":"How to access Fry Scholarship","description":"5-step Schema.org HowTo for surviving spouses + children of post-9/11 fallen. Full Post-9/11 GI Bill (more generous than DEA Ch 35).","operationId":"getHowtoAccessFryScholarship","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-survivor-life-insurance-claim.json":{"get":{"tags":["howto"],"summary":"How to file SGLI/VGLI/FSGLI claim","description":"5-step Schema.org HowTo for surviving family filing service-member life insurance claims. SGLI ($500K active-duty), VGLI (post-service), FSGLI (family).","operationId":"getHowtoFileSurvivorLifeInsuranceClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-secondary-condition-claim.json":{"get":{"tags":["howto"],"summary":"How to file a secondary condition claim","description":"5-step Schema.org HowTo for veterans whose service-connected disability caused a secondary condition (depression secondary to chronic pain, sleep apnea secondary to PTSD, etc). Medical nexus opinion (\"at least as likely as not\") + combined-ratings table impact.","operationId":"getHowtoFileSecondaryConditionClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-claim-while-incarcerated.json":{"get":{"tags":["howto"],"summary":"How to file a VA disability claim while incarcerated","description":"5-step Schema.org HowTo for incarcerated U.S. veterans (~180K-200K population). Veterans Justice Outreach (VJO) program, pre-incarceration ratings continuation, dependent apportionment via VA Form 21-0788, pre-release planning at 180 days, post-release VTC referral.","operationId":"getHowtoFileClaimWhileIncarcerated","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-tdiu-claim.json":{"get":{"tags":["howto"],"summary":"How to file a TDIU claim (paid at 100% rate without 100% schedular)","description":"5-step Schema.org HowTo for one of the MOST under-claimed VA pathways. TDIU pays at 100% disability rate (~$3,737/mo single) without requiring 100% schedular. Eligibility: single 60% OR combined 70% with one ≥40% (38 CFR 4.16(a)). Estimated 200K+ eligible veterans never apply. VA Form 21-8940 + VA Form 21-4192 + employment evidence + C&P exam tactics + denial appeal pathway.","operationId":"getHowtoFileTdiuClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-crsc-crdp-claim.json":{"get":{"tags":["howto"],"summary":"How to claim CRSC + CRDP (recover VA-retirement offset)","description":"5-step Schema.org HowTo for disabled military retirees losing thousands/month to VA-DoD offset. CRDP automatic at 50%+ rating with 20-year retirement. CRSC requires DD-2860 + combat-related connection (combat awards, deployment records, instrumentality-of-war doctrine for PACT). Tax-free CRSC vs taxable CRDP optimization; Chapter 61 medical retiree pathway; Reserve component eligibility.","operationId":"getHowtoFileCrscCrdpClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-smc-claim.json":{"get":{"tags":["howto"],"summary":"How to file VA Special Monthly Compensation (SMC) — additional pay above 100% rating","description":"5-step Schema.org HowTo for SMC. SMC-K (~$132/mo per anatomical loss, stacks) widely under-claimed. SMC-L through SMC-T pays $4,800-$10,000+/mo additional. VA Form 21-2680 aid-and-attendance examination, lay-evidence rules (38 CFR 3.159), SMC level identification (SMC-K through SMC-O + SMC-S housebound + SMC-T severe TBI), denial appeals.","operationId":"getHowtoFileSmcClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/apply-champva-healthcare.json":{"get":{"tags":["howto"],"summary":"How to apply for CHAMPVA healthcare (surviving spouses + dependents)","description":"5-step Schema.org HowTo for CHAMPVA — VA healthcare for ~220K beneficiaries: surviving spouses/dependents of P&T-rated or service-connected-fatality veterans, plus living P&T veteran families. P&T vs 100% distinction, VA Form 10-10D, Medicare Part B requirement for 65+, OHI coordination, Meds by Mail ($0 copay 90-day supply), $3K/yr out-of-pocket cap.","operationId":"getHowtoApplyChampvaHealthcare","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/access-chapter-35-dea-education.json":{"get":{"tags":["howto"],"summary":"How to access Chapter 35 DEA — survivors education benefits","description":"5-step Schema.org HowTo for DEA — VA education benefits for surviving spouses + children of P&T-rated, service-connected-fatality, or active-duty-fallen veterans. Up to 36-45 months at ~$1,488/mo. CRITICAL: Fry Scholarship vs DEA for post-9/11 fallen children (irrevocable election). VA Form 22-5490, eligibility windows (10/20-year), strategic enrollment to maximize entitlement.","operationId":"getHowtoAccessChapter35DeaEducation","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/enroll-tricare-for-life.json":{"get":{"tags":["howto"],"summary":"How to enroll in TRICARE for Life (Medicare-eligible retirees)","description":"5-step Schema.org HowTo for TFL — secondary to Medicare for ~2M military retirees age 65+. CRITICAL TRAP: failure to enroll in Medicare Part B causes COMPLETE LOSS of TRICARE coverage. DEERS verification, automatic TFL activation, TRICARE Pharmacy Program ($0 generic mail-order), any-Medicare-provider access, working-past-65 special enrollment period.","operationId":"getHowtoEnrollTricareForLife","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/claim-state-veteran-property-tax-exemption.json":{"get":{"tags":["howto"],"summary":"How to claim state veteran property tax exemption ($3K-$15K/yr savings)","description":"5-step Schema.org HowTo for state-level property tax exemption — one of the highest-dollar-value veteran benefits. 13+ states offer FULL exemption at 100% rating (TX, FL, IL, IA, OK, MI, NJ, MD, NH, PA, VA, WI, etc.). Most other states offer partial. State-tier identification, county/parish/town application (LOCAL administration), documentation packet, renewal cadence (some annual), surviving-spouse retention pathway. P&T vs 100% distinction.","operationId":"getHowtoClaimStateVeteranPropertyTaxExemption","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-tinnitus-hearing-loss-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA tinnitus + hearing loss claim (#1 most-claimed condition)","description":"5-step Schema.org HowTo for tinnitus (#1 most-claimed VA condition, ~2.7M+ veterans rated) + hearing loss. Tinnitus capped 10% (38 CFR 4.87 DC 6260, single rating regardless of severity). Hearing loss rated 0-100% via audiogram (38 CFR 4.85). MOS-based acoustic exposure presumption, combat-veteran 38 CFR 3.304(d) presumption, foundation for secondary mental-health + sleep claims. 0% rating preserves free VA hearing aids.","operationId":"getHowtoFileTinnitusHearingLossClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-ptsd-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA PTSD claim (foundational mental-health claim)","description":"5-step Schema.org HowTo for PTSD — 2nd most-claimed VA SC condition. Combat-zone auto-verification (38 CFR 3.304(f)(3)). MST stressor + \"marker\" doctrine (38 CFR 3.304(f)(5) + 38 USC 1720D). Rated 0-100% (38 CFR 4.130). CRITICAL: do NOT minimize at C&P exam. VA Form 21-0781 (combat) or 21-0781a (MST). Secondary cascade: sleep apnea (50% if CPAP), depression, anxiety, ED+SMC-K, hypertension, migraines, IBS — compounds to 80-100% combined rating + TDIU eligibility.","operationId":"getHowtoFilePtsdClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-sleep-apnea-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA sleep apnea claim (canonical PTSD secondary, 50% CPAP)","description":"5-step Schema.org HowTo for sleep apnea — completes acoustic-trauma + PTSD secondary cascade. CPAP-dependent rated 50% (38 CFR 4.97 DC 6847). 3 SC pathways: direct in-service onset; secondary to PTSD (Krakow et al. literature); secondary to other SC (TBI, GERD, sinusitis, medication-induced weight gain). Sleep study (polysomnogram/HSAT/civilian), nexus opinion (\"at least as likely as not\" 38 CFR 3.102), CPAP usage data submission for 50% rating.","operationId":"getHowtoFileSleepApneaClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-burn-pit-respiratory-claim.json":{"get":{"tags":["howto"],"summary":"How to file VA burn pit respiratory claim (PACT Act 2022 specific subspecialty)","description":"5-step Schema.org HowTo for LARGEST presumptive expansion in VA history. ~3.5M post-9/11 vets deployed to qualifying locations (Iraq, Afghanistan, Syria, Egypt, Lebanon, Yemen, Djibouti, Somalia, Saudi Arabia, Kuwait, Qatar, UAE, etc.). 38 CFR 3.320 + 3.321 burn pit framework. Conditions: asthma post-deployment, COPD, bronchiolitis, granulomatous disease, sarcoidosis, sinusitis, rhinitis, brain/GI/head-neck/kidney/lung/breast cancers, hypertension. AHOBPR registry. Pre-PACT denied claims refile pathway. Joint Base Balad burn pit history.","operationId":"getHowtoFileBurnPitRespiratoryClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-cold-injury-residuals-claim.json":{"get":{"tags":["howto"],"summary":"How to file VA cold injury residuals claim (DC 7122, Korean War + WWII POWs)","description":"5-step Schema.org HowTo for cold injury residuals — particularly serving ~1.4M Korean War veterans still living (mostly 90+). 38 CFR 4.104 DC 7122 framework with 5 chronic residual categories: peripheral neuropathy, hypersensitivity (Raynaud's phenomenon), chronic pain, vascular damage, skin/nail changes. Per-limb rating + bilateral factor (38 CFR 4.26). Battle of Chosin Reservoir 1950 (\"Frozen Chosin\") + WWII POWs + Battle of the Bulge + Aleutian Islands + Korean DMZ winter patrols. Cascade: peripheral neuropathy → PAD → ED+SMC-K. Surviving family DIC pathway. Time-sensitive aging cohort.","operationId":"getHowtoFileColdInjuryResidualsClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-radiation-exposure-claim.json":{"get":{"tags":["howto"],"summary":"How to file VA radiation exposure (Atomic Veterans) claim — 21 presumptive cancers","description":"5-step Schema.org HowTo for ~250K Atomic Veterans (most 80-95 years old). 38 CFR 3.309(d) framework: PRESUMPTIVE service connection for 21 specific cancers when veteran participated in qualifying radiation-risk activity (Hiroshima/Nagasaki occupation, Pacific atmospheric tests, continental nuclear tests, Eniwetok cleanup, uranium mining/processing, Three Mile Island). DTRA dose reconstruction (free) for non-presumptive cases under 38 CFR 3.311. Surviving spouses + children qualify for DIC + CHAMPVA + DEA. NAAV (National Association of Atomic Veterans) advocacy. Atomic Veterans Service Recognition Act 2022 (Congressional Gold Medal).","operationId":"getHowtoFileRadiationExposureClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-women-veteran-health-claim.json":{"get":{"tags":["howto"],"summary":"How to file VA claims for women-veteran-specific health conditions","description":"5-step Schema.org HowTo for women veterans (~2.2M, fastest-growing demographic). Gender-specific SC pathways: in-service gynecological injuries, obstetric/perinatal complications, breast cancer (Agent Orange + Camp Lejeune + PACT presumptives), MST-gynecological intersection (38 CFR 3.304(f)(5) marker doctrine), post-traumatic hypopituitarism from blast TBI, in-utero exposed daughters of Camp Lejeune Marines (2-generation Family Member Program). 1-855-VA-WOMEN + Women Veterans Program Manager (WVPM) navigation.","operationId":"getHowtoFileWomenVeteranHealthClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-gulf-war-illness-claim.json":{"get":{"tags":["howto"],"summary":"How to file Gulf War Illness (MUCMI) claim (38 CFR 3.317)","description":"5-step Schema.org HowTo for Gulf War Illness — affects 25-32% of ~700K Persian Gulf War deployment veterans. DISTINCT legal framework under 38 CFR 3.317 — grants service connection for SYMPTOMS without requiring defined etiology. Persian Gulf War period extends Aug 2, 1990 to present. 4 symptom clusters (CFS-like, fibromyalgia-like, GI, undiagnosed illness). Khamisiyah chemical weapons + pyridostigmine bromide + DU + oil well fires exposure documentation.","operationId":"getHowtoFileGulfWarIllnessClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-camp-lejeune-claim.json":{"get":{"tags":["howto"],"summary":"How to file a Camp Lejeune water contamination claim (3-pathway)","description":"5-step Schema.org HowTo for ~1M U.S. veterans + family members exposed to TCE/PCE/benzene/vinyl chloride at MCB Camp Lejeune Aug 1953 - Dec 1987. 3 pathways: (1) VA disability presumptive (8 conditions per 38 CFR 3.309(f)); (2) Camp Lejeune Family Member Program via VA Form 10-10068 (15 conditions for spouse/children/in-utero); (3) CLJA tort context (window CLOSED Aug 10, 2024). 30-day exposure documentation, latency period (20-40 years), in-utero recognition, Janey Ensminger Act 2012 history.","operationId":"getHowtoFileCampLejeuneClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-diabetes-claim.json":{"get":{"tags":["howto"],"summary":"How to file VA Type 2 diabetes claim (Agent Orange Vietnam presumptive since 1991)","description":"5-step Schema.org HowTo for Type 2 diabetes — original Agent Orange presumptive (38 CFR 3.309(e), 1991). Vietnam exposure pathways: RVN boots-on-ground, Blue Water Navy (2019 Act), Korean DMZ, Thailand bases, Cambodia, Laos, C-123 aircraft. Rated 38 CFR 4.119 DC 7913 (10-100% by treatment tier). Foundation for 6-condition cascade: peripheral neuropathy, retinopathy, nephropathy/CKD, ED+SMC-K, foot ulcers, PAD. Treatment-tier tactical advice: metformin ≠ diet-only (correct rating 20%); restriction-of-activities documentation = 60%.","operationId":"getHowtoFileDiabetesClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-hypertension-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA hypertension claim (PACT 2022 presumptive)","description":"5-step Schema.org HowTo for hypertension — ~30% of veterans affected. PACT Act 2022 added HTN presumptive for Vietnam Agent Orange (~2.6M+ vets) + Gulf War 1990-1991. Also recognized secondary to SC PTSD + sleep apnea. Rated 38 CFR 4.104 DC 7101 (0-60%). 4 SC pathways. BP measurement protocol (3+ readings, separate days; home BP monitor admissible). Cardiovascular cascade: heart conditions, stroke, CKD, retinopathy, PAD, ED+SMC-K from HTN meds.","operationId":"getHowtoFileHypertensionClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-ed-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA ED claim with SMC-K stacking (most-missed bonus)","description":"5-step Schema.org HowTo for the most-missed bonus in VA disability. Service-connected ED auto-qualifies SMC-K (~$132/mo, ~$1,584/yr recurring) under 38 CFR 3.350(a)(1)(ii) loss-of-use of creative organ doctrine. 4 SC pathways: secondary to psychiatric medication (SSRIs/SNRIs/antipsychotics), secondary to vascular SC (diabetes/HTN/PAD), secondary to medication side effect, direct in-service. CRITICAL: explicitly request SMC-K in claim — adjudicators do NOT auto-apply. SMC-K stacks across all anatomical-loss conditions.","operationId":"getHowtoFileEdClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-tbi-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA TBI claim (38 CFR 4.124a DC 8045)","description":"5-step Schema.org HowTo for TBI — critical for post-9/11 combat veterans. 10-facet evaluation table (highest facet sets rating; NOT sum). VA Polytrauma System of Care, neuropsychological assessment, blast/IED/vehicle exposure documentation. CRITICAL: TBI + PTSD separately ratable (38 CFR 4.14 pyramiding doesn't apply — different causes). SMC-T pathway for severe TBI requiring aid-and-attendance (~$10K/mo, highest single VA rate). Cascade strategy: migraines, sleep apnea, tinnitus, depression, post-traumatic hypopituitarism, seizures, vestibular.","operationId":"getHowtoFileTbiClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-migraine-headache-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA migraine + headache claim (DC 8100)","description":"5-step Schema.org HowTo for migraines + chronic headaches. 5 SC pathways: direct, secondary to TBI, secondary to PTSD, secondary to tinnitus/acoustic trauma, secondary to sleep apnea. Headache journal protocol (3-6 months) drives ratings. Pickett v. McDonough (CAVC 2024) \"prostrating\" doctrine. 50% rating requires economic-inadaptability evidence (work absences, lost jobs).","operationId":"getHowtoFileMigraineHeadacheClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/file-musculoskeletal-claim.json":{"get":{"tags":["howto"],"summary":"How to file a VA musculoskeletal claim (back, spine, knee, ankle, neck)","description":"5-step Schema.org HowTo for the musculoskeletal cluster — top-5 most-claimed VA SC conditions. ROM measurements + painful-motion docs (38 CFR 4.40/4.45 + DeLuca v. Brown). 4 SC pathways (in-service injury, gear-weight cumulative trauma, aggravation, secondary). IVDS incapacitating-episodes pathway (DC 5243), bilateral factor (38 CFR 4.26), tactical C&P exam (do NOT push through pain).","operationId":"getHowtoFileMusculoskeletalClaim","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/workflows.json":{"get":{"tags":["howto"],"summary":"Multi-step scenario playbooks","description":"7 scenario playbooks (just-separated, pact-act-supplemental, mst-survivor, homeless-or-about-to-be, donate-correctly, family-supporting-veteran, gi-bill-school-choice).","operationId":"getWorkflows","responses":{"200":{"description":"Workflows ItemList"}}}},"/api/v1/howto/apply-emergency-aid.json":{"get":{"tags":["howto"],"summary":"How to apply for Wounded Warriors Emergency Aid","description":"Application HowTo for OUR Emergency Financial Aid program. Median $1,200, 5-7 day disbursement, direct-to-vendor.","operationId":"getHowtoApplyEmergencyAid","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/apply-housing-grant.json":{"get":{"tags":["howto"],"summary":"How to apply for Wounded Warriors Housing Grant","description":"Application HowTo for OUR Housing Down-Payment Assistance program. $2,500-$10,000 closing-cost grants, direct-at-closing.","operationId":"getHowtoApplyHousingGrant","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/apply-hrt-sponsorship.json":{"get":{"tags":["howto"],"summary":"How to apply for Wounded Warriors HRT Sponsorship","description":"Application HowTo for OUR HRT Sponsorships program. NO documentation of gender identity required, direct-to-provider disbursement.","operationId":"getHowtoApplyHrtSponsorship","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/howto/start-corporate-partnership.json":{"get":{"tags":["howto"],"summary":"How to start a corporate partnership","description":"5-path B2B HowTo for CSR teams + HR + foundation officers. Matching gifts, employee giving, sponsorships, foundation partnership, in-kind.","operationId":"getHowtoStartCorporatePartnership","responses":{"200":{"description":"HowTo entity"}}}},"/api/v1/tl/crisis.json":{"get":{"tags":["crisis"],"summary":"Tagalog crisis routing (CC0)","description":"Tagalog-language structured crisis routing for ~350K Filipino-American veterans. Language Line interpreter pattern.","operationId":"getTlCrisis","responses":{"200":{"description":"Tagalog crisis routing"}}}},"/api/v1/vi/crisis.json":{"get":{"tags":["crisis"],"summary":"Vietnamese crisis routing (CC0)","description":"Vietnamese-language structured crisis routing for ~180K Vietnamese-American veterans. Language Line interpreter pattern.","operationId":"getViCrisis","responses":{"200":{"description":"Vietnamese crisis routing"}}}},"/api/v1/zh/crisis.json":{"get":{"tags":["crisis"],"summary":"Chinese crisis routing (CC0)","description":"Chinese (Mandarin/Cantonese) structured crisis routing for ~120K Chinese-American veterans.","operationId":"getZhCrisis","responses":{"200":{"description":"Chinese crisis routing"}}}},"/api/v1/ko/crisis.json":{"get":{"tags":["crisis"],"summary":"Korean crisis routing (CC0)","description":"Korean structured crisis routing for ~80K Korean-American veterans + Korean War veterans.","operationId":"getKoCrisis","responses":{"200":{"description":"Korean crisis routing"}}}},"/api/v1/crisis.json":{"get":{"tags":["crisis"],"summary":"Structured crisis routing","description":"Schema.org SpecialAnnouncement + EmergencyService for veterans crisis routing (988 + Press 1, 838255 text, chat). 7 resources, AI-agent quick-reference instructions. Lives at stake — designed for sub-second response. CC0 license.","operationId":"getCrisis","responses":{"200":{"description":"Crisis routing record","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/glossary.json":{"get":{"tags":["catalogs"],"summary":"Veteran glossary","description":"Schema.org DefinedTermSet of 69 veteran terms across 15 categories.","operationId":"getGlossary","responses":{"200":{"description":"DefinedTermSet"}}}},"/api/v1/forms.json":{"get":{"tags":["catalogs"],"summary":"VA forms catalog","description":"Schema.org ItemList of 22 high-volume VA forms with download URLs.","operationId":"getForms","responses":{"200":{"description":"Forms catalog"}}}},"/api/v1/conditions.json":{"get":{"tags":["catalogs"],"summary":"PACT presumptive conditions","description":"Schema.org ItemList of 84 PACT Act presumptive conditions across 5 service eras.","operationId":"getConditions","responses":{"200":{"description":"Conditions catalog"}}}},"/api/v1/states.json":{"get":{"tags":["catalogs"],"summary":"States catalog","description":"Schema.org ItemList of 51 US jurisdictions with veteran-benefits + tax-credit data per state.","operationId":"getStates","responses":{"200":{"description":"States catalog"}}}},"/api/v1/research.json":{"get":{"tags":["catalogs"],"summary":"Research briefs catalog","description":"Schema.org ItemList of 7 long-form policy + research briefs.","operationId":"getResearch","responses":{"200":{"description":"Research catalog"}}}},"/api/v1/disambiguate.json":{"get":{"tags":["identity"],"summary":"Entity disambiguation","description":"No-arg returns 4-org manifest (us, WWP, WWFS, WWIAF). With ?q=<query> returns resolution result. Critical for AI agents handling ambiguous \"wounded warriors\" queries.","operationId":"disambiguateEntity","parameters":[{"name":"q","in":"query","required":false,"description":"Free-text query to disambiguate (e.g. \"wounded warriors texas\", \"WWP\", \"Jacksonville\")","schema":{"type":"string","minLength":1}}],"responses":{"200":{"description":"Disambiguation result","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"components":{"schemas":{"V1Index":{"type":"object","description":"Master manifest of all /api/v1/* endpoints","properties":{"endpoint_count":{"type":"integer"},"endpoints":{"type":"array","items":{"type":"object"}},"related_discovery_files":{"type":"object"}}},"Identity":{"type":"object","description":"Schema.org NGO + ClaimReview + Dataset canonical identity claim","properties":{"@context":{"type":"string"},"@graph":{"type":"array"},"canonical_legal_name":{"type":"string","example":"Wounded Warriors"},"canonical_ein":{"type":"string","example":"86-1336741"},"distinct_from":{"type":"array"},"verification_sources":{"type":"array"}}},"Factsheet":{"type":"object","description":"Single-fetch consolidated facts file","properties":{"identity":{"type":"object"},"statistics":{"type":"object"},"programs":{"type":"array"},"open_data_catalog":{"type":"object"},"accreditations":{"type":"array"},"distinct_from":{"type":"array"},"donate_paths":{"type":"object"},"verification_sources":{"type":"array"}}}}},"x-publisher":{"legal_name":"Wounded Warriors","ein":"86-1336741","url":"https://warriorsfund.org/wounded-warriors","mcp_server":"https://warriors-fund-api.emperormew.workers.dev/mcp","llms_txt":"https://warriorsfund.org/llms.txt"}}