← 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: 11-64235995-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=64235995&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 64235995,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_003377.5",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.286C>G",
"hgvs_p": "p.Gln96Glu",
"transcript": "NM_003377.5",
"protein_id": "NP_003368.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 207,
"cds_start": 286,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000309422.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003377.5"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.286C>G",
"hgvs_p": "p.Gln96Glu",
"transcript": "ENST00000309422.7",
"protein_id": "ENSP00000311127.2",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 207,
"cds_start": 286,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003377.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309422.7"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.286C>G",
"hgvs_p": "p.Gln96Glu",
"transcript": "ENST00000426086.3",
"protein_id": "ENSP00000401550.2",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 188,
"cds_start": 286,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426086.3"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.337C>G",
"hgvs_p": "p.Gln113Glu",
"transcript": "ENST00000970134.1",
"protein_id": "ENSP00000640193.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 224,
"cds_start": 337,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970134.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.304C>G",
"hgvs_p": "p.Gln102Glu",
"transcript": "ENST00000970131.1",
"protein_id": "ENSP00000640190.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 213,
"cds_start": 304,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970131.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.292C>G",
"hgvs_p": "p.Gln98Glu",
"transcript": "ENST00000970133.1",
"protein_id": "ENSP00000640192.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 209,
"cds_start": 292,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970133.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.286C>G",
"hgvs_p": "p.Gln96Glu",
"transcript": "ENST00000970132.1",
"protein_id": "ENSP00000640191.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 207,
"cds_start": 286,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970132.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.286C>G",
"hgvs_p": "p.Gln96Glu",
"transcript": "ENST00000868565.1",
"protein_id": "ENSP00000538624.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 195,
"cds_start": 286,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868565.1"
},
{
"aa_ref": "Q",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"hgvs_c": "c.286C>G",
"hgvs_p": "p.Gln96Glu",
"transcript": "NM_001243733.2",
"protein_id": "NP_001230662.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 188,
"cds_start": 286,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001243733.2"
}
],
"gene_symbol": "VEGFB",
"gene_hgnc_id": 12681,
"dbsnp": "rs111555072",
"frequency_reference_population": 0.0018596331,
"hom_count_reference_population": 24,
"allele_count_reference_population": 2967,
"gnomad_exomes_af": 0.00183468,
"gnomad_genomes_af": 0.00209628,
"gnomad_exomes_ac": 2648,
"gnomad_genomes_ac": 319,
"gnomad_exomes_homalt": 19,
"gnomad_genomes_homalt": 5,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005187243223190308,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.158,
"revel_prediction": "Benign",
"alphamissense_score": 0.0753,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.419,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_003377.5",
"gene_symbol": "VEGFB",
"hgnc_id": 12681,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.286C>G",
"hgvs_p": "p.Gln96Glu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}