← 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: 6-123503847-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=123503847&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 123503847,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000334268.9",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "NM_006073.4",
"protein_id": "NP_006064.2",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 729,
"cds_start": 665,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 4627,
"mane_select": "ENST00000334268.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "ENST00000334268.9",
"protein_id": "ENSP00000333984.5",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 729,
"cds_start": 665,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 4627,
"mane_select": "NM_006073.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "ENST00000628709.2",
"protein_id": "ENSP00000486095.1",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 297,
"cds_start": 665,
"cds_end": null,
"cds_length": 894,
"cdna_start": 799,
"cdna_end": null,
"cdna_length": 1661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "ENST00000546248.6",
"protein_id": "ENSP00000439281.2",
"transcript_support_level": 1,
"aa_start": 222,
"aa_end": null,
"aa_length": 286,
"cds_start": 665,
"cds_end": null,
"cds_length": 861,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 3096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "NM_001251987.2",
"protein_id": "NP_001238916.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 461,
"cds_start": 665,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 4606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "ENST00000662930.1",
"protein_id": "ENSP00000499585.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 461,
"cds_start": 665,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 878,
"cdna_end": null,
"cdna_length": 4649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "NM_001407315.1",
"protein_id": "NP_001394244.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 441,
"cds_start": 665,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 4546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "NM_001256020.2",
"protein_id": "NP_001242949.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 297,
"cds_start": 665,
"cds_end": null,
"cds_length": 894,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 1702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly",
"transcript": "NM_001256021.2",
"protein_id": "NP_001242950.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 286,
"cds_start": 665,
"cds_end": null,
"cds_length": 861,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 2859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.467T>G",
"hgvs_p": "p.Val156Gly",
"transcript": "ENST00000361029.9",
"protein_id": "ENSP00000354307.5",
"transcript_support_level": 5,
"aa_start": 156,
"aa_end": null,
"aa_length": 246,
"cds_start": 467,
"cds_end": null,
"cds_length": 741,
"cdna_start": 930,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"hgvs_c": "c.467T>G",
"hgvs_p": "p.Val156Gly",
"transcript": "ENST00000714023.1",
"protein_id": "ENSP00000519313.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 202,
"cds_start": 467,
"cds_end": null,
"cds_length": 609,
"cdna_start": 854,
"cdna_end": null,
"cdna_length": 1901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.409-5599A>C",
"hgvs_p": null,
"transcript": "ENST00000625262.3",
"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": 1210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.387-5599A>C",
"hgvs_p": null,
"transcript": "ENST00000628939.3",
"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": 693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.322-5599A>C",
"hgvs_p": null,
"transcript": "ENST00000656482.3",
"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": 1118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.370-5599A>C",
"hgvs_p": null,
"transcript": "ENST00000668867.4",
"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": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.191-5599A>C",
"hgvs_p": null,
"transcript": "ENST00000761437.1",
"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": 499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.258-4134A>C",
"hgvs_p": null,
"transcript": "ENST00000761438.1",
"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": 672,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.190-2663A>C",
"hgvs_p": null,
"transcript": "ENST00000761439.1",
"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": 618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TRDN-AS1",
"gene_hgnc_id": 40592,
"hgvs_c": "n.271-2663A>C",
"hgvs_p": null,
"transcript": "ENST00000761440.1",
"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": 918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRDN",
"gene_hgnc_id": 12261,
"dbsnp": "rs758037868",
"frequency_reference_population": 0.00000968523,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000968523,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14888501167297363,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.063,
"revel_prediction": "Benign",
"alphamissense_score": 0.1099,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.159,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000334268.9",
"gene_symbol": "TRDN",
"hgnc_id": 12261,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.665T>G",
"hgvs_p": "p.Val222Gly"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000656482.3",
"gene_symbol": "TRDN-AS1",
"hgnc_id": 40592,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.322-5599A>C",
"hgvs_p": null
}
],
"clinvar_disease": "Cardiovascular phenotype,Catecholaminergic polymorphic ventricular tachycardia 1",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Cardiovascular phenotype|Catecholaminergic polymorphic ventricular tachycardia 1",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}