← 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: 22-41981711-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=41981711&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 41981711,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001363845.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1571C>T",
"hgvs_p": "p.Ala524Val",
"transcript": "NM_001363845.2",
"protein_id": "NP_001350774.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 856,
"cds_start": 1571,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644076.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363845.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1571C>T",
"hgvs_p": "p.Ala524Val",
"transcript": "ENST00000644076.2",
"protein_id": "ENSP00000494051.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 856,
"cds_start": 1571,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001363845.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644076.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Ala26Val",
"transcript": "ENST00000396426.7",
"protein_id": "ENSP00000379704.3",
"transcript_support_level": 1,
"aa_start": 26,
"aa_end": null,
"aa_length": 358,
"cds_start": 77,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396426.7"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Ala26Val",
"transcript": "ENST00000396425.8",
"protein_id": "ENSP00000379703.3",
"transcript_support_level": 1,
"aa_start": 26,
"aa_end": null,
"aa_length": 350,
"cds_start": 77,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396425.8"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "n.77C>T",
"hgvs_p": null,
"transcript": "ENST00000396417.2",
"protein_id": "ENSP00000379695.2",
"transcript_support_level": 1,
"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": "nonsense_mediated_decay",
"feature": "ENST00000396417.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1571C>T",
"hgvs_p": "p.Ala524Val",
"transcript": "NM_001389668.1",
"protein_id": "NP_001376597.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 848,
"cds_start": 1571,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389668.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1571C>T",
"hgvs_p": "p.Ala524Val",
"transcript": "NM_001389669.1",
"protein_id": "NP_001376598.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 813,
"cds_start": 1571,
"cds_end": null,
"cds_length": 2442,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389669.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Ala26Val",
"transcript": "NM_145733.3",
"protein_id": "NP_663786.2",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 358,
"cds_start": 77,
"cds_end": null,
"cds_length": 1077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_145733.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Ala26Val",
"transcript": "NM_019106.6",
"protein_id": "NP_061979.3",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 350,
"cds_start": 77,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019106.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.38C>T",
"hgvs_p": "p.Ala13Val",
"transcript": "NM_001389674.1",
"protein_id": "NP_001376603.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 345,
"cds_start": 38,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389674.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.38C>T",
"hgvs_p": "p.Ala13Val",
"transcript": "NM_001389675.1",
"protein_id": "NP_001376604.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 337,
"cds_start": 38,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389675.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Ala26Val",
"transcript": "NM_001389676.1",
"protein_id": "NP_001376605.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 315,
"cds_start": 77,
"cds_end": null,
"cds_length": 948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389676.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.77C>T",
"hgvs_p": "p.Ala26Val",
"transcript": "NM_001389677.1",
"protein_id": "NP_001376606.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 307,
"cds_start": 77,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389677.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.38C>T",
"hgvs_p": "p.Ala13Val",
"transcript": "NM_001389678.1",
"protein_id": "NP_001376607.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 294,
"cds_start": 38,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389678.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.38C>T",
"hgvs_p": "p.Ala13Val",
"transcript": "ENST00000449288.5",
"protein_id": "ENSP00000391416.1",
"transcript_support_level": 5,
"aa_start": 13,
"aa_end": null,
"aa_length": 177,
"cds_start": 38,
"cds_end": null,
"cds_length": 535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449288.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1505-4273C>T",
"hgvs_p": null,
"transcript": "NM_001389670.1",
"protein_id": "NP_001376599.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 792,
"cds_start": null,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389670.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1505-4273C>T",
"hgvs_p": null,
"transcript": "NM_001389671.1",
"protein_id": "NP_001376600.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 784,
"cds_start": null,
"cds_end": null,
"cds_length": 2355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389671.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1505-5495C>T",
"hgvs_p": null,
"transcript": "NM_001389672.1",
"protein_id": "NP_001376601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 749,
"cds_start": null,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389672.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.1505-5495C>T",
"hgvs_p": null,
"transcript": "NM_001389673.1",
"protein_id": "NP_001376602.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 741,
"cds_start": null,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389673.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.11-4273C>T",
"hgvs_p": null,
"transcript": "ENST00000406029.5",
"protein_id": "ENSP00000383956.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": null,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406029.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"hgvs_c": "c.11-4273C>T",
"hgvs_p": null,
"transcript": "NM_001389679.1",
"protein_id": "NP_001376608.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": null,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001389679.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000224883",
"gene_hgnc_id": null,
"hgvs_c": "n.263+35G>A",
"hgvs_p": null,
"transcript": "ENST00000424613.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000424613.1"
}
],
"gene_symbol": "SEPTIN3",
"gene_hgnc_id": 10750,
"dbsnp": "rs140094386",
"frequency_reference_population": 0.0010539294,
"hom_count_reference_population": 25,
"allele_count_reference_population": 1701,
"gnomad_exomes_af": 0.00107685,
"gnomad_genomes_af": 0.000833902,
"gnomad_exomes_ac": 1574,
"gnomad_genomes_ac": 127,
"gnomad_exomes_homalt": 24,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005160778760910034,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.053,
"revel_prediction": "Benign",
"alphamissense_score": 0.0669,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.361,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001363845.2",
"gene_symbol": "SEPTIN3",
"hgnc_id": 10750,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1571C>T",
"hgvs_p": "p.Ala524Val"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000424613.1",
"gene_symbol": "ENSG00000224883",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.263+35G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}