← 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: 11-57600377-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=57600377&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 57600377,
"ref": "G",
"alt": "T",
"effect": "missense_variant,splice_region_variant",
"transcript": "ENST00000278407.9",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp",
"transcript": "NM_000062.3",
"protein_id": "NP_000053.2",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 500,
"cds_start": 550,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": "ENST00000278407.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp",
"transcript": "ENST00000278407.9",
"protein_id": "ENSP00000278407.4",
"transcript_support_level": 1,
"aa_start": 184,
"aa_end": null,
"aa_length": 500,
"cds_start": 550,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": "NM_000062.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp",
"transcript": "ENST00000619430.2",
"protein_id": "ENSP00000478572.2",
"transcript_support_level": 1,
"aa_start": 184,
"aa_end": null,
"aa_length": 432,
"cds_start": 550,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 732,
"cdna_end": null,
"cdna_length": 1748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.52-1658G>T",
"hgvs_p": null,
"transcript": "ENST00000531133.5",
"protein_id": "ENSP00000435431.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.52-1658G>T",
"hgvs_p": null,
"transcript": "ENST00000531797.5",
"protein_id": "ENSP00000432554.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 907,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.652G>T",
"hgvs_p": "p.Gly218Trp",
"transcript": "ENST00000403558.1",
"protein_id": "ENSP00000384420.1",
"transcript_support_level": 5,
"aa_start": 218,
"aa_end": null,
"aa_length": 543,
"cds_start": 652,
"cds_end": null,
"cds_length": 1632,
"cdna_start": 1018,
"cdna_end": null,
"cdna_length": 2231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.565G>T",
"hgvs_p": "p.Gly189Trp",
"transcript": "ENST00000378323.8",
"protein_id": "ENSP00000367574.4",
"transcript_support_level": 2,
"aa_start": 189,
"aa_end": null,
"aa_length": 505,
"cds_start": 565,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 622,
"cdna_end": null,
"cdna_length": 1733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp",
"transcript": "NM_001032295.2",
"protein_id": "NP_001027466.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 500,
"cds_start": 550,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 610,
"cdna_end": null,
"cdna_length": 1830,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp",
"transcript": "ENST00000676670.1",
"protein_id": "ENSP00000504807.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 500,
"cds_start": 550,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 2084,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp",
"transcript": "ENST00000677625.1",
"protein_id": "ENSP00000502857.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 482,
"cds_start": 550,
"cds_end": null,
"cds_length": 1449,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 1786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp",
"transcript": "ENST00000340687.10",
"protein_id": "ENSP00000341861.6",
"transcript_support_level": 5,
"aa_start": 184,
"aa_end": null,
"aa_length": 463,
"cds_start": 550,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 612,
"cdna_end": null,
"cdna_length": 1719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.394G>T",
"hgvs_p": "p.Gly132Trp",
"transcript": "ENST00000378324.6",
"protein_id": "ENSP00000367575.2",
"transcript_support_level": 2,
"aa_start": 132,
"aa_end": null,
"aa_length": 448,
"cds_start": 394,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 1751,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.1632G>T",
"hgvs_p": null,
"transcript": "ENST00000676741.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.537G>T",
"hgvs_p": null,
"transcript": "ENST00000677275.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.550G>T",
"hgvs_p": null,
"transcript": "ENST00000677624.1",
"protein_id": "ENSP00000503979.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2011,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.609G>T",
"hgvs_p": null,
"transcript": "ENST00000677856.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.550G>T",
"hgvs_p": null,
"transcript": "ENST00000677915.1",
"protein_id": "ENSP00000503118.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.550G>T",
"hgvs_p": null,
"transcript": "ENST00000678592.1",
"protein_id": "ENSP00000504424.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.58+2049G>T",
"hgvs_p": null,
"transcript": "ENST00000528996.2",
"protein_id": "ENSP00000431226.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.52-1658G>T",
"hgvs_p": null,
"transcript": "ENST00000531605.2",
"protein_id": "ENSP00000503752.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "n.52-1658G>T",
"hgvs_p": null,
"transcript": "ENST00000678533.1",
"protein_id": "ENSP00000503873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"hgvs_c": "c.*69G>T",
"hgvs_p": null,
"transcript": "ENST00000405496.5",
"protein_id": "ENSP00000384561.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 159,
"cds_start": -4,
"cds_end": null,
"cds_length": 481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SERPING1",
"gene_hgnc_id": 1228,
"dbsnp": "rs281875170",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9876838326454163,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.9879999756813049,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.92,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9505,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.174,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.67,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999995222091068,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000278407.9",
"gene_symbol": "SERPING1",
"hgnc_id": 1228,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.550G>T",
"hgvs_p": "p.Gly184Trp"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}