v1
latestOpenAPI 3.0.02026-07-132212.5 KBForms
Find form by form name
Returns a single form and the full revision history
get/forms/{form_name}
Path parameters
form_namestring required
The VA form_name of the form being requested. The exact form name must be passed, including proper placement of prefixes and/or hyphens.
Response
VA Form Show response
Example response
{
"data": {
"id": "10-10-EZ",
"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",
"created_at": "2021-03-30T16:28:30.338Z",
"pages": 5,
"sha256": "5fe171299ece147e8b456961a38e17f1391026f26e9e170229317bc95d9827b7",
"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",
"related_forms": [
"10-10EZR"
],
"benefit_categories": [
{
"name": "Health care",
"description": "VA health care"
}
],
"va_form_administration": "Veterans Health Administration",
"versions": [
{
"sha256": "5fe171299ece147e8b456961a38e17f1391026f26e9e170229317bc95d9827b7",
"revision_on": "2012-01-01"
}
]
}
}
}