← 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: 3-179576290-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=179576290&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 179576290,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004301.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Asp184Asn",
"transcript": "NM_004301.5",
"protein_id": "NP_004292.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 429,
"cds_start": 550,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000429709.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004301.5"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Asp184Asn",
"transcript": "ENST00000429709.7",
"protein_id": "ENSP00000397552.2",
"transcript_support_level": 1,
"aa_start": 184,
"aa_end": null,
"aa_length": 429,
"cds_start": 550,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004301.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429709.7"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.424G>A",
"hgvs_p": "p.Asp142Asn",
"transcript": "ENST00000450518.6",
"protein_id": "ENSP00000394014.2",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 387,
"cds_start": 424,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450518.6"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.544G>A",
"hgvs_p": "p.Asp182Asn",
"transcript": "ENST00000879836.1",
"protein_id": "ENSP00000549895.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 427,
"cds_start": 544,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879836.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Asp184Asn",
"transcript": "ENST00000941894.1",
"protein_id": "ENSP00000611953.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 424,
"cds_start": 550,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941894.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Asp184Asn",
"transcript": "ENST00000937856.1",
"protein_id": "ENSP00000607915.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 402,
"cds_start": 550,
"cds_end": null,
"cds_length": 1209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937856.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Asp184Asn",
"transcript": "ENST00000879837.1",
"protein_id": "ENSP00000549896.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 400,
"cds_start": 550,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879837.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.454G>A",
"hgvs_p": "p.Asp152Asn",
"transcript": "ENST00000937854.1",
"protein_id": "ENSP00000607913.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 397,
"cds_start": 454,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937854.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.424G>A",
"hgvs_p": "p.Asp142Asn",
"transcript": "NM_177989.4",
"protein_id": "NP_817126.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 387,
"cds_start": 424,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_177989.4"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.424G>A",
"hgvs_p": "p.Asp142Asn",
"transcript": "NM_178042.4",
"protein_id": "NP_829888.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 387,
"cds_start": 424,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178042.4"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.424G>A",
"hgvs_p": "p.Asp142Asn",
"transcript": "ENST00000392662.5",
"protein_id": "ENSP00000376430.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 387,
"cds_start": 424,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392662.5"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.397G>A",
"hgvs_p": "p.Asp133Asn",
"transcript": "ENST00000879835.1",
"protein_id": "ENSP00000549894.1",
"transcript_support_level": null,
"aa_start": 133,
"aa_end": null,
"aa_length": 378,
"cds_start": 397,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879835.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.358G>A",
"hgvs_p": "p.Asp120Asn",
"transcript": "ENST00000937855.1",
"protein_id": "ENSP00000607914.1",
"transcript_support_level": null,
"aa_start": 120,
"aa_end": null,
"aa_length": 365,
"cds_start": 358,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937855.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "c.274G>A",
"hgvs_p": "p.Asp92Asn",
"transcript": "ENST00000937853.1",
"protein_id": "ENSP00000607912.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 337,
"cds_start": 274,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "n.569G>A",
"hgvs_p": null,
"transcript": "ENST00000467615.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": "ENST00000467615.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "n.*151G>A",
"hgvs_p": null,
"transcript": "ENST00000487978.5",
"protein_id": "ENSP00000420694.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000487978.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "n.*151G>A",
"hgvs_p": null,
"transcript": "ENST00000487978.5",
"protein_id": "ENSP00000420694.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000487978.5"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124909462",
"gene_hgnc_id": null,
"hgvs_c": "n.85+472C>T",
"hgvs_p": null,
"transcript": "XR_007096181.1",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_007096181.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "n.-86G>A",
"hgvs_p": null,
"transcript": "ENST00000479056.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "retained_intron",
"feature": "ENST00000479056.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"hgvs_c": "n.*15G>A",
"hgvs_p": null,
"transcript": "ENST00000467383.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "retained_intron",
"feature": "ENST00000467383.1"
}
],
"gene_symbol": "ACTL6A",
"gene_hgnc_id": 24124,
"dbsnp": null,
"frequency_reference_population": 6.886284e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.88628e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9526278972625732,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.836,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.95,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.09,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_004301.5",
"gene_symbol": "ACTL6A",
"hgnc_id": 24124,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.550G>A",
"hgvs_p": "p.Asp184Asn"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "XR_007096181.1",
"gene_symbol": "LOC124909462",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.85+472C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}