← 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: 13-100532402-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=100532402&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 100532402,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_033110.3",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "NM_001195087.2",
"protein_id": "NP_001182016.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000683975.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195087.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "ENST00000683975.1",
"protein_id": "ENSP00000508020.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001195087.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683975.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "ENST00000455100.2",
"protein_id": "ENSP00000410449.1",
"transcript_support_level": 1,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455100.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "NM_033110.3",
"protein_id": "NP_149101.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033110.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "ENST00000376250.6",
"protein_id": "ENSP00000365426.1",
"transcript_support_level": 3,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376250.6"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "ENST00000881872.1",
"protein_id": "ENSP00000551931.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881872.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "ENST00000881873.1",
"protein_id": "ENSP00000551932.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881873.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "ENST00000881874.1",
"protein_id": "ENSP00000551933.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000881874.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "XM_011521129.4",
"protein_id": "XP_011519431.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521129.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*",
"transcript": "XM_047430708.1",
"protein_id": "XP_047286664.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 153,
"cds_start": 190,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430708.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.*93G>T",
"hgvs_p": null,
"transcript": "ENST00000467518.5",
"protein_id": "ENSP00000472246.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 31,
"cds_start": null,
"cds_end": null,
"cds_length": 97,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467518.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.*93G>T",
"hgvs_p": null,
"transcript": "ENST00000492399.5",
"protein_id": "ENSP00000471342.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 31,
"cds_start": null,
"cds_end": null,
"cds_length": 97,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492399.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.*112G>T",
"hgvs_p": null,
"transcript": "ENST00000464500.5",
"protein_id": "ENSP00000471322.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 25,
"cds_start": null,
"cds_end": null,
"cds_length": 78,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464500.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"hgvs_c": "c.*112G>T",
"hgvs_p": null,
"transcript": "ENST00000471912.1",
"protein_id": "ENSP00000471716.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 25,
"cds_start": null,
"cds_end": null,
"cds_length": 78,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000471912.1"
}
],
"gene_symbol": "GGACT",
"gene_hgnc_id": 25100,
"dbsnp": "rs940222540",
"frequency_reference_population": 7.153577e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.15358e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07000000029802322,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": -0.782,
"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": 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_033110.3",
"gene_symbol": "GGACT",
"hgnc_id": 25100,
"effects": [
"stop_gained"
],
"inheritance_mode": "",
"hgvs_c": "c.190G>T",
"hgvs_p": "p.Glu64*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}