← 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-48342567-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=48342567&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 48342567,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_018273.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.938T>C",
"hgvs_p": "p.Leu313Pro",
"transcript": "NM_018273.4",
"protein_id": "NP_060743.2",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 459,
"cds_start": 938,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000293261.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018273.4"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.938T>C",
"hgvs_p": "p.Leu313Pro",
"transcript": "ENST00000293261.8",
"protein_id": "ENSP00000293261.2",
"transcript_support_level": 1,
"aa_start": 313,
"aa_end": null,
"aa_length": 459,
"cds_start": 938,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018273.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000293261.8"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Leu213Pro",
"transcript": "ENST00000377431.6",
"protein_id": "ENSP00000366649.1",
"transcript_support_level": 1,
"aa_start": 213,
"aa_end": null,
"aa_length": 359,
"cds_start": 638,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377431.6"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.935T>C",
"hgvs_p": "p.Leu312Pro",
"transcript": "ENST00000948722.1",
"protein_id": "ENSP00000618781.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 458,
"cds_start": 935,
"cds_end": null,
"cds_length": 1377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948722.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.932T>C",
"hgvs_p": "p.Leu311Pro",
"transcript": "ENST00000893975.1",
"protein_id": "ENSP00000564034.1",
"transcript_support_level": null,
"aa_start": 311,
"aa_end": null,
"aa_length": 457,
"cds_start": 932,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893975.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.833T>C",
"hgvs_p": "p.Leu278Pro",
"transcript": "NM_001303538.2",
"protein_id": "NP_001290467.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 424,
"cds_start": 833,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303538.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.833T>C",
"hgvs_p": "p.Leu278Pro",
"transcript": "ENST00000435956.7",
"protein_id": "ENSP00000397038.2",
"transcript_support_level": 2,
"aa_start": 278,
"aa_end": null,
"aa_length": 424,
"cds_start": 833,
"cds_end": null,
"cds_length": 1275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000435956.7"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.830T>C",
"hgvs_p": "p.Leu277Pro",
"transcript": "ENST00000918864.1",
"protein_id": "ENSP00000588923.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 423,
"cds_start": 830,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918864.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Leu248Pro",
"transcript": "NM_001303539.2",
"protein_id": "NP_001290468.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 394,
"cds_start": 743,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303539.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.743T>C",
"hgvs_p": "p.Leu248Pro",
"transcript": "ENST00000893974.1",
"protein_id": "ENSP00000564033.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 394,
"cds_start": 743,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893974.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Leu213Pro",
"transcript": "NM_001303540.2",
"protein_id": "NP_001290469.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 359,
"cds_start": 638,
"cds_end": null,
"cds_length": 1080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303540.2"
},
{
"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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.564+2593T>C",
"hgvs_p": null,
"transcript": "ENST00000893977.1",
"protein_id": "ENSP00000564036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 322,
"cds_start": null,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893977.1"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.459+2593T>C",
"hgvs_p": null,
"transcript": "ENST00000893976.1",
"protein_id": "ENSP00000564035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 287,
"cds_start": null,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893976.1"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.370-8370T>C",
"hgvs_p": null,
"transcript": "ENST00000948723.1",
"protein_id": "ENSP00000618782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 257,
"cds_start": null,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948723.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "n.425T>C",
"hgvs_p": null,
"transcript": "ENST00000600816.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000600816.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "n.612T>C",
"hgvs_p": null,
"transcript": "NR_130317.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_130317.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "c.*231T>C",
"hgvs_p": null,
"transcript": "ENST00000598926.5",
"protein_id": "ENSP00000471875.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598926.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"hgvs_c": "n.*180T>C",
"hgvs_p": null,
"transcript": "ENST00000595720.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000595720.5"
}
],
"gene_symbol": "TMEM143",
"gene_hgnc_id": 25603,
"dbsnp": "rs1163878914",
"frequency_reference_population": 0.000007533122,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000753312,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7887569665908813,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.243,
"revel_prediction": "Benign",
"alphamissense_score": 0.3894,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.126,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018273.4",
"gene_symbol": "TMEM143",
"hgnc_id": 25603,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.938T>C",
"hgvs_p": "p.Leu313Pro"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}