← 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: 3-12154404-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=12154404&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 12154404,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_003256.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP4",
"gene_hgnc_id": 11823,
"hgvs_c": "c.400A>C",
"hgvs_p": "p.Ile134Leu",
"transcript": "NM_003256.4",
"protein_id": "NP_003247.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 224,
"cds_start": 400,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000287814.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003256.4"
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP4",
"gene_hgnc_id": 11823,
"hgvs_c": "c.400A>C",
"hgvs_p": "p.Ile134Leu",
"transcript": "ENST00000287814.5",
"protein_id": "ENSP00000287814.4",
"transcript_support_level": 1,
"aa_start": 134,
"aa_end": null,
"aa_length": 224,
"cds_start": 400,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003256.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000287814.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": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "c.774+3078T>G",
"hgvs_p": null,
"transcript": "NM_133625.6",
"protein_id": "NP_598328.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": null,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000621198.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133625.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "c.774+3078T>G",
"hgvs_p": null,
"transcript": "ENST00000621198.5",
"protein_id": "ENSP00000480050.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": null,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_133625.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621198.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": 5,
"intron_rank_end": null,
"gene_symbol": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "c.774+3078T>G",
"hgvs_p": null,
"transcript": "ENST00000620175.4",
"protein_id": "ENSP00000484916.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620175.4"
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMP4",
"gene_hgnc_id": 11823,
"hgvs_c": "c.400A>C",
"hgvs_p": "p.Ile134Leu",
"transcript": "ENST00000946698.1",
"protein_id": "ENSP00000616757.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 192,
"cds_start": 400,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946698.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": 11,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "c.774+3078T>G",
"hgvs_p": null,
"transcript": "NM_003178.6",
"protein_id": "NP_003169.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003178.6"
},
{
"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": 5,
"intron_rank_end": null,
"gene_symbol": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "c.774+3078T>G",
"hgvs_p": null,
"transcript": "XM_006713311.4",
"protein_id": "XP_006713374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 511,
"cds_start": null,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713311.4"
},
{
"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": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "c.291+3078T>G",
"hgvs_p": null,
"transcript": "XM_006713312.5",
"protein_id": "XP_006713375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 421,
"cds_start": null,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713312.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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "c.3+3078T>G",
"hgvs_p": null,
"transcript": "XM_006713313.3",
"protein_id": "XP_006713376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": null,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713313.3"
},
{
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SYN2",
"gene_hgnc_id": 11495,
"hgvs_c": "n.225+3078T>G",
"hgvs_p": null,
"transcript": "ENST00000439861.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000439861.5"
}
],
"gene_symbol": "TIMP4",
"gene_hgnc_id": 11823,
"dbsnp": "rs774165216",
"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": 0.6705840229988098,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.679,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2138,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.629,
"phylop100way_prediction": "Uncertain_significance",
"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": 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_003256.4",
"gene_symbol": "TIMP4",
"hgnc_id": 11823,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.400A>C",
"hgvs_p": "p.Ile134Leu"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_133625.6",
"gene_symbol": "SYN2",
"hgnc_id": 11495,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.774+3078T>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}