← 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-113122887-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=113122887&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 113122887,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000504.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "NM_000504.4",
"protein_id": "NP_000495.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 488,
"cds_start": 32,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000375559.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000504.4"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "ENST00000375559.8",
"protein_id": "ENSP00000364709.3",
"transcript_support_level": 1,
"aa_start": 11,
"aa_end": null,
"aa_length": 488,
"cds_start": 32,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000504.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375559.8"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "ENST00000375551.7",
"protein_id": "ENSP00000364701.3",
"transcript_support_level": 1,
"aa_start": 11,
"aa_end": null,
"aa_length": 332,
"cds_start": 32,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375551.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "n.32G>T",
"hgvs_p": null,
"transcript": "ENST00000410083.6",
"protein_id": "ENSP00000386320.2",
"transcript_support_level": 1,
"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": "ENST00000410083.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "n.69G>T",
"hgvs_p": null,
"transcript": "ENST00000477269.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000477269.5"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "ENST00000858583.1",
"protein_id": "ENSP00000528642.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 493,
"cds_start": 32,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858583.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "ENST00000858582.1",
"protein_id": "ENSP00000528641.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 491,
"cds_start": 32,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858582.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "NM_001312674.2",
"protein_id": "NP_001299603.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 444,
"cds_start": 32,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001312674.2"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "ENST00000858581.1",
"protein_id": "ENSP00000528640.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 444,
"cds_start": 32,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000858581.1"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "ENST00000409306.5",
"protein_id": "ENSP00000387092.1",
"transcript_support_level": 3,
"aa_start": 11,
"aa_end": null,
"aa_length": 334,
"cds_start": 32,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409306.5"
},
{
"aa_ref": "S",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile",
"transcript": "NM_001312675.2",
"protein_id": "NP_001299604.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 332,
"cds_start": 32,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001312675.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"hgvs_c": "n.52G>T",
"hgvs_p": null,
"transcript": "ENST00000483537.1",
"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": "pseudogene",
"feature": "ENST00000483537.1"
}
],
"gene_symbol": "F10",
"gene_hgnc_id": 3528,
"dbsnp": "rs375632041",
"frequency_reference_population": 0.000006828769,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000137121,
"gnomad_genomes_af": 0.0000591086,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08604216575622559,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.228,
"revel_prediction": "Benign",
"alphamissense_score": 0.1362,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": -0.077,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BP4_Moderate",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 2,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_000504.4",
"gene_symbol": "F10",
"hgnc_id": 3528,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.32G>T",
"hgvs_p": "p.Ser11Ile"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}