← 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: 10-101771462-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=101771462&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"effects": [
"splice_donor_variant",
"intron_variant"
],
"gene_symbol": "FGF8",
"hgnc_id": 3686,
"hgvs_c": "c.444+1G>A",
"hgvs_p": null,
"inheritance_mode": "AR,AD",
"pathogenic_score": 12,
"score": 12,
"transcript": "NM_033163.5",
"verdict": "Pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000308881",
"hgnc_id": null,
"hgvs_c": "n.127-35C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 8,
"score": 8,
"transcript": "ENST00000837076.1",
"verdict": "Likely_pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Moderate"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LOC105378457",
"hgnc_id": null,
"hgvs_c": "n.209-35C>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 8,
"score": 8,
"transcript": "XR_946252.3",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_score": 12,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.19,
"chr": "10",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": "Holoprosencephaly sequence",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.1899999976158142,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 244,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1169,
"cdna_start": null,
"cds_end": null,
"cds_length": 735,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_033163.5",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.444+1G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000320185.7",
"protein_coding": true,
"protein_id": "NP_149353.1",
"strand": false,
"transcript": "NM_033163.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 244,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1169,
"cdna_start": null,
"cds_end": null,
"cds_length": 735,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000320185.7",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.444+1G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_033163.5",
"protein_coding": true,
"protein_id": "ENSP00000321797.2",
"strand": false,
"transcript": "ENST00000320185.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 233,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1114,
"cdna_start": null,
"cds_end": null,
"cds_length": 702,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000344255.8",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.411+1G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000340039.3",
"strand": false,
"transcript": "ENST00000344255.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 215,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 823,
"cdna_start": null,
"cds_end": null,
"cds_length": 648,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000347978.2",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.357+1G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000321945.2",
"strand": false,
"transcript": "ENST00000347978.2",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 204,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 694,
"cdna_start": null,
"cds_end": null,
"cds_length": 615,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000346714.7",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.324+1G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000344306.3",
"strand": false,
"transcript": "ENST00000346714.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 233,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1114,
"cdna_start": null,
"cds_end": null,
"cds_length": 702,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_033164.4",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.411+1G>A",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_149354.1",
"strand": false,
"transcript": "NM_033164.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 215,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1082,
"cdna_start": null,
"cds_end": null,
"cds_length": 648,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_006119.6",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.357+1G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_006110.1",
"strand": false,
"transcript": "NM_006119.6",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 204,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1049,
"cdna_start": null,
"cds_end": null,
"cds_length": 615,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_033165.5",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.324+1G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_149355.1",
"strand": false,
"transcript": "NM_033165.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 140,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 877,
"cdna_start": null,
"cds_end": null,
"cds_length": 423,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001206389.2",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.132+1G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001193318.1",
"strand": false,
"transcript": "NM_001206389.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 140,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 752,
"cdna_start": null,
"cds_end": null,
"cds_length": 423,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000618991.5",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "c.132+1G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000484420.1",
"strand": false,
"transcript": "ENST00000618991.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1197,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000469792.6",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "n.*408+1G>A",
"hgvs_p": null,
"intron_rank": 4,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000473299.1",
"strand": false,
"transcript": "ENST00000469792.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 616,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000485728.1",
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"hgvs_c": "n.320+1G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000485728.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 593,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000837076.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000308881",
"hgvs_c": "n.127-35C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000837076.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 623,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000837077.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000308881",
"hgvs_c": "n.155-35C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000837077.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 474,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000837078.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000308881",
"hgvs_c": "n.230-35C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000837078.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 732,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000837079.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000308881",
"hgvs_c": "n.173-35C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000837079.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 687,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000837080.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000308881",
"hgvs_c": "n.242-35C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000837080.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 666,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000837081.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000308881",
"hgvs_c": "n.234-35C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000837081.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 357,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007062268.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC105378457",
"hgvs_c": "n.278-35C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007062268.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 288,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_946252.3",
"gene_hgnc_id": null,
"gene_symbol": "LOC105378457",
"hgvs_c": "n.209-35C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_946252.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 286,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_946253.3",
"gene_hgnc_id": null,
"gene_symbol": "LOC105378457",
"hgvs_c": "n.207-35C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_946253.3",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999938990645747,
"dbsnp": "rs1490604080",
"effect": "splice_donor_variant,intron_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 3686,
"gene_symbol": "FGF8",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely pathogenic",
"phenotype_combined": "Holoprosencephaly sequence",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.859,
"pos": 101771462,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Pathogenic",
"splice_score_selected": 0.9459999799728394,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Pathogenic",
"spliceai_max_score": 1,
"transcript": "NM_033163.5"
}
]
}