← 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: 2-168860825-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=168860825&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 168860825,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000317647.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Trp",
"transcript": "NM_001039724.4",
"protein_id": "NP_001034813.2",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 506,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 1220,
"cdna_end": null,
"cdna_length": 2075,
"mane_select": "ENST00000317647.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Trp",
"transcript": "ENST00000317647.12",
"protein_id": "ENSP00000318921.7",
"transcript_support_level": 1,
"aa_start": 404,
"aa_end": null,
"aa_length": 506,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 1220,
"cdna_end": null,
"cdna_length": 2075,
"mane_select": "NM_001039724.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1126C>T",
"hgvs_p": "p.Arg376Trp",
"transcript": "ENST00000397209.6",
"protein_id": "ENSP00000380392.2",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 478,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1126,
"cdna_end": null,
"cdna_length": 1437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Arg326Trp",
"transcript": "ENST00000397206.6",
"protein_id": "ENSP00000380390.2",
"transcript_support_level": 1,
"aa_start": 326,
"aa_end": null,
"aa_length": 428,
"cds_start": 976,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1135,
"cdna_end": null,
"cdna_length": 1446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Arg326Trp",
"transcript": "ENST00000445023.6",
"protein_id": "ENSP00000404413.2",
"transcript_support_level": 1,
"aa_start": 326,
"aa_end": null,
"aa_length": 428,
"cds_start": 976,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1174,
"cdna_end": null,
"cdna_length": 1569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "NM_001171631.2",
"protein_id": "NP_001165102.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 563,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 2139,
"cdna_end": null,
"cdna_length": 2994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "ENST00000444448.6",
"protein_id": "ENSP00000394051.2",
"transcript_support_level": 5,
"aa_start": 461,
"aa_end": null,
"aa_length": 563,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 1857,
"cdna_end": null,
"cdna_length": 2537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "ENST00000458381.6",
"protein_id": "ENSP00000402140.2",
"transcript_support_level": 2,
"aa_start": 461,
"aa_end": null,
"aa_length": 563,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 2139,
"cdna_end": null,
"cdna_length": 2535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1126C>T",
"hgvs_p": "p.Arg376Trp",
"transcript": "NM_001171632.2",
"protein_id": "NP_001165103.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 478,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1136,
"cdna_end": null,
"cdna_length": 1991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.976C>T",
"hgvs_p": "p.Arg326Trp",
"transcript": "NM_052946.4",
"protein_id": "NP_443178.2",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 428,
"cds_start": 976,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1318C>T",
"hgvs_p": "p.Arg440Trp",
"transcript": "XM_005246270.2",
"protein_id": "XP_005246327.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 542,
"cds_start": 1318,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 2183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "XM_006712233.4",
"protein_id": "XP_006712296.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 542,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 1391,
"cdna_end": null,
"cdna_length": 1812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "XM_011510540.3",
"protein_id": "XP_011508842.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 521,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1391,
"cdna_end": null,
"cdna_length": 1625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Trp",
"transcript": "XM_017003278.2",
"protein_id": "XP_016858767.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 485,
"cds_start": 1210,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1220,
"cdna_end": null,
"cdna_length": 1641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1147C>T",
"hgvs_p": "p.Arg383Trp",
"transcript": "XM_017003279.2",
"protein_id": "XP_016858768.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 485,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1721,
"cdna_end": null,
"cdna_length": 2576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.1147C>T",
"hgvs_p": "p.Arg383Trp",
"transcript": "XM_024452662.2",
"protein_id": "XP_024308430.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 485,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1157,
"cdna_end": null,
"cdna_length": 2012,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.835C>T",
"hgvs_p": "p.Arg279Trp",
"transcript": "XM_011510543.3",
"protein_id": "XP_011508845.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 381,
"cds_start": 835,
"cds_end": null,
"cds_length": 1146,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 1697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "c.664C>T",
"hgvs_p": "p.Arg222Trp",
"transcript": "XM_047443189.1",
"protein_id": "XP_047299145.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 324,
"cds_start": 664,
"cds_end": null,
"cds_length": 975,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 1544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "n.1250C>T",
"hgvs_p": null,
"transcript": "ENST00000472260.1",
"protein_id": null,
"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": 1645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"hgvs_c": "n.560C>T",
"hgvs_p": null,
"transcript": "ENST00000495202.1",
"protein_id": null,
"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": 573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "SPC25",
"gene_hgnc_id": 24031,
"hgvs_c": "n.419+12760G>A",
"hgvs_p": null,
"transcript": "ENST00000479309.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NOSTRIN",
"gene_hgnc_id": 20203,
"dbsnp": "rs143019304",
"frequency_reference_population": 0.0010414987,
"hom_count_reference_population": 2,
"allele_count_reference_population": 1680,
"gnomad_exomes_af": 0.00104937,
"gnomad_genomes_af": 0.000965961,
"gnomad_exomes_ac": 1533,
"gnomad_genomes_ac": 147,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012619346380233765,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.28999999165534973,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.233,
"revel_prediction": "Benign",
"alphamissense_score": 0.2993,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.687,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.29,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP6,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000317647.12",
"gene_symbol": "NOSTRIN",
"hgnc_id": 20203,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1210C>T",
"hgvs_p": "p.Arg404Trp"
},
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000479309.6",
"gene_symbol": "SPC25",
"hgnc_id": 24031,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.419+12760G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "not provided|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}