← 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-70741007-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=70741007&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 70741007,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000373207.2",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1769T>A",
"hgvs_p": "p.Leu590Gln",
"transcript": "NM_080722.4",
"protein_id": "NP_542453.2",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 1223,
"cds_start": 1769,
"cds_end": null,
"cds_length": 3672,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 5557,
"mane_select": "ENST00000373207.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1769T>A",
"hgvs_p": "p.Leu590Gln",
"transcript": "ENST00000373207.2",
"protein_id": "ENSP00000362303.1",
"transcript_support_level": 1,
"aa_start": 590,
"aa_end": null,
"aa_length": 1223,
"cds_start": 1769,
"cds_end": null,
"cds_length": 3672,
"cdna_start": 2066,
"cdna_end": null,
"cdna_length": 5557,
"mane_select": "NM_080722.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1778T>A",
"hgvs_p": "p.Leu593Gln",
"transcript": "NM_139155.3",
"protein_id": "NP_631894.2",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1226,
"cds_start": 1778,
"cds_end": null,
"cds_length": 3681,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 5566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1778T>A",
"hgvs_p": "p.Leu593Gln",
"transcript": "ENST00000373208.5",
"protein_id": "ENSP00000362304.1",
"transcript_support_level": 2,
"aa_start": 593,
"aa_end": null,
"aa_length": 1226,
"cds_start": 1778,
"cds_end": null,
"cds_length": 3681,
"cdna_start": 1778,
"cdna_end": null,
"cdna_length": 5269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1778T>A",
"hgvs_p": "p.Leu593Gln",
"transcript": "XM_011539300.3",
"protein_id": "XP_011537602.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 1056,
"cds_start": 1778,
"cds_end": null,
"cds_length": 3171,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 5056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.842T>A",
"hgvs_p": "p.Leu281Gln",
"transcript": "XM_011539301.2",
"protein_id": "XP_011537603.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 914,
"cds_start": 842,
"cds_end": null,
"cds_length": 2745,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 4563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.842T>A",
"hgvs_p": "p.Leu281Gln",
"transcript": "XM_011539302.2",
"protein_id": "XP_011537604.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 914,
"cds_start": 842,
"cds_end": null,
"cds_length": 2745,
"cdna_start": 949,
"cdna_end": null,
"cdna_length": 4440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1778T>A",
"hgvs_p": "p.Leu593Gln",
"transcript": "XM_011539303.3",
"protein_id": "XP_011537605.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 820,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 3066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1778T>A",
"hgvs_p": "p.Leu593Gln",
"transcript": "XM_011539306.3",
"protein_id": "XP_011537608.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 791,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2376,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 2780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1778T>A",
"hgvs_p": "p.Leu593Gln",
"transcript": "XM_011539307.3",
"protein_id": "XP_011537609.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 791,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2376,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 3022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.1778T>A",
"hgvs_p": "p.Leu593Gln",
"transcript": "XM_011539308.3",
"protein_id": "XP_011537610.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 791,
"cds_start": 1778,
"cds_end": null,
"cds_length": 2376,
"cdna_start": 2075,
"cdna_end": null,
"cdna_length": 2753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "c.338T>A",
"hgvs_p": "p.Leu113Gln",
"transcript": "XM_011539309.2",
"protein_id": "XP_011537611.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 746,
"cds_start": 338,
"cds_end": null,
"cds_length": 2241,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 4060,
"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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"hgvs_c": "n.2075T>A",
"hgvs_p": null,
"transcript": "XR_001747025.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": 2953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADAMTS14",
"gene_hgnc_id": 14899,
"dbsnp": "rs10823607",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08670186996459961,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.046,
"revel_prediction": "Benign",
"alphamissense_score": 0.0561,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.911,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": "ENST00000373207.2",
"gene_symbol": "ADAMTS14",
"hgnc_id": 14899,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1769T>A",
"hgvs_p": "p.Leu590Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}