← 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-78131671-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=78131671&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 78131671,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_152468.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMC8",
"gene_hgnc_id": 20474,
"hgvs_c": "c.83G>A",
"hgvs_p": "p.Arg28Gln",
"transcript": "NM_152468.5",
"protein_id": "NP_689681.2",
"transcript_support_level": null,
"aa_start": 28,
"aa_end": null,
"aa_length": 726,
"cds_start": 83,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 4426,
"mane_select": "ENST00000318430.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMC8",
"gene_hgnc_id": 20474,
"hgvs_c": "c.83G>A",
"hgvs_p": "p.Arg28Gln",
"transcript": "ENST00000318430.10",
"protein_id": "ENSP00000325561.4",
"transcript_support_level": 1,
"aa_start": 28,
"aa_end": null,
"aa_length": 726,
"cds_start": 83,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 4426,
"mane_select": "NM_152468.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-75+670C>T",
"hgvs_p": null,
"transcript": "ENST00000322914.7",
"protein_id": "ENSP00000313408.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TMC8",
"gene_hgnc_id": 20474,
"hgvs_c": "c.-372+266G>A",
"hgvs_p": null,
"transcript": "ENST00000589691.1",
"protein_id": "ENSP00000467482.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 503,
"cds_start": -4,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3927,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-745C>T",
"hgvs_p": null,
"transcript": "XM_024450556.2",
"protein_id": "XP_024306324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8455,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMC8",
"gene_hgnc_id": 20474,
"hgvs_c": "n.465G>A",
"hgvs_p": null,
"transcript": "ENST00000590799.5",
"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": 971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-745C>T",
"hgvs_p": null,
"transcript": "XM_024450556.2",
"protein_id": "XP_024306324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-75+670C>T",
"hgvs_p": null,
"transcript": "NM_007267.7",
"protein_id": "NP_009198.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2809,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-75+670C>T",
"hgvs_p": null,
"transcript": "XM_047435253.1",
"protein_id": "XP_047291209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-143+670C>T",
"hgvs_p": null,
"transcript": "XM_047435255.1",
"protein_id": "XP_047291211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 805,
"cds_start": -4,
"cds_end": null,
"cds_length": 2418,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-75+670C>T",
"hgvs_p": null,
"transcript": "XM_047435260.1",
"protein_id": "XP_047291216.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 763,
"cds_start": -4,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-143+670C>T",
"hgvs_p": null,
"transcript": "XM_047435267.1",
"protein_id": "XP_047291223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TMC6",
"gene_hgnc_id": 18021,
"hgvs_c": "c.-75+670C>T",
"hgvs_p": null,
"transcript": "XM_047435269.1",
"protein_id": "XP_047291225.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": -4,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMC8",
"gene_hgnc_id": 20474,
"hgvs_c": "n.*76G>A",
"hgvs_p": null,
"transcript": "ENST00000590426.1",
"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": 433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TMC8",
"gene_hgnc_id": 20474,
"dbsnp": "rs759727058",
"frequency_reference_population": 7.051251e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.05125e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17600739002227783,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.186,
"revel_prediction": "Benign",
"alphamissense_score": 0.1066,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.062,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152468.5",
"gene_symbol": "TMC8",
"hgnc_id": 20474,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.83G>A",
"hgvs_p": "p.Arg28Gln"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XM_024450556.2",
"gene_symbol": "TMC6",
"hgnc_id": 18021,
"effects": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-745C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}