Using vanitygen-plusplus-ported-for-VS2019 with va.gov

C integration

Install
# See https://github.com/AngelTs/vanitygen-plusplus-ported-for-VS2019
Returns all VA Forms and their last revision date
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/va_forms/v0/forms
Find form by form name
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/va_forms/v0/forms/{form_name}
SDK on GitHub 📄 API Docs
SDK
vanitygen-plusplus-ported-for-VS2019
C
API
va.gov
va.gov:forms
At a glance
Language C
Endpoints2
Base URLhttps://sandbox-api.va.gov/services/va_forms/v0