← 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: 13-113118831-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=113118831&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "13",
"pos": 113118831,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000346342.8",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1158T>A",
"hgvs_p": "p.His386Gln",
"transcript": "NM_019616.4",
"protein_id": "NP_062562.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 444,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1209,
"cdna_end": null,
"cdna_length": 3063,
"mane_select": "ENST00000346342.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1158T>A",
"hgvs_p": "p.His386Gln",
"transcript": "ENST00000346342.8",
"protein_id": "ENSP00000329546.4",
"transcript_support_level": 1,
"aa_start": 386,
"aa_end": null,
"aa_length": 444,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1209,
"cdna_end": null,
"cdna_length": 3063,
"mane_select": "NM_019616.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1224T>A",
"hgvs_p": "p.His408Gln",
"transcript": "ENST00000375581.3",
"protein_id": "ENSP00000364731.3",
"transcript_support_level": 1,
"aa_start": 408,
"aa_end": null,
"aa_length": 466,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1259,
"cdna_end": null,
"cdna_length": 3109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1224T>A",
"hgvs_p": "p.His408Gln",
"transcript": "NM_000131.5",
"protein_id": "NP_000122.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 466,
"cds_start": 1224,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1275,
"cdna_end": null,
"cdna_length": 3129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.972T>A",
"hgvs_p": "p.His324Gln",
"transcript": "NM_001267554.2",
"protein_id": "NP_001254483.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 382,
"cds_start": 972,
"cds_end": null,
"cds_length": 1149,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 2877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.972T>A",
"hgvs_p": "p.His324Gln",
"transcript": "ENST00000541084.5",
"protein_id": "ENSP00000442051.2",
"transcript_support_level": 2,
"aa_start": 324,
"aa_end": null,
"aa_length": 382,
"cds_start": 972,
"cds_end": null,
"cds_length": 1149,
"cdna_start": 1026,
"cdna_end": null,
"cdna_length": 2873,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1311T>A",
"hgvs_p": "p.His437Gln",
"transcript": "XM_011537474.3",
"protein_id": "XP_011535776.2",
"transcript_support_level": null,
"aa_start": 437,
"aa_end": null,
"aa_length": 495,
"cds_start": 1311,
"cds_end": null,
"cds_length": 1488,
"cdna_start": 1317,
"cdna_end": null,
"cdna_length": 3171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1182T>A",
"hgvs_p": "p.His394Gln",
"transcript": "XM_047430125.1",
"protein_id": "XP_047286081.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 452,
"cds_start": 1182,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 1195,
"cdna_end": null,
"cdna_length": 3049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1125T>A",
"hgvs_p": "p.His375Gln",
"transcript": "XM_011537475.3",
"protein_id": "XP_011535777.2",
"transcript_support_level": null,
"aa_start": 375,
"aa_end": null,
"aa_length": 433,
"cds_start": 1125,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 2985,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.1062T>A",
"hgvs_p": "p.His354Gln",
"transcript": "XM_006719963.4",
"protein_id": "XP_006720026.2",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 412,
"cds_start": 1062,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 2922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "c.918T>A",
"hgvs_p": "p.His306Gln",
"transcript": "XM_011537476.3",
"protein_id": "XP_011535778.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 364,
"cds_start": 918,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1685,
"cdna_end": null,
"cdna_length": 3539,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"hgvs_c": "n.1242T>A",
"hgvs_p": null,
"transcript": "NR_051961.2",
"protein_id": null,
"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": 3096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "F7",
"gene_hgnc_id": 3544,
"dbsnp": "rs121964936",
"frequency_reference_population": 6.846876e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84688e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9413965940475464,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.531,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8639,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.17,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -1.724,
"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": 15,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS1,PM1,PM2,PM5,PP2,PP3_Strong",
"acmg_by_gene": [
{
"score": 15,
"benign_score": 0,
"pathogenic_score": 15,
"criteria": [
"PS1",
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000346342.8",
"gene_symbol": "F7",
"hgnc_id": 3544,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1158T>A",
"hgvs_p": "p.His386Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}