← 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: 1-53772359-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=53772359&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 53772359,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018087.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1931G>A",
"hgvs_p": "p.Arg644Gln",
"transcript": "NM_018087.5",
"protein_id": "NP_060557.3",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 674,
"cds_start": 1931,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000371429.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018087.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1931G>A",
"hgvs_p": "p.Arg644Gln",
"transcript": "ENST00000371429.4",
"protein_id": "ENSP00000360483.3",
"transcript_support_level": 1,
"aa_start": 644,
"aa_end": null,
"aa_length": 674,
"cds_start": 1931,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018087.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371429.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1952G>A",
"hgvs_p": "p.Arg651Gln",
"transcript": "ENST00000923529.1",
"protein_id": "ENSP00000593588.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 681,
"cds_start": 1952,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923529.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1928G>A",
"hgvs_p": "p.Arg643Gln",
"transcript": "ENST00000874541.1",
"protein_id": "ENSP00000544600.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 673,
"cds_start": 1928,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874541.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1916G>A",
"hgvs_p": "p.Arg639Gln",
"transcript": "ENST00000874543.1",
"protein_id": "ENSP00000544602.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 669,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874543.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Arg636Gln",
"transcript": "ENST00000874547.1",
"protein_id": "ENSP00000544606.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 666,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874547.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1880G>A",
"hgvs_p": "p.Arg627Gln",
"transcript": "ENST00000874542.1",
"protein_id": "ENSP00000544601.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 657,
"cds_start": 1880,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874542.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1838G>A",
"hgvs_p": "p.Arg613Gln",
"transcript": "ENST00000874548.1",
"protein_id": "ENSP00000544607.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 643,
"cds_start": 1838,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874548.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1829G>A",
"hgvs_p": "p.Arg610Gln",
"transcript": "ENST00000874546.1",
"protein_id": "ENSP00000544605.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 640,
"cds_start": 1829,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874546.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1820G>A",
"hgvs_p": "p.Arg607Gln",
"transcript": "ENST00000923528.1",
"protein_id": "ENSP00000593587.1",
"transcript_support_level": null,
"aa_start": 607,
"aa_end": null,
"aa_length": 637,
"cds_start": 1820,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923528.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1811G>A",
"hgvs_p": "p.Arg604Gln",
"transcript": "NM_001168551.2",
"protein_id": "NP_001162023.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 634,
"cds_start": 1811,
"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": "NM_001168551.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1811G>A",
"hgvs_p": "p.Arg604Gln",
"transcript": "ENST00000923530.1",
"protein_id": "ENSP00000593589.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 634,
"cds_start": 1811,
"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": "ENST00000923530.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1775G>A",
"hgvs_p": "p.Arg592Gln",
"transcript": "ENST00000874545.1",
"protein_id": "ENSP00000544604.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 622,
"cds_start": 1775,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874545.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1766G>A",
"hgvs_p": "p.Arg589Gln",
"transcript": "ENST00000874544.1",
"protein_id": "ENSP00000544603.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 619,
"cds_start": 1766,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874544.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1685G>A",
"hgvs_p": "p.Arg562Gln",
"transcript": "ENST00000923531.1",
"protein_id": "ENSP00000593590.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 592,
"cds_start": 1685,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923531.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1454G>A",
"hgvs_p": "p.Arg485Gln",
"transcript": "ENST00000923526.1",
"protein_id": "ENSP00000593585.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 515,
"cds_start": 1454,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923526.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471Gln",
"transcript": "ENST00000923527.1",
"protein_id": "ENSP00000593586.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 501,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923527.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1331G>A",
"hgvs_p": "p.Arg444Gln",
"transcript": "ENST00000945040.1",
"protein_id": "ENSP00000615099.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 474,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945040.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413Gln",
"transcript": "ENST00000945039.1",
"protein_id": "ENSP00000615098.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 443,
"cds_start": 1238,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945039.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "c.1928G>A",
"hgvs_p": "p.Arg643Gln",
"transcript": "XM_011541766.3",
"protein_id": "XP_011540068.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 673,
"cds_start": 1928,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541766.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"hgvs_c": "n.1845G>A",
"hgvs_p": null,
"transcript": "NR_033142.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_033142.2"
}
],
"gene_symbol": "NDC1",
"gene_hgnc_id": 25525,
"dbsnp": "rs777133467",
"frequency_reference_population": 0.000020452153,
"hom_count_reference_population": 0,
"allele_count_reference_population": 33,
"gnomad_exomes_af": 0.0000171061,
"gnomad_genomes_af": 0.0000526129,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7108200788497925,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.311,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3802,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.1,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.791,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018087.5",
"gene_symbol": "NDC1",
"hgnc_id": 25525,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1931G>A",
"hgvs_p": "p.Arg644Gln"
}
],
"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
}