← 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-38391990-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=38391990&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 38391990,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001635.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1636G>C",
"hgvs_p": "p.Glu546Gln",
"transcript": "NM_001635.4",
"protein_id": "NP_001626.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 695,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356264.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001635.4"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1636G>C",
"hgvs_p": "p.Glu546Gln",
"transcript": "ENST00000356264.7",
"protein_id": "ENSP00000348602.2",
"transcript_support_level": 1,
"aa_start": 546,
"aa_end": null,
"aa_length": 695,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001635.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356264.7"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1510G>C",
"hgvs_p": "p.Glu504Gln",
"transcript": "ENST00000325590.9",
"protein_id": "ENSP00000317441.5",
"transcript_support_level": 1,
"aa_start": 504,
"aa_end": null,
"aa_length": 653,
"cds_start": 1510,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325590.9"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1282G>C",
"hgvs_p": "p.Glu428Gln",
"transcript": "ENST00000441628.5",
"protein_id": "ENSP00000415085.1",
"transcript_support_level": 1,
"aa_start": 428,
"aa_end": null,
"aa_length": 577,
"cds_start": 1282,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441628.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "n.864G>C",
"hgvs_p": null,
"transcript": "ENST00000467580.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "pseudogene",
"feature": "ENST00000467580.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "n.1776G>C",
"hgvs_p": null,
"transcript": "ENST00000471913.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "pseudogene",
"feature": "ENST00000471913.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.2158G>C",
"hgvs_p": "p.Glu720Gln",
"transcript": "ENST00000962300.1",
"protein_id": "ENSP00000632359.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 869,
"cds_start": 2158,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962300.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.2008G>C",
"hgvs_p": "p.Glu670Gln",
"transcript": "ENST00000873036.1",
"protein_id": "ENSP00000543095.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 819,
"cds_start": 2008,
"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": "ENST00000873036.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.2002G>C",
"hgvs_p": "p.Glu668Gln",
"transcript": "ENST00000962297.1",
"protein_id": "ENSP00000632356.1",
"transcript_support_level": null,
"aa_start": 668,
"aa_end": null,
"aa_length": 817,
"cds_start": 2002,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962297.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1630G>C",
"hgvs_p": "p.Glu544Gln",
"transcript": "ENST00000873037.1",
"protein_id": "ENSP00000543096.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 693,
"cds_start": 1630,
"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": "ENST00000873037.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1510G>C",
"hgvs_p": "p.Glu504Gln",
"transcript": "NM_139316.3",
"protein_id": "NP_647477.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 653,
"cds_start": 1510,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_139316.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1486G>C",
"hgvs_p": "p.Glu496Gln",
"transcript": "ENST00000962298.1",
"protein_id": "ENSP00000632357.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 645,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962298.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1453G>C",
"hgvs_p": "p.Glu485Gln",
"transcript": "ENST00000873035.1",
"protein_id": "ENSP00000543094.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 634,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873035.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.1453G>C",
"hgvs_p": "p.Glu485Gln",
"transcript": "ENST00000962299.1",
"protein_id": "ENSP00000632358.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 634,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962299.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.3352G>C",
"hgvs_p": "p.Glu1118Gln",
"transcript": "XM_017011995.3",
"protein_id": "XP_016867484.1",
"transcript_support_level": null,
"aa_start": 1118,
"aa_end": null,
"aa_length": 1267,
"cds_start": 3352,
"cds_end": null,
"cds_length": 3804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011995.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.3226G>C",
"hgvs_p": "p.Glu1076Gln",
"transcript": "XM_006715689.5",
"protein_id": "XP_006715752.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1225,
"cds_start": 3226,
"cds_end": null,
"cds_length": 3678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715689.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.2314G>C",
"hgvs_p": "p.Glu772Gln",
"transcript": "XM_017011996.3",
"protein_id": "XP_016867485.1",
"transcript_support_level": null,
"aa_start": 772,
"aa_end": null,
"aa_length": 921,
"cds_start": 2314,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011996.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.2134G>C",
"hgvs_p": "p.Glu712Gln",
"transcript": "XM_011515271.4",
"protein_id": "XP_011513573.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 861,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011515271.4"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "c.2008G>C",
"hgvs_p": "p.Glu670Gln",
"transcript": "XM_006715690.5",
"protein_id": "XP_006715753.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 819,
"cds_start": 2008,
"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_006715690.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "n.*325G>C",
"hgvs_p": null,
"transcript": "ENST00000450124.1",
"protein_id": "ENSP00000400404.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": "ENST00000450124.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "n.130G>C",
"hgvs_p": null,
"transcript": "ENST00000460887.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "pseudogene",
"feature": "ENST00000460887.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "n.445G>C",
"hgvs_p": null,
"transcript": "ENST00000475581.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "retained_intron",
"feature": "ENST00000475581.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"hgvs_c": "n.*325G>C",
"hgvs_p": null,
"transcript": "ENST00000450124.1",
"protein_id": "ENSP00000400404.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": "ENST00000450124.1"
}
],
"gene_symbol": "AMPH",
"gene_hgnc_id": 471,
"dbsnp": "rs1257054366",
"frequency_reference_population": 0.000004122493,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000412249,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1521352231502533,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.093,
"revel_prediction": "Benign",
"alphamissense_score": 0.2744,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.239,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001635.4",
"gene_symbol": "AMPH",
"hgnc_id": 471,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1636G>C",
"hgvs_p": "p.Glu546Gln"
}
],
"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
}