← 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: 1-66833619-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=66833619&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 66833619,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_024763.5",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "NM_024763.5",
"protein_id": "NP_079039.4",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 848,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371026.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024763.5"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "ENST00000371026.8",
"protein_id": "ENSP00000360065.3",
"transcript_support_level": 1,
"aa_start": 660,
"aa_end": null,
"aa_length": 848,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024763.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371026.8"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1892A>C",
"hgvs_p": "p.Gln631Pro",
"transcript": "ENST00000908566.1",
"protein_id": "ENSP00000578625.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 819,
"cds_start": 1892,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908566.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1847A>C",
"hgvs_p": "p.Gln616Pro",
"transcript": "ENST00000908565.1",
"protein_id": "ENSP00000578624.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 804,
"cds_start": 1847,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908565.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1823A>C",
"hgvs_p": "p.Gln608Pro",
"transcript": "ENST00000908567.1",
"protein_id": "ENSP00000578626.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 796,
"cds_start": 1823,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908567.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1892A>C",
"hgvs_p": "p.Gln631Pro",
"transcript": "ENST00000908562.1",
"protein_id": "ENSP00000578621.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 786,
"cds_start": 1892,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908562.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1784A>C",
"hgvs_p": "p.Gln595Pro",
"transcript": "ENST00000908561.1",
"protein_id": "ENSP00000578620.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 783,
"cds_start": 1784,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908561.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1736A>C",
"hgvs_p": "p.Gln579Pro",
"transcript": "ENST00000908564.1",
"protein_id": "ENSP00000578623.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 767,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908564.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1784A>C",
"hgvs_p": "p.Gln595Pro",
"transcript": "ENST00000959923.1",
"protein_id": "ENSP00000629982.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 750,
"cds_start": 1784,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959923.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1424A>C",
"hgvs_p": "p.Gln475Pro",
"transcript": "ENST00000908563.1",
"protein_id": "ENSP00000578622.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 630,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908563.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1277A>C",
"hgvs_p": "p.Gln426Pro",
"transcript": "ENST00000464352.6",
"protein_id": "ENSP00000433682.1",
"transcript_support_level": 2,
"aa_start": 426,
"aa_end": null,
"aa_length": 581,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464352.6"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1892A>C",
"hgvs_p": "p.Gln631Pro",
"transcript": "XM_011542161.3",
"protein_id": "XP_011540463.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 819,
"cds_start": 1892,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542161.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro",
"transcript": "XM_011542162.3",
"protein_id": "XP_011540464.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 815,
"cds_start": 1979,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011542162.3"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1892A>C",
"hgvs_p": "p.Gln631Pro",
"transcript": "XM_047430731.1",
"protein_id": "XP_047286687.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 786,
"cds_start": 1892,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430731.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1784A>C",
"hgvs_p": "p.Gln595Pro",
"transcript": "XM_005271212.4",
"protein_id": "XP_005271269.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 783,
"cds_start": 1784,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005271212.4"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1763A>C",
"hgvs_p": "p.Gln588Pro",
"transcript": "XM_047430749.1",
"protein_id": "XP_047286705.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 776,
"cds_start": 1763,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430749.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Gln566Pro",
"transcript": "XM_047430752.1",
"protein_id": "XP_047286708.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 754,
"cds_start": 1697,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430752.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1784A>C",
"hgvs_p": "p.Gln595Pro",
"transcript": "XM_017002353.2",
"protein_id": "XP_016857842.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 750,
"cds_start": 1784,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002353.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1697A>C",
"hgvs_p": "p.Gln566Pro",
"transcript": "XM_017002354.2",
"protein_id": "XP_016857843.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 721,
"cds_start": 1697,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002354.2"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1217A>C",
"hgvs_p": "p.Gln406Pro",
"transcript": "XM_017002355.1",
"protein_id": "XP_016857844.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 594,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017002355.1"
},
{
"aa_ref": "Q",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "c.1112A>C",
"hgvs_p": "p.Gln371Pro",
"transcript": "XM_024449821.2",
"protein_id": "XP_024305589.1",
"transcript_support_level": null,
"aa_start": 371,
"aa_end": null,
"aa_length": 559,
"cds_start": 1112,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449821.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "n.*1921A>C",
"hgvs_p": null,
"transcript": "ENST00000491297.6",
"protein_id": "ENSP00000435836.1",
"transcript_support_level": 2,
"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": "ENST00000491297.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"hgvs_c": "n.*1921A>C",
"hgvs_p": null,
"transcript": "ENST00000491297.6",
"protein_id": "ENSP00000435836.1",
"transcript_support_level": 2,
"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": "ENST00000491297.6"
}
],
"gene_symbol": "DNAI4",
"gene_hgnc_id": 26252,
"dbsnp": "rs201361281",
"frequency_reference_population": 0.000017975311,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000177937,
"gnomad_genomes_af": 0.0000197195,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4519123435020447,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.207,
"revel_prediction": "Benign",
"alphamissense_score": 0.4425,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.483,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_024763.5",
"gene_symbol": "DNAI4",
"hgnc_id": 26252,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1979A>C",
"hgvs_p": "p.Gln660Pro"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}