← 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: 5-65188086-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=65188086&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 65188086,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_197941.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.2840G>A",
"hgvs_p": "p.Arg947Gln",
"transcript": "NM_197941.4",
"protein_id": "NP_922932.2",
"transcript_support_level": null,
"aa_start": 947,
"aa_end": null,
"aa_length": 1117,
"cds_start": 2840,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000381055.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_197941.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.2840G>A",
"hgvs_p": "p.Arg947Gln",
"transcript": "ENST00000381055.8",
"protein_id": "ENSP00000370443.3",
"transcript_support_level": 1,
"aa_start": 947,
"aa_end": null,
"aa_length": 1117,
"cds_start": 2840,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_197941.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381055.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.2840G>A",
"hgvs_p": "p.Arg947Gln",
"transcript": "XM_011543113.4",
"protein_id": "XP_011541415.1",
"transcript_support_level": null,
"aa_start": 947,
"aa_end": null,
"aa_length": 1117,
"cds_start": 2840,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543113.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.2840G>A",
"hgvs_p": "p.Arg947Gln",
"transcript": "XM_011543114.4",
"protein_id": "XP_011541416.1",
"transcript_support_level": null,
"aa_start": 947,
"aa_end": null,
"aa_length": 1117,
"cds_start": 2840,
"cds_end": null,
"cds_length": 3354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543114.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.2690G>A",
"hgvs_p": "p.Arg897Gln",
"transcript": "XM_047416675.1",
"protein_id": "XP_047272631.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 1067,
"cds_start": 2690,
"cds_end": null,
"cds_length": 3204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416675.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.2387G>A",
"hgvs_p": "p.Arg796Gln",
"transcript": "XM_011543117.3",
"protein_id": "XP_011541419.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 966,
"cds_start": 2387,
"cds_end": null,
"cds_length": 2901,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543117.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.2084G>A",
"hgvs_p": "p.Arg695Gln",
"transcript": "XM_011543121.3",
"protein_id": "XP_011541423.3",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 865,
"cds_start": 2084,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543121.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.1703G>A",
"hgvs_p": "p.Arg568Gln",
"transcript": "XM_011543123.3",
"protein_id": "XP_011541425.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 738,
"cds_start": 1703,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543123.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.1508G>A",
"hgvs_p": "p.Arg503Gln",
"transcript": "XM_011543124.3",
"protein_id": "XP_011541426.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 673,
"cds_start": 1508,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543124.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "c.1373G>A",
"hgvs_p": "p.Arg458Gln",
"transcript": "XM_011543125.2",
"protein_id": "XP_011541427.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 628,
"cds_start": 1373,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543125.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "n.500G>A",
"hgvs_p": null,
"transcript": "ENST00000314351.9",
"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": "ENST00000314351.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "n.*2112G>A",
"hgvs_p": null,
"transcript": "ENST00000381052.8",
"protein_id": "ENSP00000424377.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000381052.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "n.411G>A",
"hgvs_p": null,
"transcript": "ENST00000417396.2",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000417396.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "n.3848G>A",
"hgvs_p": null,
"transcript": "NR_135689.2",
"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": "NR_135689.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "n.3381G>A",
"hgvs_p": null,
"transcript": "XR_007058575.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_007058575.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"hgvs_c": "n.*2112G>A",
"hgvs_p": null,
"transcript": "ENST00000381052.8",
"protein_id": "ENSP00000424377.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000381052.8"
}
],
"gene_symbol": "ADAMTS6",
"gene_hgnc_id": 222,
"dbsnp": "rs1272612301",
"frequency_reference_population": 0.0000018587338,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000136814,
"gnomad_genomes_af": 0.00000657177,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6074336767196655,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.332,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0832,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.849,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_197941.4",
"gene_symbol": "ADAMTS6",
"hgnc_id": 222,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2840G>A",
"hgvs_p": "p.Arg947Gln"
}
],
"clinvar_disease": "Premature ovarian failure",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Premature ovarian failure",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}