← 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: 17-61891639-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=61891639&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 61891639,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_020748.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "NM_001351695.2",
"protein_id": "NP_001338624.2",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000251334.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351695.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "ENST00000251334.7",
"protein_id": "ENSP00000251334.6",
"transcript_support_level": 2,
"aa_start": 583,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001351695.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000251334.7"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1773A>G",
"hgvs_p": "p.Gln591Gln",
"transcript": "ENST00000444766.7",
"protein_id": "ENSP00000414237.3",
"transcript_support_level": 1,
"aa_start": 591,
"aa_end": null,
"aa_length": 1204,
"cds_start": 1773,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444766.7"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1773A>G",
"hgvs_p": "p.Gln591Gln",
"transcript": "NM_020748.4",
"protein_id": "NP_065799.2",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 1204,
"cds_start": 1773,
"cds_end": null,
"cds_length": 3615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020748.4"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "NM_001330417.2",
"protein_id": "NP_001317346.2",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330417.2"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "ENST00000647009.1",
"protein_id": "ENSP00000496407.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647009.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "ENST00000866719.1",
"protein_id": "ENSP00000536778.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866719.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "ENST00000963385.1",
"protein_id": "ENSP00000633444.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1196,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963385.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "ENST00000913655.1",
"protein_id": "ENSP00000583714.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1170,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913655.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "ENST00000866720.1",
"protein_id": "ENSP00000536779.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1169,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866720.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gln583Gln",
"transcript": "ENST00000913656.1",
"protein_id": "ENSP00000583715.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 1160,
"cds_start": 1749,
"cds_end": null,
"cds_length": 3483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913656.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1635A>G",
"hgvs_p": "p.Gln545Gln",
"transcript": "ENST00000866721.1",
"protein_id": "ENSP00000536780.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 1158,
"cds_start": 1635,
"cds_end": null,
"cds_length": 3477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866721.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1635A>G",
"hgvs_p": "p.Gln545Gln",
"transcript": "ENST00000913653.1",
"protein_id": "ENSP00000583712.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 1158,
"cds_start": 1635,
"cds_end": null,
"cds_length": 3477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913653.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1635A>G",
"hgvs_p": "p.Gln545Gln",
"transcript": "ENST00000913654.1",
"protein_id": "ENSP00000583713.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 1158,
"cds_start": 1635,
"cds_end": null,
"cds_length": 3477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913654.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.1614A>G",
"hgvs_p": "p.Gln538Gln",
"transcript": "ENST00000963386.1",
"protein_id": "ENSP00000633445.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 1151,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963386.1"
},
{
"aa_ref": "Q",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "c.861A>G",
"hgvs_p": "p.Gln287Gln",
"transcript": "ENST00000913652.1",
"protein_id": "ENSP00000583711.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 900,
"cds_start": 861,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913652.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "n.473A>G",
"hgvs_p": null,
"transcript": "ENST00000578805.1",
"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": "retained_intron",
"feature": "ENST00000578805.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "n.*1270A>G",
"hgvs_p": null,
"transcript": "ENST00000646745.1",
"protein_id": "ENSP00000495976.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000646745.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "n.1815A>G",
"hgvs_p": null,
"transcript": "XR_934509.3",
"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_934509.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"hgvs_c": "n.*1270A>G",
"hgvs_p": null,
"transcript": "ENST00000646745.1",
"protein_id": "ENSP00000495976.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000646745.1"
}
],
"gene_symbol": "INTS2",
"gene_hgnc_id": 29241,
"dbsnp": "rs753765",
"frequency_reference_population": 0.0779415,
"hom_count_reference_population": 8091,
"allele_count_reference_population": 125688,
"gnomad_exomes_af": 0.0791646,
"gnomad_genomes_af": 0.0662004,
"gnomad_exomes_ac": 115616,
"gnomad_genomes_ac": 10072,
"gnomad_exomes_homalt": 7504,
"gnomad_genomes_homalt": 587,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5600000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.314,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BP7,BA1",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_020748.4",
"gene_symbol": "INTS2",
"hgnc_id": 29241,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1773A>G",
"hgvs_p": "p.Gln591Gln"
}
],
"clinvar_disease": "INTS2-related disorder",
"clinvar_classification": "Benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "INTS2-related disorder",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}