v1
latestOpenAPI 3.0.02026-07-132212.5 KBForms
Returns all VA Forms and their last revision date
Returns an index of all available VA forms. Optionally, pass a query parameter to filter forms by form number or title.
get/forms
Query parameters
Returns form data based on entered form name.
Response
VA Forms index response
Example response
{
"data": [
{
"id": "5403",
"type": "va_form",
"attributes": {
"form_name": "10-10EZ",
"url": "https://www.va.gov/vaforms/medical/pdf/10-10EZ-fillable.pdf",
"title": "Instructions and Enrollment Application for Health Benefits",
"first_issued_on": "2016-07-10",
"last_revision_on": "2020-01-17",
"pages": 5,
"sha256": "6e6465e2e1c89225871daa9b6d86b92d1c263c7b02f98541212af7b35272372b",
"last_sha256_change": "2019-05-30",
"form_usage": "<p>Use VA Form 10-10EZ if you’re a Veteran and want to apply for VA health care. You must be enrolled in...</p>",
"form_tool_intro": "You can apply online instead of filling out and sending us the paper form.",
"form_tool_url": "https://www.va.gov/health-care/apply/application/introduction",
"form_details_url": "https://www.va.gov/find-forms/about-form-10-10ez",
"form_type": "benefit",
"language": "en",
"deleted_at": "null",
"related_forms": [
"10-10EZR"
],
"benefit_categories": [
{
"name": "Health care",
"description": "VA health care"
}
],
"va_form_administration": "Veterans Health Administration"
}
}
]
}