← 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-41970468-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=41970468&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3_Moderate",
"PP5"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ATP1A3",
"hgnc_id": 801,
"hgvs_c": "c.2377T>C",
"hgvs_p": "p.Phe793Leu",
"inheritance_mode": "AD,AR",
"pathogenic_score": 8,
"score": 8,
"transcript": "NM_001256214.2",
"verdict": "Likely_pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000285505",
"hgnc_id": null,
"hgvs_c": "n.2338T>C",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 5,
"score": 5,
"transcript": "ENST00000644613.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3_Moderate,PP5",
"acmg_score": 8,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.9995,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.32,
"chr": "19",
"clinvar_classification": "Pathogenic",
"clinvar_disease": "Dystonia 12",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9204787015914917,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1013,
"aa_ref": "F",
"aa_start": 780,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3551,
"cdna_start": 2492,
"cds_end": null,
"cds_length": 3042,
"cds_start": 2338,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_152296.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2338T>C",
"hgvs_p": "p.Phe780Leu",
"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": "L",
"aa_end": null,
"aa_length": 1013,
"aa_ref": "F",
"aa_start": 780,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3551,
"cdna_start": 2492,
"cds_end": null,
"cds_length": 3042,
"cds_start": 2338,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000648268.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2338T>C",
"hgvs_p": "p.Phe780Leu",
"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": 17,
"exon_rank_end": null,
"feature": "ENST00000644613.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285505",
"hgvs_c": "n.2338T>C",
"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": "L",
"aa_end": null,
"aa_length": 1026,
"aa_ref": "F",
"aa_start": 793,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3590,
"cdna_start": 2531,
"cds_end": null,
"cds_length": 3081,
"cds_start": 2377,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001256214.2",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2377T>C",
"hgvs_p": "p.Phe793Leu",
"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": "L",
"aa_end": null,
"aa_length": 1026,
"aa_ref": "F",
"aa_start": 793,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3628,
"cdna_start": 2571,
"cds_end": null,
"cds_length": 3081,
"cds_start": 2377,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000545399.6",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2377T>C",
"hgvs_p": "p.Phe793Leu",
"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": "L",
"aa_end": null,
"aa_length": 1024,
"aa_ref": "F",
"aa_start": 791,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3466,
"cdna_start": 2407,
"cds_end": null,
"cds_length": 3075,
"cds_start": 2371,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001256213.2",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2371T>C",
"hgvs_p": "p.Phe791Leu",
"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": "L",
"aa_end": null,
"aa_length": 1024,
"aa_ref": "F",
"aa_start": 791,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3427,
"cdna_start": 2407,
"cds_end": null,
"cds_length": 3075,
"cds_start": 2371,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000543770.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2371T>C",
"hgvs_p": "p.Phe791Leu",
"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": "L",
"aa_end": null,
"aa_length": 996,
"aa_ref": "F",
"aa_start": 780,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3502,
"cdna_start": 2494,
"cds_end": null,
"cds_length": 2991,
"cds_start": 2338,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000890880.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2338T>C",
"hgvs_p": "p.Phe780Leu",
"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": "L",
"aa_end": null,
"aa_length": 994,
"aa_ref": "F",
"aa_start": 761,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3494,
"cdna_start": 2435,
"cds_end": null,
"cds_length": 2985,
"cds_start": 2281,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000890884.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2281T>C",
"hgvs_p": "p.Phe761Leu",
"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": "L",
"aa_end": null,
"aa_length": 984,
"aa_ref": "F",
"aa_start": 751,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3330,
"cdna_start": 2271,
"cds_end": null,
"cds_length": 2955,
"cds_start": 2251,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000919566.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2251T>C",
"hgvs_p": "p.Phe751Leu",
"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": "L",
"aa_end": null,
"aa_length": 983,
"aa_ref": "F",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3458,
"cdna_start": 2401,
"cds_end": null,
"cds_length": 2952,
"cds_start": 2248,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "ENST00000602133.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2248T>C",
"hgvs_p": "p.Phe750Leu",
"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": "L",
"aa_end": null,
"aa_length": 945,
"aa_ref": "F",
"aa_start": 712,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3347,
"cdna_start": 2288,
"cds_end": null,
"cds_length": 2838,
"cds_start": 2134,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000890882.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2134T>C",
"hgvs_p": "p.Phe712Leu",
"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": "L",
"aa_end": null,
"aa_length": 842,
"aa_ref": "F",
"aa_start": 609,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3034,
"cdna_start": 1977,
"cds_end": null,
"cds_length": 2529,
"cds_start": 1825,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000948333.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.1825T>C",
"hgvs_p": "p.Phe609Leu",
"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": "L",
"aa_end": null,
"aa_length": 983,
"aa_ref": "F",
"aa_start": 750,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3410,
"cdna_start": 2351,
"cds_end": null,
"cds_length": 2952,
"cds_start": 2248,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "XM_047438862.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2248T>C",
"hgvs_p": "p.Phe750Leu",
"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": 17,
"exon_rank_end": null,
"feature": "ENST00000441343.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "n.2338T>C",
"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
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs80356536",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Pathogenic",
"phenotype_combined": "Dystonia 12",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.211,
"pos": 41970468,
"ref": "A",
"revel_prediction": "Pathogenic",
"revel_score": 0.866,
"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"
}
]
}