← 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-133267979-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=133267979&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 133267979,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001109.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Pro735Ser",
"transcript": "NM_001109.5",
"protein_id": "NP_001100.3",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 824,
"cds_start": 2203,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000445355.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001109.5"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Pro735Ser",
"transcript": "ENST00000445355.8",
"protein_id": "ENSP00000453302.1",
"transcript_support_level": 1,
"aa_start": 735,
"aa_end": null,
"aa_length": 824,
"cds_start": 2203,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001109.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000445355.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2036C>T",
"hgvs_p": "p.Ala679Val",
"transcript": "ENST00000415217.7",
"protein_id": "ENSP00000453855.1",
"transcript_support_level": 1,
"aa_start": 679,
"aa_end": null,
"aa_length": 742,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415217.7"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2197C>T",
"hgvs_p": "p.Pro733Ser",
"transcript": "ENST00000897047.1",
"protein_id": "ENSP00000567106.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 822,
"cds_start": 2197,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897047.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2197C>T",
"hgvs_p": "p.Pro733Ser",
"transcript": "ENST00000916032.1",
"protein_id": "ENSP00000586091.1",
"transcript_support_level": null,
"aa_start": 733,
"aa_end": null,
"aa_length": 822,
"cds_start": 2197,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916032.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2191C>T",
"hgvs_p": "p.Pro731Ser",
"transcript": "ENST00000897046.1",
"protein_id": "ENSP00000567105.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 820,
"cds_start": 2191,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897046.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Pro735Ser",
"transcript": "ENST00000897045.1",
"protein_id": "ENSP00000567104.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 798,
"cds_start": 2203,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897045.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2125C>T",
"hgvs_p": "p.Pro709Ser",
"transcript": "ENST00000897048.1",
"protein_id": "ENSP00000567107.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 772,
"cds_start": 2125,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897048.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2036C>T",
"hgvs_p": "p.Ala679Val",
"transcript": "NM_001164489.2",
"protein_id": "NP_001157961.1",
"transcript_support_level": null,
"aa_start": 679,
"aa_end": null,
"aa_length": 742,
"cds_start": 2036,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164489.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2008C>T",
"hgvs_p": "p.Pro670Ser",
"transcript": "NM_001164490.2",
"protein_id": "NP_001157962.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 733,
"cds_start": 2008,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164490.2"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2008C>T",
"hgvs_p": "p.Pro670Ser",
"transcript": "ENST00000485491.6",
"protein_id": "ENSP00000453043.1",
"transcript_support_level": 2,
"aa_start": 670,
"aa_end": null,
"aa_length": 733,
"cds_start": 2008,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485491.6"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2272C>T",
"hgvs_p": "p.Pro758Ser",
"transcript": "XM_047424423.1",
"protein_id": "XP_047280379.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 847,
"cds_start": 2272,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424423.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2272C>T",
"hgvs_p": "p.Pro758Ser",
"transcript": "XM_047424424.1",
"protein_id": "XP_047280380.1",
"transcript_support_level": null,
"aa_start": 758,
"aa_end": null,
"aa_length": 821,
"cds_start": 2272,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424424.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2128C>T",
"hgvs_p": "p.Pro710Ser",
"transcript": "XM_047424425.1",
"protein_id": "XP_047280381.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 799,
"cds_start": 2128,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424425.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Pro735Ser",
"transcript": "XM_047424426.1",
"protein_id": "XP_047280382.1",
"transcript_support_level": null,
"aa_start": 735,
"aa_end": null,
"aa_length": 798,
"cds_start": 2203,
"cds_end": null,
"cds_length": 2397,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424426.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"hgvs_c": "n.2712C>T",
"hgvs_p": null,
"transcript": "XR_007061938.1",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_007061938.1"
}
],
"gene_symbol": "ADAM8",
"gene_hgnc_id": 215,
"dbsnp": "rs1846380159",
"frequency_reference_population": 0.000013136979,
"hom_count_reference_population": 1,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.000013137,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10577404499053955,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.0794,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.224,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001109.5",
"gene_symbol": "ADAM8",
"hgnc_id": 215,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2203C>T",
"hgvs_p": "p.Pro735Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}