← 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-139166872-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=139166872&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 139166872,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_024926.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Asp310Asn",
"transcript": "NM_024926.4",
"protein_id": "NP_079202.2",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 554,
"cds_start": 928,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 1008,
"cdna_end": null,
"cdna_length": 4299,
"mane_select": "ENST00000464848.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Asp310Asn",
"transcript": "ENST00000464848.5",
"protein_id": "ENSP00000419279.1",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 554,
"cds_start": 928,
"cds_end": null,
"cds_length": 1665,
"cdna_start": 1008,
"cdna_end": null,
"cdna_length": 4299,
"mane_select": "NM_024926.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Asp310Asn",
"transcript": "ENST00000430935.5",
"protein_id": "ENSP00000410655.1",
"transcript_support_level": 1,
"aa_start": 310,
"aa_end": null,
"aa_length": 487,
"cds_start": 928,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1042,
"cdna_end": null,
"cdna_length": 4198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.607G>A",
"hgvs_p": "p.Asp203Asn",
"transcript": "ENST00000478836.6",
"protein_id": "ENSP00000419178.2",
"transcript_support_level": 2,
"aa_start": 203,
"aa_end": null,
"aa_length": 447,
"cds_start": 607,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 1794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Asp310Asn",
"transcript": "NM_001321740.2",
"protein_id": "NP_001308669.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 544,
"cds_start": 928,
"cds_end": null,
"cds_length": 1635,
"cdna_start": 1008,
"cdna_end": null,
"cdna_length": 4269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Asp279Asn",
"transcript": "NM_001144923.3",
"protein_id": "NP_001138395.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 523,
"cds_start": 835,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 915,
"cdna_end": null,
"cdna_length": 4206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.835G>A",
"hgvs_p": "p.Asp279Asn",
"transcript": "ENST00000343187.8",
"protein_id": "ENSP00000339135.4",
"transcript_support_level": 2,
"aa_start": 279,
"aa_end": null,
"aa_length": 523,
"cds_start": 835,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 2015,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Asp310Asn",
"transcript": "NM_001144920.3",
"protein_id": "NP_001138392.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 487,
"cds_start": 928,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 1008,
"cdna_end": null,
"cdna_length": 4165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.613G>A",
"hgvs_p": "p.Asp205Asn",
"transcript": "NM_001287513.2",
"protein_id": "NP_001274442.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 449,
"cds_start": 613,
"cds_end": null,
"cds_length": 1350,
"cdna_start": 937,
"cdna_end": null,
"cdna_length": 4228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.610G>A",
"hgvs_p": "p.Asp204Asn",
"transcript": "NM_001321741.2",
"protein_id": "NP_001308670.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 448,
"cds_start": 610,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 690,
"cdna_end": null,
"cdna_length": 3981,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.535G>A",
"hgvs_p": "p.Asp179Asn",
"transcript": "NM_001287512.2",
"protein_id": "NP_001274441.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 423,
"cds_start": 535,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 3906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.535G>A",
"hgvs_p": "p.Asp179Asn",
"transcript": "ENST00000495038.5",
"protein_id": "ENSP00000418788.1",
"transcript_support_level": 2,
"aa_start": 179,
"aa_end": null,
"aa_length": 423,
"cds_start": 535,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "c.508G>A",
"hgvs_p": "p.Asp170Asn",
"transcript": "NM_001318333.2",
"protein_id": "NP_001305262.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 414,
"cds_start": 508,
"cds_end": null,
"cds_length": 1245,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 4460,
"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": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "n.*681G>A",
"hgvs_p": null,
"transcript": "ENST00000476296.1",
"protein_id": "ENSP00000419639.1",
"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": 2756,
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "n.1006G>A",
"hgvs_p": null,
"transcript": "ENST00000481482.5",
"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": 1267,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"hgvs_c": "n.*681G>A",
"hgvs_p": null,
"transcript": "ENST00000476296.1",
"protein_id": "ENSP00000419639.1",
"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": 2756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IFT56",
"gene_hgnc_id": 21882,
"dbsnp": "rs13225917",
"frequency_reference_population": 0.0016264823,
"hom_count_reference_population": 3,
"allele_count_reference_population": 2576,
"gnomad_exomes_af": 0.0016737,
"gnomad_genomes_af": 0.00118242,
"gnomad_exomes_ac": 2396,
"gnomad_genomes_ac": 180,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.036217570304870605,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.365,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1942,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.004,
"phylop100way_prediction": "Pathogenic",
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_024926.4",
"gene_symbol": "IFT56",
"hgnc_id": 21882,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.928G>A",
"hgvs_p": "p.Asp310Asn"
}
],
"clinvar_disease": "IFT56-related disorder,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided|IFT56-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}