← 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: 5-180616463-CC-TT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=180616463&ref=CC&alt=TT&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PS1_Very_Strong",
"PM1",
"PM5",
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "FLT4",
"hgnc_id": 3767,
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"inheritance_mode": "AD",
"pathogenic_score": 13,
"score": 13,
"transcript": "NM_182925.5",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS1_Very_Strong,PM1,PM5,PP3",
"acmg_score": 13,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "TT",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "5",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1363,
"aa_ref": "R",
"aa_start": 1041,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5833,
"cdna_start": 3178,
"cds_end": null,
"cds_length": 4092,
"cds_start": 3122,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_182925.5",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000261937.11",
"protein_coding": true,
"protein_id": "NP_891555.2",
"strand": false,
"transcript": "NM_182925.5",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1363,
"aa_ref": "R",
"aa_start": 1041,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5833,
"cdna_start": 3178,
"cds_end": null,
"cds_length": 4092,
"cds_start": 3122,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000261937.11",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_182925.5",
"protein_coding": true,
"protein_id": "ENSP00000261937.6",
"strand": false,
"transcript": "ENST00000261937.11",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1306,
"aa_ref": "R",
"aa_start": 1041,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4140,
"cdna_start": 3178,
"cds_end": null,
"cds_length": 3921,
"cds_start": 3122,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000502649.5",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426057.1",
"strand": false,
"transcript": "ENST00000502649.5",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1298,
"aa_ref": "R",
"aa_start": 1041,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4292,
"cdna_start": 3202,
"cds_end": null,
"cds_length": 3897,
"cds_start": 3122,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000393347.7",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000377016.3",
"strand": false,
"transcript": "ENST00000393347.7",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1455,
"aa_ref": "R",
"aa_start": 1041,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6136,
"cdna_start": 3206,
"cds_end": null,
"cds_length": 4368,
"cds_start": 3122,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955857.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625916.1",
"strand": false,
"transcript": "ENST00000955857.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1385,
"aa_ref": "R",
"aa_start": 1063,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5925,
"cdna_start": 3273,
"cds_end": null,
"cds_length": 4158,
"cds_start": 3188,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000861588.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3188_3189delGGinsAA",
"hgvs_p": "p.Arg1063Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000531647.1",
"strand": false,
"transcript": "ENST00000861588.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1381,
"aa_ref": "R",
"aa_start": 1059,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5531,
"cdna_start": 3225,
"cds_end": null,
"cds_length": 4146,
"cds_start": 3176,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955858.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3176_3177delGGinsAA",
"hgvs_p": "p.Arg1059Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625917.1",
"strand": false,
"transcript": "ENST00000955858.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1369,
"aa_ref": "R",
"aa_start": 1047,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5874,
"cdna_start": 3224,
"cds_end": null,
"cds_length": 4110,
"cds_start": 3140,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000937381.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3140_3141delGGinsAA",
"hgvs_p": "p.Arg1047Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000607440.1",
"strand": false,
"transcript": "ENST00000937381.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1306,
"aa_ref": "R",
"aa_start": 1041,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4359,
"cdna_start": 3178,
"cds_end": null,
"cds_length": 3921,
"cds_start": 3122,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001354989.2",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341918.1",
"strand": false,
"transcript": "NM_001354989.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1298,
"aa_ref": "R",
"aa_start": 1041,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4484,
"cdna_start": 3178,
"cds_end": null,
"cds_length": 3897,
"cds_start": 3122,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_002020.5",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3122_3123delGGinsAA",
"hgvs_p": "p.Arg1041Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_002011.2",
"strand": false,
"transcript": "NM_002020.5",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 141,
"aa_ref": "R",
"aa_start": 79,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 580,
"cdna_start": 390,
"cds_end": null,
"cds_length": 427,
"cds_start": 236,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000512795.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.236_237delGGinsAA",
"hgvs_p": "p.Arg79Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421535.1",
"strand": false,
"transcript": "ENST00000512795.1",
"transcript_support_level": 3
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1440,
"aa_ref": "R",
"aa_start": 1118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6244,
"cdna_start": 3589,
"cds_end": null,
"cds_length": 4323,
"cds_start": 3353,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011534478.4",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3353_3354delGGinsAA",
"hgvs_p": "p.Arg1118Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011532780.1",
"strand": false,
"transcript": "XM_011534478.4",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1385,
"aa_ref": "R",
"aa_start": 1118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6706,
"cdna_start": 3978,
"cds_end": null,
"cds_length": 4158,
"cds_start": 3353,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017009263.2",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3353_3354delGGinsAA",
"hgvs_p": "p.Arg1118Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016864752.1",
"strand": false,
"transcript": "XM_017009263.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1375,
"aa_ref": "R",
"aa_start": 1118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4896,
"cdna_start": 3590,
"cds_end": null,
"cds_length": 4128,
"cds_start": 3353,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017009266.2",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3353_3354delGGinsAA",
"hgvs_p": "p.Arg1118Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016864755.1",
"strand": false,
"transcript": "XM_017009266.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1337,
"aa_ref": "R",
"aa_start": 1015,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5800,
"cdna_start": 3145,
"cds_end": null,
"cds_length": 4014,
"cds_start": 3044,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017009268.2",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3044_3045delGGinsAA",
"hgvs_p": "p.Arg1015Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016864757.1",
"strand": false,
"transcript": "XM_017009268.2",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1330,
"aa_ref": "R",
"aa_start": 1073,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4580,
"cdna_start": 3274,
"cds_end": null,
"cds_length": 3993,
"cds_start": 3218,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047417002.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3218_3219delGGinsAA",
"hgvs_p": "p.Arg1073Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047272958.1",
"strand": false,
"transcript": "XM_047417002.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1297,
"aa_ref": "R",
"aa_start": 1118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4287,
"cdna_start": 3596,
"cds_end": null,
"cds_length": 3894,
"cds_start": 3353,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047417003.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.3353_3354delGGinsAA",
"hgvs_p": "p.Arg1118Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047272959.1",
"strand": false,
"transcript": "XM_047417003.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 1210,
"aa_ref": "R",
"aa_start": 888,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5415,
"cdna_start": 2760,
"cds_end": null,
"cds_length": 3633,
"cds_start": 2663,
"consequences": [
"missense_variant"
],
"exon_count": 28,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011534484.3",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.2663_2664delGGinsAA",
"hgvs_p": "p.Arg888Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011532786.1",
"strand": false,
"transcript": "XM_011534484.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 295,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3806,
"cdna_start": null,
"cds_end": null,
"cds_length": 888,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 28,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000619105.4",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "c.*2065_*2066delGGinsAA",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000481134.1",
"strand": false,
"transcript": "ENST00000619105.4",
"transcript_support_level": 5
},
{
"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": 5414,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000507059.5",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "n.2515_2516delGGinsAA",
"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": "ENST00000507059.5",
"transcript_support_level": 2
},
{
"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": 690,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000514810.1",
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"hgvs_c": "n.489_490delGGinsAA",
"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": "ENST00000514810.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 3767,
"gene_symbol": "FLT4",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.864,
"pos": 180616463,
"ref": "CC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_182925.5"
}
]
}