Free APIs for VA disability math.
Used by Pete and any AI agent that needs accurate VA calculations. No auth, no keys, no rate cards.
Quick start
This request combines 30% and 30%. The final VA rating is 50%.
curl -X POST https://pete.vet/api/v1/va/rating/combine \
-H 'Content-Type: application/json' \
-d '{"disabilities":[{"rating":30},{"rating":30}]}'Endpoints
Code samples
POST /api/v1/va/rating/combine
Send ratings in 10% increments. Add optional bilateral and body part fields when a disability affects an arm, leg, or paired skeletal muscle. Add dependents when you want monthly compensation.
Open the OpenAPI specGET /api/v1/va/rates/current
Returns the full 2026 VA disability compensation rate table used by the calculator and API. The response is cached at the edge.