← 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: 1-89147643-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=89147643&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 89147643,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_207398.3",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.1289G>C",
"hgvs_p": "p.Gly430Ala",
"transcript": "NM_207398.3",
"protein_id": "NP_997281.2",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 638,
"cds_start": 1289,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000294671.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_207398.3"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.1289G>C",
"hgvs_p": "p.Gly430Ala",
"transcript": "ENST00000294671.3",
"protein_id": "ENSP00000294671.2",
"transcript_support_level": 2,
"aa_start": 430,
"aa_end": null,
"aa_length": 638,
"cds_start": 1289,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_207398.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000294671.3"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.1286G>C",
"hgvs_p": "p.Gly429Ala",
"transcript": "ENST00000897023.1",
"protein_id": "ENSP00000567082.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 637,
"cds_start": 1286,
"cds_end": null,
"cds_length": 1914,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897023.1"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.1163G>C",
"hgvs_p": "p.Gly388Ala",
"transcript": "ENST00000897020.1",
"protein_id": "ENSP00000567079.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 596,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897020.1"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.1160G>C",
"hgvs_p": "p.Gly387Ala",
"transcript": "ENST00000897022.1",
"protein_id": "ENSP00000567081.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 595,
"cds_start": 1160,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897022.1"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.1043G>C",
"hgvs_p": "p.Gly348Ala",
"transcript": "ENST00000897024.1",
"protein_id": "ENSP00000567083.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 556,
"cds_start": 1043,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897024.1"
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.1289G>C",
"hgvs_p": "p.Gly430Ala",
"transcript": "ENST00000650452.1",
"protein_id": "ENSP00000496924.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 501,
"cds_start": 1289,
"cds_end": null,
"cds_length": 1508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650452.1"
},
{
"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": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"hgvs_c": "c.319-5995G>C",
"hgvs_p": null,
"transcript": "ENST00000897021.1",
"protein_id": "ENSP00000567080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": null,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897021.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP2",
"gene_hgnc_id": 4183,
"hgvs_c": "n.-294G>C",
"hgvs_p": null,
"transcript": "ENST00000464839.5",
"protein_id": "ENSP00000434282.1",
"transcript_support_level": 2,
"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": "ENST00000464839.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GBP2",
"gene_hgnc_id": 4183,
"hgvs_c": "n.-294G>C",
"hgvs_p": null,
"transcript": "ENST00000464839.5",
"protein_id": "ENSP00000434282.1",
"transcript_support_level": 2,
"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": "ENST00000464839.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286802",
"gene_hgnc_id": null,
"hgvs_c": "n.240+18999C>G",
"hgvs_p": null,
"transcript": "ENST00000769947.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000769947.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286802",
"gene_hgnc_id": null,
"hgvs_c": "n.224-948C>G",
"hgvs_p": null,
"transcript": "ENST00000769948.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000769948.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286802",
"gene_hgnc_id": null,
"hgvs_c": "n.172-948C>G",
"hgvs_p": null,
"transcript": "ENST00000769949.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000769949.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105378842",
"gene_hgnc_id": null,
"hgvs_c": "n.109-944C>G",
"hgvs_p": null,
"transcript": "XR_001737682.2",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_001737682.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105378842",
"gene_hgnc_id": null,
"hgvs_c": "n.232-948C>G",
"hgvs_p": null,
"transcript": "XR_947579.3",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_947579.3"
}
],
"gene_symbol": "GBP7",
"gene_hgnc_id": 29606,
"dbsnp": "rs186580098",
"frequency_reference_population": 0.000012391451,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000129972,
"gnomad_genomes_af": 0.00000657194,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8318194150924683,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.54,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2764,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.823,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_207398.3",
"gene_symbol": "GBP7",
"hgnc_id": 29606,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1289G>C",
"hgvs_p": "p.Gly430Ala"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000464839.5",
"gene_symbol": "GBP2",
"hgnc_id": 4183,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.-294G>C",
"hgvs_p": null
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000769947.1",
"gene_symbol": "ENSG00000286802",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.240+18999C>G",
"hgvs_p": null
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "XR_947579.3",
"gene_symbol": "LOC105378842",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.232-948C>G",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}