← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 7-91874103-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=91874103&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 91874103,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006980.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "NM_006980.5",
"protein_id": "NP_008911.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000351870.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006980.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "ENST00000351870.8",
"protein_id": "ENSP00000248643.3",
"transcript_support_level": 1,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006980.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000351870.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.631G>A",
"hgvs_p": "p.Ala211Thr",
"transcript": "ENST00000419292.1",
"protein_id": "ENSP00000414116.1",
"transcript_support_level": 1,
"aa_start": 211,
"aa_end": null,
"aa_length": 379,
"cds_start": 631,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419292.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "ENST00000867199.1",
"protein_id": "ENSP00000537258.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867199.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "ENST00000867200.1",
"protein_id": "ENSP00000537259.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867200.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "ENST00000939549.1",
"protein_id": "ENSP00000609608.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939549.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "ENST00000939550.1",
"protein_id": "ENSP00000609609.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939550.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.631G>A",
"hgvs_p": "p.Ala211Thr",
"transcript": "NM_001301134.2",
"protein_id": "NP_001288063.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 379,
"cds_start": 631,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301134.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.631G>A",
"hgvs_p": "p.Ala211Thr",
"transcript": "NM_001301135.2",
"protein_id": "NP_001288064.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 379,
"cds_start": 631,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301135.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.631G>A",
"hgvs_p": "p.Ala211Thr",
"transcript": "ENST00000406735.6",
"protein_id": "ENSP00000384986.2",
"transcript_support_level": 2,
"aa_start": 211,
"aa_end": null,
"aa_length": 379,
"cds_start": 631,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406735.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "XM_005250593.4",
"protein_id": "XP_005250650.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250593.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr",
"transcript": "XM_006716126.4",
"protein_id": "XP_006716189.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 399,
"cds_start": 691,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716126.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.631G>A",
"hgvs_p": "p.Ala211Thr",
"transcript": "XM_047420839.1",
"protein_id": "XP_047276795.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 379,
"cds_start": 631,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "n.93+5952G>A",
"hgvs_p": null,
"transcript": "ENST00000454222.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000454222.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.*215G>A",
"hgvs_p": null,
"transcript": "ENST00000442961.1",
"protein_id": "ENSP00000395097.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": null,
"cds_end": null,
"cds_length": 476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000442961.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"hgvs_c": "c.*212G>A",
"hgvs_p": null,
"transcript": "ENST00000456229.1",
"protein_id": "ENSP00000402175.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"cds_end": null,
"cds_length": 419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000456229.1"
}
],
"gene_symbol": "MTERF1",
"gene_hgnc_id": 21463,
"dbsnp": "rs17856025",
"frequency_reference_population": 0.0033072003,
"hom_count_reference_population": 167,
"allele_count_reference_population": 5338,
"gnomad_exomes_af": 0.00194961,
"gnomad_genomes_af": 0.0163441,
"gnomad_exomes_ac": 2850,
"gnomad_genomes_ac": 2488,
"gnomad_exomes_homalt": 97,
"gnomad_genomes_homalt": 70,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002092212438583374,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.009,
"revel_prediction": "Benign",
"alphamissense_score": 0.0641,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.176,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_006980.5",
"gene_symbol": "MTERF1",
"hgnc_id": 21463,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.691G>A",
"hgvs_p": "p.Ala231Thr"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}