← 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: 16-64947970-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=64947970&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 64947970,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001797.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.2024C>A",
"hgvs_p": "p.Ala675Asp",
"transcript": "NM_001797.4",
"protein_id": "NP_001788.2",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 796,
"cds_start": 2024,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000268603.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001797.4"
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.2024C>A",
"hgvs_p": "p.Ala675Asp",
"transcript": "ENST00000268603.9",
"protein_id": "ENSP00000268603.4",
"transcript_support_level": 1,
"aa_start": 675,
"aa_end": null,
"aa_length": 796,
"cds_start": 2024,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001797.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000268603.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.*121C>A",
"hgvs_p": null,
"transcript": "ENST00000394156.7",
"protein_id": "ENSP00000377711.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394156.7"
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.1646C>A",
"hgvs_p": "p.Ala549Asp",
"transcript": "NM_001330576.2",
"protein_id": "NP_001317505.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 670,
"cds_start": 1646,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330576.2"
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.1646C>A",
"hgvs_p": "p.Ala549Asp",
"transcript": "ENST00000566827.5",
"protein_id": "ENSP00000457812.1",
"transcript_support_level": 2,
"aa_start": 549,
"aa_end": null,
"aa_length": 670,
"cds_start": 1646,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566827.5"
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.905C>A",
"hgvs_p": "p.Ala302Asp",
"transcript": "ENST00000871590.1",
"protein_id": "ENSP00000541649.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 423,
"cds_start": 905,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871590.1"
},
{
"aa_ref": "A",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.1646C>A",
"hgvs_p": "p.Ala549Asp",
"transcript": "XM_047433486.1",
"protein_id": "XP_047289442.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 670,
"cds_start": 1646,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433486.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"hgvs_c": "c.*121C>A",
"hgvs_p": null,
"transcript": "NM_001308392.2",
"protein_id": "NP_001295321.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": null,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308392.2"
}
],
"gene_symbol": "CDH11",
"gene_hgnc_id": 1750,
"dbsnp": "rs776609272",
"frequency_reference_population": 0.0000075246194,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000752462,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8961384296417236,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.712,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9705,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.33,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PP3_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001797.4",
"gene_symbol": "CDH11",
"hgnc_id": 1750,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2024C>A",
"hgvs_p": "p.Ala675Asp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}