Skip to content

A simple API that returns cumulative and estimated disability rating values according to the Benefit Rates from the U.S. Department of Veterans Affairs

License

Notifications You must be signed in to change notification settings

ben--wood/veteran-rating-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veteran Disability Rating Calculator

A simple API that returns a cumulative and estimated disability rating value according to the Benefit Rates from the U.S. Department of Veterans Affairs website.

Do a GET or a POST to:

https://vadisabilityratingcalculator.azurewebsites.net/api/calculate

GET

Send comma or pipe separated rating values in the request:
/api/calculate/40,20,60

POST

Send an array of integer rating values in the post body:
/api/calculate
Body: [40,20,60]

RETURNS

The API will return a JSON object that looks like this:

{
    "cumulativeDisabilityRating":81,
    "estimatedDisabilityRating":80
}

Trigger code scan

About

A simple API that returns cumulative and estimated disability rating values according to the Benefit Rates from the U.S. Department of Veterans Affairs

Topics

Resources

License

Stars

Watchers

Forks