← 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-41432318-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=41432318&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"BP6_Moderate"
],
"effects": [
"stop_gained"
],
"gene_symbol": "DMAC2",
"hgnc_id": 25496,
"hgvs_c": "c.487C>T",
"hgvs_p": "p.Arg163*",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -2,
"transcript": "NM_001320838.2",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP6_Moderate",
"acmg_score": -2,
"allele_count_reference_population": 43,
"alphamissense_prediction": null,
"alphamissense_score": 0.1694,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.48,
"chr": "19",
"clinvar_classification": "Likely benign",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.02902248501777649,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 158,
"aa_ref": "A",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1454,
"cdna_start": 454,
"cds_end": null,
"cds_length": 477,
"cds_start": 443,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000438807.7",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.443C>T",
"hgvs_p": "p.Ala148Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000397413.3",
"strand": false,
"transcript": "ENST00000438807.7",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 257,
"aa_ref": "C",
"aa_start": 229,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1700,
"cdna_start": 700,
"cds_end": null,
"cds_length": 774,
"cds_start": 687,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_018035.3",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.687C>T",
"hgvs_p": "p.Cys229Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000221943.14",
"protein_coding": true,
"protein_id": "NP_060505.2",
"strand": false,
"transcript": "NM_018035.3",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 257,
"aa_ref": "C",
"aa_start": 229,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1700,
"cdna_start": 700,
"cds_end": null,
"cds_length": 774,
"cds_start": 687,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000221943.14",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.687C>T",
"hgvs_p": "p.Cys229Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_018035.3",
"protein_coding": true,
"protein_id": "ENSP00000221943.8",
"strand": false,
"transcript": "ENST00000221943.14",
"transcript_support_level": 2
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 170,
"aa_ref": "R",
"aa_start": 163,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1500,
"cdna_start": 500,
"cds_end": null,
"cds_length": 513,
"cds_start": 487,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001320838.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.487C>T",
"hgvs_p": "p.Arg163*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307767.1",
"strand": false,
"transcript": "NM_001320838.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 191,
"aa_ref": "A",
"aa_start": 181,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1570,
"cdna_start": 570,
"cds_end": null,
"cds_length": 576,
"cds_start": 542,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001167868.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.542C>T",
"hgvs_p": "p.Ala181Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001161340.1",
"strand": false,
"transcript": "NM_001167868.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 191,
"aa_ref": "A",
"aa_start": 181,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1134,
"cdna_start": 572,
"cds_end": null,
"cds_length": 576,
"cds_start": 542,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000301183.15",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.542C>T",
"hgvs_p": "p.Ala181Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000301183.9",
"strand": false,
"transcript": "ENST00000301183.15",
"transcript_support_level": 2
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 185,
"aa_ref": "A",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1537,
"cdna_start": 537,
"cds_end": null,
"cds_length": 558,
"cds_start": 524,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001167869.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Ala175Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001161341.1",
"strand": false,
"transcript": "NM_001167869.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 185,
"aa_ref": "A",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 979,
"cdna_start": 533,
"cds_end": null,
"cds_length": 558,
"cds_start": 524,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000589970.5",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.524C>T",
"hgvs_p": "p.Ala175Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000466485.1",
"strand": false,
"transcript": "ENST00000589970.5",
"transcript_support_level": 2
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 164,
"aa_ref": "A",
"aa_start": 154,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1489,
"cdna_start": 489,
"cds_end": null,
"cds_length": 495,
"cds_start": 461,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001320841.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.461C>T",
"hgvs_p": "p.Ala154Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307770.1",
"strand": false,
"transcript": "NM_001320841.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 158,
"aa_ref": "A",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1456,
"cdna_start": 456,
"cds_end": null,
"cds_length": 477,
"cds_start": 443,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001167870.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.443C>T",
"hgvs_p": "p.Ala148Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001161342.1",
"strand": false,
"transcript": "NM_001167870.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 263,
"aa_ref": "C",
"aa_start": 235,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1733,
"cdna_start": 733,
"cds_end": null,
"cds_length": 792,
"cds_start": 705,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001167867.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.705C>T",
"hgvs_p": "p.Cys235Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001161339.1",
"strand": false,
"transcript": "NM_001167867.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 263,
"aa_ref": "C",
"aa_start": 235,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1065,
"cdna_start": 735,
"cds_end": null,
"cds_length": 792,
"cds_start": 705,
"consequences": [
"synonymous_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000417807.7",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.705C>T",
"hgvs_p": "p.Cys235Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000403910.2",
"strand": false,
"transcript": "ENST00000417807.7",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 236,
"aa_ref": "C",
"aa_start": 208,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1652,
"cdna_start": 652,
"cds_end": null,
"cds_length": 711,
"cds_start": 624,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001320840.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.624C>T",
"hgvs_p": "p.Cys208Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307769.1",
"strand": false,
"transcript": "NM_001320840.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 230,
"aa_ref": "C",
"aa_start": 202,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1619,
"cdna_start": 619,
"cds_end": null,
"cds_length": 693,
"cds_start": 606,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001167871.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.606C>T",
"hgvs_p": "p.Cys202Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001161343.1",
"strand": false,
"transcript": "NM_001167871.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 230,
"aa_ref": "C",
"aa_start": 202,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1622,
"cdna_start": 643,
"cds_end": null,
"cds_length": 693,
"cds_start": 606,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000592922.6",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.606C>T",
"hgvs_p": "p.Cys202Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467205.1",
"strand": false,
"transcript": "ENST00000592922.6",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 149,
"aa_ref": "C",
"aa_start": 146,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 582,
"cdna_start": 439,
"cds_end": null,
"cds_length": 450,
"cds_start": 438,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000594660.5",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.438C>T",
"hgvs_p": "p.Cys146Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000470684.1",
"strand": false,
"transcript": "ENST00000594660.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 178,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2515,
"cdna_start": null,
"cds_end": null,
"cds_length": 537,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001320839.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.*950C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307768.1",
"strand": false,
"transcript": "NM_001320839.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 172,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2482,
"cdna_start": null,
"cds_end": null,
"cds_length": 519,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001320844.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "c.*950C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307773.1",
"strand": false,
"transcript": "NM_001320844.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2317,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000589503.1",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "n.1318C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000589503.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1683,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NR_030765.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "n.683C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_030765.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1551,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NR_135476.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "n.551C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_135476.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1697,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NR_135477.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "n.697C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_135477.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1714,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NR_135478.2",
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"hgvs_c": "n.714C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_135478.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs201804717",
"effect": "stop_gained",
"frequency_reference_population": 0.000026641124,
"gene_hgnc_id": 25496,
"gene_symbol": "DMAC2",
"gnomad_exomes_ac": 37,
"gnomad_exomes_af": 0.0000253105,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 6,
"gnomad_genomes_af": 0.0000394213,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely benign",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.329,
"pos": 41432318,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.072,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001320838.2"
}
]
}