← 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-41969474-GCG-ACA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=41969474&ref=GCG&alt=ACA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ATP1A3",
"hgnc_id": 801,
"hgvs_c": "c.2686_2688delCGCinsTGT",
"hgvs_p": "p.Arg896Cys",
"inheritance_mode": "AD,AR",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_001256214.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000285505",
"hgnc_id": null,
"hgvs_c": "n.2647_2649delCGCinsTGT",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": 0,
"transcript": "ENST00000644613.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP2",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "ACA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "19",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 1013,
"aa_ref": "R",
"aa_start": 883,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3551,
"cdna_start": 2803,
"cds_end": null,
"cds_length": 3042,
"cds_start": 2647,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_152296.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2647_2649delCGCinsTGT",
"hgvs_p": "p.Arg883Cys",
"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": "C",
"aa_end": null,
"aa_length": 1013,
"aa_ref": "R",
"aa_start": 883,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3551,
"cdna_start": 2803,
"cds_end": null,
"cds_length": 3042,
"cds_start": 2647,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000648268.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2647_2649delCGCinsTGT",
"hgvs_p": "p.Arg883Cys",
"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": 19,
"exon_rank_end": null,
"feature": "ENST00000644613.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285505",
"hgvs_c": "n.2647_2649delCGCinsTGT",
"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": "C",
"aa_end": null,
"aa_length": 1026,
"aa_ref": "R",
"aa_start": 896,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3590,
"cdna_start": 2842,
"cds_end": null,
"cds_length": 3081,
"cds_start": 2686,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001256214.2",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2686_2688delCGCinsTGT",
"hgvs_p": "p.Arg896Cys",
"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": "C",
"aa_end": null,
"aa_length": 1026,
"aa_ref": "R",
"aa_start": 896,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3628,
"cdna_start": 2882,
"cds_end": null,
"cds_length": 3081,
"cds_start": 2686,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000545399.6",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2686_2688delCGCinsTGT",
"hgvs_p": "p.Arg896Cys",
"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": "C",
"aa_end": null,
"aa_length": 1024,
"aa_ref": "R",
"aa_start": 894,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3466,
"cdna_start": 2718,
"cds_end": null,
"cds_length": 3075,
"cds_start": 2680,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001256213.2",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2680_2682delCGCinsTGT",
"hgvs_p": "p.Arg894Cys",
"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": "C",
"aa_end": null,
"aa_length": 1024,
"aa_ref": "R",
"aa_start": 894,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3427,
"cdna_start": 2718,
"cds_end": null,
"cds_length": 3075,
"cds_start": 2680,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000543770.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2680_2682delCGCinsTGT",
"hgvs_p": "p.Arg894Cys",
"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": "C",
"aa_end": null,
"aa_length": 996,
"aa_ref": "R",
"aa_start": 866,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3502,
"cdna_start": 2754,
"cds_end": null,
"cds_length": 2991,
"cds_start": 2596,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000890880.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2596_2598delCGCinsTGT",
"hgvs_p": "p.Arg866Cys",
"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": "C",
"aa_end": null,
"aa_length": 994,
"aa_ref": "R",
"aa_start": 864,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3494,
"cdna_start": 2746,
"cds_end": null,
"cds_length": 2985,
"cds_start": 2590,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000890884.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2590_2592delCGCinsTGT",
"hgvs_p": "p.Arg864Cys",
"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": "C",
"aa_end": null,
"aa_length": 984,
"aa_ref": "R",
"aa_start": 854,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3330,
"cdna_start": 2582,
"cds_end": null,
"cds_length": 2955,
"cds_start": 2560,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000919566.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2560_2562delCGCinsTGT",
"hgvs_p": "p.Arg854Cys",
"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": "C",
"aa_end": null,
"aa_length": 983,
"aa_ref": "R",
"aa_start": 853,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3458,
"cdna_start": 2712,
"cds_end": null,
"cds_length": 2952,
"cds_start": 2557,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000602133.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2557_2559delCGCinsTGT",
"hgvs_p": "p.Arg853Cys",
"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": "C",
"aa_end": null,
"aa_length": 945,
"aa_ref": "R",
"aa_start": 815,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3347,
"cdna_start": 2599,
"cds_end": null,
"cds_length": 2838,
"cds_start": 2443,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000890882.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2443_2445delCGCinsTGT",
"hgvs_p": "p.Arg815Cys",
"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": "C",
"aa_end": null,
"aa_length": 842,
"aa_ref": "R",
"aa_start": 712,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3034,
"cdna_start": 2288,
"cds_end": null,
"cds_length": 2529,
"cds_start": 2134,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000948333.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2134_2136delCGCinsTGT",
"hgvs_p": "p.Arg712Cys",
"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": "C",
"aa_end": null,
"aa_length": 983,
"aa_ref": "R",
"aa_start": 853,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3410,
"cdna_start": 2662,
"cds_end": null,
"cds_length": 2952,
"cds_start": 2557,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047438862.1",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "c.2557_2559delCGCinsTGT",
"hgvs_p": "p.Arg853Cys",
"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": 19,
"exon_rank_end": null,
"feature": "ENST00000441343.5",
"gene_hgnc_id": 801,
"gene_symbol": "ATP1A3",
"hgvs_c": "n.2647_2649delCGCinsTGT",
"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": null,
"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": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.047,
"pos": 41969474,
"ref": "GCG",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001256214.2"
}
]
}