← 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: 1-198743340-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=198743340&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 198743340,
"ref": "T",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000442510.8",
"consequences": [
{
"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": 33,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2698-714T>G",
"hgvs_p": null,
"transcript": "NM_002838.5",
"protein_id": "NP_002829.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1306,
"cds_start": -4,
"cds_end": null,
"cds_length": 3921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5357,
"mane_select": "ENST00000442510.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2698-714T>G",
"hgvs_p": null,
"transcript": "ENST00000442510.8",
"protein_id": "ENSP00000411355.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1306,
"cds_start": -4,
"cds_end": null,
"cds_length": 3921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5357,
"mane_select": "NM_002838.5",
"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": 30,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2215-714T>G",
"hgvs_p": null,
"transcript": "ENST00000348564.12",
"protein_id": "ENSP00000306782.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6812,
"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": 31,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2413-714T>G",
"hgvs_p": null,
"transcript": "ENST00000697631.1",
"protein_id": "ENSP00000513363.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1211,
"cds_start": -4,
"cds_end": null,
"cds_length": 3636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4699,
"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": 30,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2215-714T>G",
"hgvs_p": null,
"transcript": "NM_080921.4",
"protein_id": "NP_563578.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4874,
"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": 29,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.1660-714T>G",
"hgvs_p": null,
"transcript": "ENST00000697632.1",
"protein_id": "ENSP00000513364.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 960,
"cds_start": -4,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4407,
"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": 22,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.1751-714T>G",
"hgvs_p": null,
"transcript": "ENST00000491302.2",
"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": 3951,
"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": 21,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "n.*919-714T>G",
"hgvs_p": null,
"transcript": "ENST00000697633.1",
"protein_id": "ENSP00000513365.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": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MIR181A1HG",
"gene_hgnc_id": 48659,
"hgvs_c": "n.422-1320A>C",
"hgvs_p": null,
"transcript": "ENST00000806890.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": 679,
"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": 33,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2698-714T>G",
"hgvs_p": null,
"transcript": "XM_047426381.1",
"protein_id": "XP_047282337.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1306,
"cds_start": -4,
"cds_end": null,
"cds_length": 3921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5333,
"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": 32,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2554-714T>G",
"hgvs_p": null,
"transcript": "XM_006711472.5",
"protein_id": "XP_006711535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1258,
"cds_start": -4,
"cds_end": null,
"cds_length": 3777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5213,
"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": 32,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2500-714T>G",
"hgvs_p": null,
"transcript": "XM_006711473.4",
"protein_id": "XP_006711536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5159,
"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": 32,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2500-714T>G",
"hgvs_p": null,
"transcript": "XM_047426398.1",
"protein_id": "XP_047282354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1240,
"cds_start": -4,
"cds_end": null,
"cds_length": 3723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5135,
"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": 31,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2356-714T>G",
"hgvs_p": null,
"transcript": "XM_006711474.4",
"protein_id": "XP_006711537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": -4,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5015,
"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": 31,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2356-714T>G",
"hgvs_p": null,
"transcript": "XM_047426409.1",
"protein_id": "XP_047282365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1192,
"cds_start": -4,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4991,
"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": 30,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.2215-714T>G",
"hgvs_p": null,
"transcript": "XM_047426415.1",
"protein_id": "XP_047282371.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1145,
"cds_start": -4,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4850,
"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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.817-714T>G",
"hgvs_p": null,
"transcript": "XM_047426417.1",
"protein_id": "XP_047282373.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 679,
"cds_start": -4,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3536,
"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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"hgvs_c": "c.817-714T>G",
"hgvs_p": null,
"transcript": "XM_047426420.1",
"protein_id": "XP_047282376.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 679,
"cds_start": -4,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PTPRC",
"gene_hgnc_id": 9666,
"dbsnp": "rs1932435",
"frequency_reference_population": 0.18539533,
"hom_count_reference_population": 3152,
"allele_count_reference_population": 28133,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.185395,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 28133,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 3152,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.575,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000442510.8",
"gene_symbol": "PTPRC",
"hgnc_id": 9666,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2698-714T>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000806890.1",
"gene_symbol": "MIR181A1HG",
"hgnc_id": 48659,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.422-1320A>C",
"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
}