← 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: 14-53152378-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=53152378&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "14",
"pos": 53152378,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001160148.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "NM_001160148.2",
"protein_id": "NP_001153620.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 900,
"cds_start": 721,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12941,
"mane_select": "ENST00000673822.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "ENST00000673822.2",
"protein_id": "ENSP00000500986.2",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 900,
"cds_start": 721,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12941,
"mane_select": "NM_001160148.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "ENST00000357758.3",
"protein_id": "ENSP00000350401.3",
"transcript_support_level": 1,
"aa_start": 241,
"aa_end": null,
"aa_length": 872,
"cds_start": 721,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 905,
"cdna_end": null,
"cdna_length": 5603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "NM_001160147.2",
"protein_id": "NP_001153619.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 879,
"cds_start": 721,
"cds_end": null,
"cds_length": 2640,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12878,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "ENST00000395606.5",
"protein_id": "ENSP00000378970.1",
"transcript_support_level": 2,
"aa_start": 241,
"aa_end": null,
"aa_length": 879,
"cds_start": 721,
"cds_end": null,
"cds_length": 2640,
"cdna_start": 827,
"cdna_end": null,
"cdna_length": 12769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "NM_030637.3",
"protein_id": "NP_085140.2",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 872,
"cds_start": 721,
"cds_end": null,
"cds_length": 2619,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.28A>C",
"hgvs_p": "p.Thr10Pro",
"transcript": "ENST00000323669.10",
"protein_id": "ENSP00000327104.6",
"transcript_support_level": 2,
"aa_start": 10,
"aa_end": null,
"aa_length": 675,
"cds_start": 28,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 28,
"cdna_end": null,
"cdna_length": 2363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.238A>C",
"hgvs_p": "p.Thr80Pro",
"transcript": "ENST00000673930.1",
"protein_id": "ENSP00000501087.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 668,
"cds_start": 238,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 238,
"cdna_end": null,
"cdna_length": 2172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "XM_011537188.3",
"protein_id": "XP_011535490.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 941,
"cds_start": 721,
"cds_end": null,
"cds_length": 2826,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 13064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "XM_005268102.3",
"protein_id": "XP_005268159.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 934,
"cds_start": 721,
"cds_end": null,
"cds_length": 2805,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 13043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "XM_011537189.3",
"protein_id": "XP_011535491.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 913,
"cds_start": 721,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12980,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "XM_005268103.3",
"protein_id": "XP_005268160.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 907,
"cds_start": 721,
"cds_end": null,
"cds_length": 2724,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "XM_017021668.2",
"protein_id": "XP_016877157.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 906,
"cds_start": 721,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "XM_005268105.3",
"protein_id": "XP_005268162.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 857,
"cds_start": 721,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro",
"transcript": "XM_017021669.2",
"protein_id": "XP_016877158.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 829,
"cds_start": 721,
"cds_end": null,
"cds_length": 2490,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 12728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "n.23A>C",
"hgvs_p": null,
"transcript": "ENST00000557445.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": 698,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"hgvs_c": "n.4A>C",
"hgvs_p": null,
"transcript": "ENST00000674014.1",
"protein_id": "ENSP00000501105.1",
"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": 2533,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1-DT",
"gene_hgnc_id": 55441,
"hgvs_c": "n.97T>G",
"hgvs_p": null,
"transcript": "ENST00000728779.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": 535,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDHD1-DT",
"gene_hgnc_id": 55441,
"hgvs_c": "n.2T>G",
"hgvs_p": null,
"transcript": "ENST00000729483.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": 616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DDHD1",
"gene_hgnc_id": 19714,
"dbsnp": "rs1186603552",
"frequency_reference_population": 0.0000018590747,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000136842,
"gnomad_genomes_af": 0.0000065716,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.056999146938323975,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.009,
"revel_prediction": "Benign",
"alphamissense_score": 0.0656,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.88,
"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": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001160148.2",
"gene_symbol": "DDHD1",
"hgnc_id": 19714,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.721A>C",
"hgvs_p": "p.Thr241Pro"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000728779.1",
"gene_symbol": "DDHD1-DT",
"hgnc_id": 55441,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.97T>G",
"hgvs_p": null
}
],
"clinvar_disease": "Hereditary spastic paraplegia 28",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Hereditary spastic paraplegia 28",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}