The variantformatter API method to me seems to look like a lightweight alternative to the variantvalidator API method (but please correct me where I'm wrong). However, the variantvalidator API method supports GRCh37, GRCh38, hg19, hg38, and returns data for all four builds. The variantformatter API method allows for only GRCh37 and GRCh38, but uses only the given one in the output.
I think it would be very useful to also support the other builds here, or at least two builds (also see openvar/variantValidator#126) and to also provide mappings here to the other build(s).