← 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: 21-42389013-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=42389013&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "21",
"pos": 42389013,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000644384.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser",
"transcript": "NM_001256317.3",
"protein_id": "NP_001243246.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 453,
"cds_start": 238,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 2396,
"mane_select": "ENST00000644384.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser",
"transcript": "ENST00000644384.2",
"protein_id": "ENSP00000494414.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 453,
"cds_start": 238,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 2396,
"mane_select": "NM_001256317.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser",
"transcript": "ENST00000433957.7",
"protein_id": "ENSP00000411013.3",
"transcript_support_level": 1,
"aa_start": 80,
"aa_end": null,
"aa_length": 454,
"cds_start": 238,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 2402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser",
"transcript": "ENST00000398397.3",
"protein_id": "ENSP00000381434.3",
"transcript_support_level": 1,
"aa_start": 80,
"aa_end": null,
"aa_length": 344,
"cds_start": 238,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 1342,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "n.106C>A",
"hgvs_p": null,
"transcript": "ENST00000474596.5",
"protein_id": null,
"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": 2105,
"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": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "n.525C>A",
"hgvs_p": null,
"transcript": "ENST00000482761.1",
"protein_id": null,
"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": 2524,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser",
"transcript": "NM_024022.4",
"protein_id": "NP_076927.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 454,
"cds_start": 238,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 2399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser",
"transcript": "ENST00000652415.1",
"protein_id": "ENSP00000498756.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 453,
"cds_start": 238,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 590,
"cdna_end": null,
"cdna_length": 2544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.232C>A",
"hgvs_p": "p.Arg78Ser",
"transcript": "ENST00000398405.5",
"protein_id": "ENSP00000381442.1",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 451,
"cds_start": 232,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 758,
"cdna_end": null,
"cdna_length": 2754,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser",
"transcript": "NM_032405.2",
"protein_id": "NP_115781.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 344,
"cds_start": 238,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 400,
"cdna_end": null,
"cdna_length": 1303,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"hgvs_c": "c.-144C>A",
"hgvs_p": null,
"transcript": "NM_032404.3",
"protein_id": "NP_115780.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 327,
"cds_start": -4,
"cds_end": null,
"cds_length": 984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2136,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TMPRSS3",
"gene_hgnc_id": 11877,
"dbsnp": "rs143733205",
"frequency_reference_population": 0.00002230381,
"hom_count_reference_population": 0,
"allele_count_reference_population": 36,
"gnomad_exomes_af": 0.0000232584,
"gnomad_genomes_af": 0.0000131373,
"gnomad_exomes_ac": 34,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.24811285734176636,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.486,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2139,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.04,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.215,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,PP2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 2,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PM5",
"PP2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000644384.2",
"gene_symbol": "TMPRSS3",
"hgnc_id": 11877,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.238C>A",
"hgvs_p": "p.Arg80Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}