← 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: 19-6751270-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=6751270&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 6751270,
"ref": "C",
"alt": "T",
"effect": "3_prime_UTR_variant",
"transcript": "ENST00000313244.14",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.1726C>T",
"hgvs_p": "p.Pro576Ser",
"transcript": "ENST00000596758.5",
"protein_id": "ENSP00000469360.1",
"transcript_support_level": 1,
"aa_start": 576,
"aa_end": null,
"aa_length": 593,
"cds_start": 1726,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1726,
"cdna_end": null,
"cdna_length": 1920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.*59C>T",
"hgvs_p": null,
"transcript": "NM_001288962.2",
"protein_id": "NP_001275891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 601,
"cds_start": -4,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2207,
"mane_select": "ENST00000313244.14",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.*59C>T",
"hgvs_p": null,
"transcript": "ENST00000313244.14",
"protein_id": "ENSP00000320117.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 601,
"cds_start": -4,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2207,
"mane_select": "NM_001288962.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.*59C>T",
"hgvs_p": null,
"transcript": "ENST00000313285.12",
"protein_id": "ENSP00000320493.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.1726C>T",
"hgvs_p": "p.Pro576Ser",
"transcript": "NM_001288963.3",
"protein_id": "NP_001275892.1",
"transcript_support_level": null,
"aa_start": 576,
"aa_end": null,
"aa_length": 593,
"cds_start": 1726,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.1894C>T",
"hgvs_p": "p.Pro632Ser",
"transcript": "XM_006722940.2",
"protein_id": "XP_006723003.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 649,
"cds_start": 1894,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 1976,
"cdna_end": null,
"cdna_length": 2186,
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "n.1812C>T",
"hgvs_p": null,
"transcript": "ENST00000595305.5",
"protein_id": null,
"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": 2068,
"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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "n.*703C>T",
"hgvs_p": null,
"transcript": "ENST00000600677.5",
"protein_id": "ENSP00000472580.1",
"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": 2022,
"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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "n.1798C>T",
"hgvs_p": null,
"transcript": "NR_110231.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": 2058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.*59C>T",
"hgvs_p": null,
"transcript": "NM_004240.4",
"protein_id": "NP_004231.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 545,
"cds_start": -4,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "c.*59C>T",
"hgvs_p": null,
"transcript": "ENST00000600428.5",
"protein_id": "ENSP00000471203.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 437,
"cds_start": -4,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2249,
"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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"hgvs_c": "n.*703C>T",
"hgvs_p": null,
"transcript": "ENST00000600677.5",
"protein_id": "ENSP00000472580.1",
"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": 2022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000269680",
"gene_hgnc_id": 58603,
"hgvs_c": "n.107+91G>A",
"hgvs_p": null,
"transcript": "ENST00000594056.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 686,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRIP10",
"gene_hgnc_id": 12304,
"dbsnp": "rs1049230",
"frequency_reference_population": 0.18804847,
"hom_count_reference_population": 29470,
"allele_count_reference_population": 302960,
"gnomad_exomes_af": 0.184796,
"gnomad_genomes_af": 0.219309,
"gnomad_exomes_ac": 269661,
"gnomad_genomes_ac": 33299,
"gnomad_exomes_homalt": 25675,
"gnomad_genomes_homalt": 3795,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.001584470272064209,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.071,
"revel_prediction": "Benign",
"alphamissense_score": 0.0805,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.702,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000313244.14",
"gene_symbol": "TRIP10",
"hgnc_id": 12304,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*59C>T",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000594056.1",
"gene_symbol": "ENSG00000269680",
"hgnc_id": 58603,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.107+91G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}