← 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: 4-127705652-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=127705652&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 127705652,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000335251.11",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "c.1628G>A",
"hgvs_p": "p.Arg543His",
"transcript": "NM_015693.4",
"protein_id": "NP_056508.2",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 942,
"cds_start": 1628,
"cds_end": null,
"cds_length": 2829,
"cdna_start": 1706,
"cdna_end": null,
"cdna_length": 13208,
"mane_select": "ENST00000335251.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "c.1628G>A",
"hgvs_p": "p.Arg543His",
"transcript": "ENST00000335251.11",
"protein_id": "ENSP00000334003.5",
"transcript_support_level": 1,
"aa_start": 543,
"aa_end": null,
"aa_length": 942,
"cds_start": 1628,
"cds_end": null,
"cds_length": 2829,
"cdna_start": 1706,
"cdna_end": null,
"cdna_length": 13208,
"mane_select": "NM_015693.4",
"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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "n.*385G>A",
"hgvs_p": null,
"transcript": "ENST00000503952.5",
"protein_id": "ENSP00000421995.1",
"transcript_support_level": 1,
"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": 3006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "n.*385G>A",
"hgvs_p": null,
"transcript": "ENST00000503952.5",
"protein_id": "ENSP00000421995.1",
"transcript_support_level": 1,
"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": 3006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "c.170G>A",
"hgvs_p": "p.Arg57His",
"transcript": "ENST00000506283.1",
"protein_id": "ENSP00000426171.1",
"transcript_support_level": 3,
"aa_start": 57,
"aa_end": null,
"aa_length": 95,
"cds_start": 170,
"cds_end": null,
"cds_length": 290,
"cdna_start": 170,
"cdna_end": null,
"cdna_length": 290,
"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": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "n.*2895G>A",
"hgvs_p": null,
"transcript": "ENST00000503626.5",
"protein_id": "ENSP00000426287.1",
"transcript_support_level": 2,
"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": 5740,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "n.297G>A",
"hgvs_p": null,
"transcript": "ENST00000512995.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"hgvs_c": "n.*2895G>A",
"hgvs_p": null,
"transcript": "ENST00000503626.5",
"protein_id": "ENSP00000426287.1",
"transcript_support_level": 2,
"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": 5740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "INTU",
"gene_hgnc_id": 29239,
"dbsnp": "rs34027211",
"frequency_reference_population": 0.000061342624,
"hom_count_reference_population": 0,
"allele_count_reference_population": 99,
"gnomad_exomes_af": 0.0000396802,
"gnomad_genomes_af": 0.000269386,
"gnomad_exomes_ac": 58,
"gnomad_genomes_ac": 41,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16679039597511292,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.284,
"revel_prediction": "Benign",
"alphamissense_score": 0.0705,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.532,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.13,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP5,BP4,BS1_Supporting",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 2,
"pathogenic_score": 1,
"criteria": [
"PP5",
"BP4",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "ENST00000335251.11",
"gene_symbol": "INTU",
"hgnc_id": 29239,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.1628G>A",
"hgvs_p": "p.Arg543His"
}
],
"clinvar_disease": "Jeune thoracic dystrophy",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Jeune thoracic dystrophy",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}