← 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: 2-190921032-AAAT-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=190921032&ref=AAAT&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 190921032,
"ref": "AAAT",
"alt": "A",
"effect": "conservative_inframe_deletion",
"transcript": "ENST00000320717.8",
"consequences": [
{
"aa_ref": "N",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del",
"transcript": "NM_014905.5",
"protein_id": "NP_055720.3",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 669,
"cds_start": 1051,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 4840,
"mane_select": "ENST00000320717.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del",
"transcript": "ENST00000320717.8",
"protein_id": "ENSP00000317379.3",
"transcript_support_level": 1,
"aa_start": 351,
"aa_end": null,
"aa_length": 669,
"cds_start": 1051,
"cds_end": null,
"cds_length": 2010,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 4840,
"mane_select": "NM_014905.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del",
"transcript": "ENST00000338435.9",
"protein_id": "ENSP00000340689.4",
"transcript_support_level": 1,
"aa_start": 351,
"aa_end": null,
"aa_length": 598,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 4488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del",
"transcript": "NM_001437282.1",
"protein_id": "NP_001424211.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 661,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 4776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del",
"transcript": "ENST00000412247.2",
"protein_id": "ENSP00000403329.2",
"transcript_support_level": 3,
"aa_start": 351,
"aa_end": null,
"aa_length": 661,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del",
"transcript": "NM_001256310.2",
"protein_id": "NP_001243239.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 598,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1797,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 4488,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del",
"transcript": "NM_001437283.1",
"protein_id": "NP_001424212.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 559,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1680,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 4547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.379_381delAAT",
"hgvs_p": "p.Asn127del",
"transcript": "XM_047443957.1",
"protein_id": "XP_047299913.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 445,
"cds_start": 379,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 3920,
"cdna_end": null,
"cdna_length": 7445,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "n.*207_*209delAAT",
"hgvs_p": null,
"transcript": "ENST00000417154.6",
"protein_id": "ENSP00000388990.2",
"transcript_support_level": 3,
"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": 4261,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "n.72_74delAAT",
"hgvs_p": null,
"transcript": "ENST00000461965.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 575,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "n.217_219delAAT",
"hgvs_p": null,
"transcript": "ENST00000468352.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 413,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "n.10_12delAAT",
"hgvs_p": null,
"transcript": "ENST00000495444.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 394,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "n.*404_*406delAAT",
"hgvs_p": null,
"transcript": "ENST00000706565.1",
"protein_id": "ENSP00000516450.1",
"transcript_support_level": null,
"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": 4043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.-24_-22delAAT",
"hgvs_p": null,
"transcript": "XM_047443958.1",
"protein_id": "XP_047299914.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "c.-24_-22delAAT",
"hgvs_p": null,
"transcript": "XM_047443960.1",
"protein_id": "XP_047299916.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3699,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "n.*207_*209delAAT",
"hgvs_p": null,
"transcript": "ENST00000417154.6",
"protein_id": "ENSP00000388990.2",
"transcript_support_level": 3,
"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": 4261,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"hgvs_c": "n.*404_*406delAAT",
"hgvs_p": null,
"transcript": "ENST00000706565.1",
"protein_id": "ENSP00000516450.1",
"transcript_support_level": null,
"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": 4043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "STAT1",
"gene_hgnc_id": 11362,
"hgvs_c": "c.2239-12035_2239-12033delATT",
"hgvs_p": null,
"transcript": "ENST00000673816.1",
"protein_id": "ENSP00000501127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 748,
"cds_start": -4,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GLS",
"gene_hgnc_id": 4331,
"dbsnp": "rs2124894695",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 6.314,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.05,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PM4_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000320717.8",
"gene_symbol": "GLS",
"hgnc_id": 4331,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR,Unknown,AD",
"hgvs_c": "c.1051_1053delAAT",
"hgvs_p": "p.Asn351del"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000673816.1",
"gene_symbol": "STAT1",
"hgnc_id": 11362,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2239-12035_2239-12033delATT",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}