← 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: 7-99760901-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=99760901&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 99760901,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_017460.6",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1334T>G",
"hgvs_p": "p.Met445Arg",
"transcript": "NM_017460.6",
"protein_id": "NP_059488.2",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 503,
"cds_start": 1334,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 2781,
"mane_select": "ENST00000651514.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017460.6"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1334T>G",
"hgvs_p": "p.Met445Arg",
"transcript": "ENST00000651514.1",
"protein_id": "ENSP00000498939.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 503,
"cds_start": 1334,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 2781,
"mane_select": "NM_017460.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651514.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1427T>G",
"hgvs_p": "p.Met476Arg",
"transcript": "ENST00000336411.7",
"protein_id": "ENSP00000337915.3",
"transcript_support_level": 1,
"aa_start": 476,
"aa_end": null,
"aa_length": 534,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1605,
"cdna_start": 1530,
"cdna_end": null,
"cdna_length": 2165,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000336411.7"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1424T>G",
"hgvs_p": "p.Met475Arg",
"transcript": "ENST00000859201.1",
"protein_id": "ENSP00000529260.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 533,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1617,
"cdna_end": null,
"cdna_length": 2959,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859201.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1331T>G",
"hgvs_p": "p.Met444Arg",
"transcript": "NM_001202855.3",
"protein_id": "NP_001189784.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 502,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 1434,
"cdna_end": null,
"cdna_length": 2778,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001202855.3"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1331T>G",
"hgvs_p": "p.Met444Arg",
"transcript": "ENST00000859200.1",
"protein_id": "ENSP00000529259.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 502,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 1524,
"cdna_end": null,
"cdna_length": 2876,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859200.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1328T>G",
"hgvs_p": "p.Met443Arg",
"transcript": "ENST00000859202.1",
"protein_id": "ENSP00000529261.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 501,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 1431,
"cdna_end": null,
"cdna_length": 2773,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859202.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1328T>G",
"hgvs_p": "p.Met443Arg",
"transcript": "ENST00000859206.1",
"protein_id": "ENSP00000529265.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 501,
"cds_start": 1328,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 1431,
"cdna_end": null,
"cdna_length": 2759,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859206.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1325T>G",
"hgvs_p": "p.Met442Arg",
"transcript": "ENST00000859213.1",
"protein_id": "ENSP00000529272.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 500,
"cds_start": 1325,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 1428,
"cdna_end": null,
"cdna_length": 2056,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859213.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1319T>G",
"hgvs_p": "p.Met440Arg",
"transcript": "ENST00000859210.1",
"protein_id": "ENSP00000529269.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 498,
"cds_start": 1319,
"cds_end": null,
"cds_length": 1497,
"cdna_start": 1422,
"cdna_end": null,
"cdna_length": 2050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859210.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1313T>G",
"hgvs_p": "p.Met438Arg",
"transcript": "ENST00000859209.1",
"protein_id": "ENSP00000529268.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 496,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 1416,
"cdna_end": null,
"cdna_length": 2050,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859209.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1304T>G",
"hgvs_p": "p.Met435Arg",
"transcript": "ENST00000859211.1",
"protein_id": "ENSP00000529270.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 493,
"cds_start": 1304,
"cds_end": null,
"cds_length": 1482,
"cdna_start": 1407,
"cdna_end": null,
"cdna_length": 2035,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859211.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1298T>G",
"hgvs_p": "p.Met433Arg",
"transcript": "ENST00000859208.1",
"protein_id": "ENSP00000529267.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 491,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1401,
"cdna_end": null,
"cdna_length": 2038,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859208.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1277T>G",
"hgvs_p": "p.Met426Arg",
"transcript": "ENST00000859205.1",
"protein_id": "ENSP00000529264.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 484,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1455,
"cdna_start": 1380,
"cdna_end": null,
"cdna_length": 2710,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859205.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1334T>G",
"hgvs_p": "p.Met445Arg",
"transcript": "ENST00000859214.1",
"protein_id": "ENSP00000529273.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 483,
"cds_start": 1334,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 1437,
"cdna_end": null,
"cdna_length": 2005,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859214.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1187T>G",
"hgvs_p": "p.Met396Arg",
"transcript": "ENST00000652018.1",
"protein_id": "ENSP00000498733.1",
"transcript_support_level": null,
"aa_start": 396,
"aa_end": null,
"aa_length": 454,
"cds_start": 1187,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 1354,
"cdna_end": null,
"cdna_length": 1982,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652018.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1184T>G",
"hgvs_p": "p.Met395Arg",
"transcript": "ENST00000859207.1",
"protein_id": "ENSP00000529266.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 453,
"cds_start": 1184,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1295,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859207.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1142T>G",
"hgvs_p": "p.Met381Arg",
"transcript": "ENST00000859203.1",
"protein_id": "ENSP00000529262.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 439,
"cds_start": 1142,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1245,
"cdna_end": null,
"cdna_length": 2587,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859203.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1085T>G",
"hgvs_p": "p.Met362Arg",
"transcript": "ENST00000859212.1",
"protein_id": "ENSP00000529271.1",
"transcript_support_level": null,
"aa_start": 362,
"aa_end": null,
"aa_length": 420,
"cds_start": 1085,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 1188,
"cdna_end": null,
"cdna_length": 1816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859212.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.1082T>G",
"hgvs_p": "p.Met361Arg",
"transcript": "ENST00000859215.1",
"protein_id": "ENSP00000529274.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 419,
"cds_start": 1082,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1182,
"cdna_end": null,
"cdna_length": 1810,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859215.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.995T>G",
"hgvs_p": "p.Met332Arg",
"transcript": "ENST00000859204.1",
"protein_id": "ENSP00000529263.1",
"transcript_support_level": null,
"aa_start": 332,
"aa_end": null,
"aa_length": 390,
"cds_start": 995,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 2440,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859204.1"
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "c.884T>G",
"hgvs_p": "p.Met295Arg",
"transcript": "ENST00000354593.6",
"protein_id": "ENSP00000346607.2",
"transcript_support_level": 5,
"aa_start": 295,
"aa_end": null,
"aa_length": 353,
"cds_start": 884,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 991,
"cdna_end": null,
"cdna_length": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354593.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"hgvs_c": "n.769T>G",
"hgvs_p": null,
"transcript": "ENST00000651162.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": 1401,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000651162.1"
}
],
"gene_symbol": "CYP3A4",
"gene_hgnc_id": 2637,
"dbsnp": "rs4986910",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0.00000547507,
"gnomad_genomes_af": 0.0000131391,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8304846286773682,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.475,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4704,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.745,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_017460.6",
"gene_symbol": "CYP3A4",
"hgnc_id": 2637,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.1334T>G",
"hgvs_p": "p.Met445Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}