Thanks! this is perfect!
Hi, I would like to know the AF of ~4000 rsIDs (dbSNP) quickly in Gnomad GRCh37 database. I looked at the instructions for getting this from Gnomad and it seems I would need to download the entire data. Is there is a faster and less involved way fo getting the AF from Gnomad without downloading more than 50GB of data? Any script or API or another way to crawl Gnomad database? Thanks!
2 answers
If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work.

I created a python package based on SQLite databases, where you can easily query all gnomAD variants for GRCh37/38.
https://github.com/KalinNonchev/gnomAD_DB
I have precomputed SQLite databases for gnomAD WGS for GRCh37/38 in the description of the package. Please take a look there.
Best,
Log in to answer this question.