← 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-1063444-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=1063444&ref=A&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 1063444,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000263094.11",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5713-100A>T",
"hgvs_p": null,
"transcript": "NM_019112.4",
"protein_id": "NP_061985.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2146,
"cds_start": -4,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6815,
"mane_select": "ENST00000263094.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5713-100A>T",
"hgvs_p": null,
"transcript": "ENST00000263094.11",
"protein_id": "ENSP00000263094.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2146,
"cds_start": -4,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6815,
"mane_select": "NM_019112.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.6013-100A>T",
"hgvs_p": null,
"transcript": "ENST00000433129.6",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.1045-100A>T",
"hgvs_p": null,
"transcript": "ENST00000525073.6",
"protein_id": "ENSP00000432031.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": -4,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.136-100A>T",
"hgvs_p": null,
"transcript": "ENST00000612569.1",
"protein_id": "ENSP00000482948.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": -4,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.*1825-100A>T",
"hgvs_p": null,
"transcript": "ENST00000435683.7",
"protein_id": "ENSP00000465322.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "n.2704-100A>T",
"hgvs_p": null,
"transcript": "ENST00000673773.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5713-100A>T",
"hgvs_p": null,
"transcript": "XM_047438044.1",
"protein_id": "XP_047294000.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2146,
"cds_start": -4,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5686-100A>T",
"hgvs_p": null,
"transcript": "XM_047438045.1",
"protein_id": "XP_047294001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2137,
"cds_start": -4,
"cds_end": null,
"cds_length": 6414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5659-100A>T",
"hgvs_p": null,
"transcript": "XM_006722616.2",
"protein_id": "XP_006722679.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2128,
"cds_start": -4,
"cds_end": null,
"cds_length": 6387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5659-100A>T",
"hgvs_p": null,
"transcript": "XM_047438046.1",
"protein_id": "XP_047294002.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2128,
"cds_start": -4,
"cds_end": null,
"cds_length": 6387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 41,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5584-100A>T",
"hgvs_p": null,
"transcript": "XM_047438047.1",
"protein_id": "XP_047294003.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2103,
"cds_start": -4,
"cds_end": null,
"cds_length": 6312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 39,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5266-100A>T",
"hgvs_p": null,
"transcript": "XM_047438048.1",
"protein_id": "XP_047294004.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1997,
"cds_start": -4,
"cds_end": null,
"cds_length": 5994,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 38,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5257-100A>T",
"hgvs_p": null,
"transcript": "XM_047438049.1",
"protein_id": "XP_047294005.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1994,
"cds_start": -4,
"cds_end": null,
"cds_length": 5985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6258,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 42,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.5713-100A>T",
"hgvs_p": null,
"transcript": "XM_047438051.1",
"protein_id": "XP_047294007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1988,
"cds_start": -4,
"cds_end": null,
"cds_length": 5967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3370-100A>T",
"hgvs_p": null,
"transcript": "XM_047438054.1",
"protein_id": "XP_047294010.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1365,
"cds_start": -4,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"hgvs_c": "c.3370-100A>T",
"hgvs_p": null,
"transcript": "XM_047438055.1",
"protein_id": "XP_047294011.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1365,
"cds_start": -4,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ABCA7",
"gene_hgnc_id": 37,
"dbsnp": "rs4147929",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9399999976158142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.94,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.352,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000263094.11",
"gene_symbol": "ABCA7",
"hgnc_id": 37,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.5713-100A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}