← 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-35883927-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=35883927&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 35883927,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000350320.11",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.760A>G",
"hgvs_p": "p.Ile254Val",
"transcript": "NM_001788.6",
"protein_id": "NP_001779.3",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 437,
"cds_start": 760,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": "ENST00000350320.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.760A>G",
"hgvs_p": "p.Ile254Val",
"transcript": "ENST00000350320.11",
"protein_id": "ENSP00000344868.8",
"transcript_support_level": 5,
"aa_start": 254,
"aa_end": null,
"aa_length": 437,
"cds_start": 760,
"cds_end": null,
"cds_length": 1314,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 4284,
"mane_select": "NM_001788.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.*677A>G",
"hgvs_p": null,
"transcript": "ENST00000635175.1",
"protein_id": "ENSP00000489192.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": 1464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.*677A>G",
"hgvs_p": null,
"transcript": "ENST00000635175.1",
"protein_id": "ENSP00000489192.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": 1464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Ile253Val",
"transcript": "NM_001011553.4",
"protein_id": "NP_001011553.2",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 436,
"cds_start": 757,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 2478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Ile253Val",
"transcript": "ENST00000705486.1",
"protein_id": "ENSP00000516132.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 436,
"cds_start": 757,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 2349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.700A>G",
"hgvs_p": "p.Ile234Val",
"transcript": "ENST00000399035.7",
"protein_id": "ENSP00000381993.4",
"transcript_support_level": 5,
"aa_start": 234,
"aa_end": null,
"aa_length": 417,
"cds_start": 700,
"cds_end": null,
"cds_length": 1254,
"cdna_start": 700,
"cdna_end": null,
"cdna_length": 4066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.652A>G",
"hgvs_p": "p.Ile218Val",
"transcript": "NM_001242956.1",
"protein_id": "NP_001229885.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 401,
"cds_start": 652,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 876,
"cdna_end": null,
"cdna_length": 4242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.652A>G",
"hgvs_p": "p.Ile218Val",
"transcript": "ENST00000435235.6",
"protein_id": "ENSP00000413507.2",
"transcript_support_level": 2,
"aa_start": 218,
"aa_end": null,
"aa_length": 401,
"cds_start": 652,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 823,
"cdna_end": null,
"cdna_length": 1584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.601A>G",
"hgvs_p": "p.Ile201Val",
"transcript": "NM_001363715.2",
"protein_id": "NP_001350644.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 384,
"cds_start": 601,
"cds_end": null,
"cds_length": 1155,
"cdna_start": 1289,
"cdna_end": null,
"cdna_length": 4660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.601A>G",
"hgvs_p": "p.Ile201Val",
"transcript": "NM_001375299.1",
"protein_id": "NP_001362228.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 384,
"cds_start": 601,
"cds_end": null,
"cds_length": 1155,
"cdna_start": 746,
"cdna_end": null,
"cdna_length": 2314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.601A>G",
"hgvs_p": "p.Ile201Val",
"transcript": "ENST00000399034.7",
"protein_id": "ENSP00000381992.4",
"transcript_support_level": 5,
"aa_start": 201,
"aa_end": null,
"aa_length": 384,
"cds_start": 601,
"cds_end": null,
"cds_length": 1155,
"cdna_start": 1033,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.760A>G",
"hgvs_p": "p.Ile254Val",
"transcript": "XM_011515656.3",
"protein_id": "XP_011513958.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 460,
"cds_start": 760,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 1551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.760A>G",
"hgvs_p": "p.Ile254Val",
"transcript": "XM_006715806.4",
"protein_id": "XP_006715869.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 448,
"cds_start": 760,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 4317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.760A>G",
"hgvs_p": "p.Ile254Val",
"transcript": "XM_011515661.3",
"protein_id": "XP_011513963.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 440,
"cds_start": 760,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 1491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.757A>G",
"hgvs_p": "p.Ile253Val",
"transcript": "XM_047421095.1",
"protein_id": "XP_047277051.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 436,
"cds_start": 757,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 910,
"cdna_end": null,
"cdna_length": 4281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.670A>G",
"hgvs_p": "p.Ile224Val",
"transcript": "XM_047421096.1",
"protein_id": "XP_047277052.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 407,
"cds_start": 670,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 686,
"cdna_end": null,
"cdna_length": 4057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "c.601A>G",
"hgvs_p": "p.Ile201Val",
"transcript": "XM_047421097.1",
"protein_id": "XP_047277053.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 395,
"cds_start": 601,
"cds_end": null,
"cds_length": 1188,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 4312,
"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": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"hgvs_c": "n.694A>G",
"hgvs_p": null,
"transcript": "ENST00000425198.1",
"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": 6952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SEPTIN7",
"gene_hgnc_id": 1717,
"dbsnp": "rs756181603",
"frequency_reference_population": 0.000014285821,
"hom_count_reference_population": 0,
"allele_count_reference_population": 23,
"gnomad_exomes_af": 0.0000150895,
"gnomad_genomes_af": 0.00000657825,
"gnomad_exomes_ac": 22,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11443203687667847,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.153,
"revel_prediction": "Benign",
"alphamissense_score": 0.0608,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.568,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000350320.11",
"gene_symbol": "SEPTIN7",
"hgnc_id": 1717,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.760A>G",
"hgvs_p": "p.Ile254Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}