← 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: 19-41985172-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=41985172&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"PP2",
"BP4",
"BP6",
"BS1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ATP1A3",
"hgnc_id": 801,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Val260Met",
"inheritance_mode": "AD,AR",
"pathogenic_score": 1,
"score": -5,
"transcript": "NM_001256214.2",
"verdict": "Likely_benign"
},
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4",
"BP6"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000285505",
"hgnc_id": null,
"hgvs_c": "n.739G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 0,
"transcript": "ENST00000644613.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BP4,BP6,BS1",
"acmg_score": -5,
"allele_count_reference_population": 27,
"alphamissense_prediction": null,
"alphamissense_score": 0.3577,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.11,
"chr": "19",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": "Dystonia 12,Inborn genetic diseases,not specified",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.42169785499572754,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 1013,
"aa_ref": "V",
"aa_start": 247,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3551,
"cdna_start": 893,
"cds_end": null,
"cds_length": 3042,
"cds_start": 739,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_152296.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000648268.1",
"protein_coding": true,
"protein_id": "NP_689509.1",
"strand": false,
"transcript": "NM_152296.5",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 1013,
"aa_ref": "V",
"aa_start": 247,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3551,
"cdna_start": 893,
"cds_end": null,
"cds_length": 3042,
"cds_start": 739,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000648268.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_152296.5",
"protein_coding": true,
"protein_id": "ENSP00000498113.1",
"strand": false,
"transcript": "ENST00000648268.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": true,
"cdna_end": null,
"cdna_length": 3536,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 25,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000644613.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285505",
"hgvs_c": "n.739G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494711.1",
"strand": false,
"transcript": "ENST00000644613.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 1026,
"aa_ref": "V",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3590,
"cdna_start": 932,
"cds_end": null,
"cds_length": 3081,
"cds_start": 778,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001256214.2",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Val260Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001243143.1",
"strand": false,
"transcript": "NM_001256214.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 1026,
"aa_ref": "V",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3628,
"cdna_start": 972,
"cds_end": null,
"cds_length": 3081,
"cds_start": 778,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000545399.6",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Val260Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000444688.1",
"strand": false,
"transcript": "ENST00000545399.6",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 1024,
"aa_ref": "V",
"aa_start": 258,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3466,
"cdna_start": 808,
"cds_end": null,
"cds_length": 3075,
"cds_start": 772,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001256213.2",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.772G>A",
"hgvs_p": "p.Val258Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001243142.1",
"strand": false,
"transcript": "NM_001256213.2",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 1024,
"aa_ref": "V",
"aa_start": 258,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3427,
"cdna_start": 808,
"cds_end": null,
"cds_length": 3075,
"cds_start": 772,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000543770.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.772G>A",
"hgvs_p": "p.Val258Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000437577.1",
"strand": false,
"transcript": "ENST00000543770.5",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 996,
"aa_ref": "V",
"aa_start": 247,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3502,
"cdna_start": 895,
"cds_end": null,
"cds_length": 2991,
"cds_start": 739,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000890880.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000560939.1",
"strand": false,
"transcript": "ENST00000890880.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 994,
"aa_ref": "V",
"aa_start": 247,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3494,
"cdna_start": 893,
"cds_end": null,
"cds_length": 2985,
"cds_start": 739,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000890884.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000560943.1",
"strand": false,
"transcript": "ENST00000890884.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 984,
"aa_ref": "V",
"aa_start": 247,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3330,
"cdna_start": 759,
"cds_end": null,
"cds_length": 2955,
"cds_start": 739,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000919566.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000589625.1",
"strand": false,
"transcript": "ENST00000919566.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 983,
"aa_ref": "V",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3458,
"cdna_start": 802,
"cds_end": null,
"cds_length": 2952,
"cds_start": 649,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000602133.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.649G>A",
"hgvs_p": "p.Val217Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000471581.1",
"strand": false,
"transcript": "ENST00000602133.5",
"transcript_support_level": 2
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 945,
"aa_ref": "V",
"aa_start": 179,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3347,
"cdna_start": 689,
"cds_end": null,
"cds_length": 2838,
"cds_start": 535,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000890882.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.535G>A",
"hgvs_p": "p.Val179Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000560941.1",
"strand": false,
"transcript": "ENST00000890882.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 842,
"aa_ref": "V",
"aa_start": 76,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3034,
"cdna_start": 378,
"cds_end": null,
"cds_length": 2529,
"cds_start": 226,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000948333.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.226G>A",
"hgvs_p": "p.Val76Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000618392.1",
"strand": false,
"transcript": "ENST00000948333.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 250,
"aa_ref": "V",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 889,
"cdna_start": 784,
"cds_end": null,
"cds_length": 754,
"cds_start": 649,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000473086.3",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.649G>A",
"hgvs_p": "p.Val217Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000469129.2",
"strand": false,
"transcript": "ENST00000473086.3",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 983,
"aa_ref": "V",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3410,
"cdna_start": 752,
"cds_end": null,
"cds_length": 2952,
"cds_start": 649,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047438862.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.649G>A",
"hgvs_p": "p.Val217Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047294818.1",
"strand": false,
"transcript": "XM_047438862.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "non_stop_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3818,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 22,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000441343.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "n.739G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000411503.1",
"strand": false,
"transcript": "ENST00000441343.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 970,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000485672.2",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "n.52G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000485672.2",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1052,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000645448.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "n.*38G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000645448.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs782227665",
"effect": "missense_variant",
"frequency_reference_population": 0.000016737335,
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"gnomad_exomes_ac": 18,
"gnomad_exomes_af": 0.0000123209,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 9,
"gnomad_genomes_af": 0.0000591234,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "not specified|Dystonia 12|Inborn genetic diseases",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.655,
"pos": 41985172,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.572,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001256214.2"
}
]
}