← 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: 3-57097655-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=57097655&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 57097655,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_017563.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.2048C>T",
"hgvs_p": "p.Ser683Leu",
"transcript": "NM_017563.5",
"protein_id": "NP_060033.3",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 739,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000296318.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017563.5"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.2048C>T",
"hgvs_p": "p.Ser683Leu",
"transcript": "ENST00000296318.12",
"protein_id": "ENSP00000296318.7",
"transcript_support_level": 1,
"aa_start": 683,
"aa_end": null,
"aa_length": 739,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017563.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296318.12"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1616C>T",
"hgvs_p": "p.Ser539Leu",
"transcript": "ENST00000320057.9",
"protein_id": "ENSP00000322250.5",
"transcript_support_level": 1,
"aa_start": 539,
"aa_end": null,
"aa_length": 595,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000320057.9"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1616C>T",
"hgvs_p": "p.Ser539Leu",
"transcript": "ENST00000463523.5",
"protein_id": "ENSP00000417516.1",
"transcript_support_level": 1,
"aa_start": 539,
"aa_end": null,
"aa_length": 595,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000463523.5"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.2027C>T",
"hgvs_p": "p.Ser676Leu",
"transcript": "ENST00000914043.1",
"protein_id": "ENSP00000584102.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 732,
"cds_start": 2027,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914043.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1937C>T",
"hgvs_p": "p.Ser646Leu",
"transcript": "ENST00000914044.1",
"protein_id": "ENSP00000584103.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 702,
"cds_start": 1937,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914044.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1790C>T",
"hgvs_p": "p.Ser597Leu",
"transcript": "ENST00000914045.1",
"protein_id": "ENSP00000584104.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 653,
"cds_start": 1790,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914045.1"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1616C>T",
"hgvs_p": "p.Ser539Leu",
"transcript": "NM_001318864.2",
"protein_id": "NP_001305793.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 595,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318864.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1964C>T",
"hgvs_p": "p.Ser655Leu",
"transcript": "XM_005265238.5",
"protein_id": "XP_005265295.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 711,
"cds_start": 1964,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005265238.5"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1616C>T",
"hgvs_p": "p.Ser539Leu",
"transcript": "XM_011533849.2",
"protein_id": "XP_011532151.2",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 595,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533849.2"
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "c.1616C>T",
"hgvs_p": "p.Ser539Leu",
"transcript": "XM_047448369.1",
"protein_id": "XP_047304325.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 595,
"cds_start": 1616,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047448369.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"hgvs_c": "n.1985C>T",
"hgvs_p": null,
"transcript": "ENST00000469841.5",
"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": "retained_intron",
"feature": "ENST00000469841.5"
}
],
"gene_symbol": "IL17RD",
"gene_hgnc_id": 17616,
"dbsnp": "rs749090471",
"frequency_reference_population": 0.000011864277,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.0000110404,
"gnomad_genomes_af": 0.0000197078,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.057227909564971924,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.044,
"revel_prediction": "Benign",
"alphamissense_score": 0.0713,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.546,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_017563.5",
"gene_symbol": "IL17RD",
"hgnc_id": 17616,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2048C>T",
"hgvs_p": "p.Ser683Leu"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}