← 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: 3-111585362-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=111585362&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 111585362,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000352690.9",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.791C>A",
"hgvs_p": "p.Thr264Lys",
"transcript": "NM_005816.5",
"protein_id": "NP_005807.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 569,
"cds_start": 791,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 4328,
"mane_select": "ENST00000352690.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.791C>A",
"hgvs_p": "p.Thr264Lys",
"transcript": "ENST00000352690.9",
"protein_id": "ENSP00000342040.3",
"transcript_support_level": 1,
"aa_start": 264,
"aa_end": null,
"aa_length": 569,
"cds_start": 791,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 4328,
"mane_select": "NM_005816.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.839C>A",
"hgvs_p": "p.Thr280Lys",
"transcript": "ENST00000283285.10",
"protein_id": "ENSP00000283285.5",
"transcript_support_level": 1,
"aa_start": 280,
"aa_end": null,
"aa_length": 585,
"cds_start": 839,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 4245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.791C>A",
"hgvs_p": "p.Thr264Lys",
"transcript": "ENST00000438817.6",
"protein_id": "ENSP00000389801.2",
"transcript_support_level": 1,
"aa_start": 264,
"aa_end": null,
"aa_length": 402,
"cds_start": 791,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 890,
"cdna_end": null,
"cdna_length": 1565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.839C>A",
"hgvs_p": "p.Thr280Lys",
"transcript": "NM_198196.3",
"protein_id": "NP_937839.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 585,
"cds_start": 839,
"cds_end": null,
"cds_length": 1758,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 4376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.791C>A",
"hgvs_p": "p.Thr264Lys",
"transcript": "NM_001410800.1",
"protein_id": "NP_001397729.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 568,
"cds_start": 791,
"cds_end": null,
"cds_length": 1707,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 4325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.791C>A",
"hgvs_p": "p.Thr264Lys",
"transcript": "NM_001318889.2",
"protein_id": "NP_001305818.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 402,
"cds_start": 791,
"cds_end": null,
"cds_length": 1209,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 1520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "c.839C>A",
"hgvs_p": "p.Thr280Lys",
"transcript": "XM_006713469.4",
"protein_id": "XP_006713532.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 584,
"cds_start": 839,
"cds_end": null,
"cds_length": 1755,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 4373,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.791C>A",
"hgvs_p": null,
"transcript": "ENST00000494798.2",
"protein_id": "ENSP00000417152.1",
"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": 2285,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.843C>A",
"hgvs_p": null,
"transcript": "NR_134917.2",
"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": 2281,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.891C>A",
"hgvs_p": null,
"transcript": "XR_001739977.2",
"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": 9415,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.891C>A",
"hgvs_p": null,
"transcript": "XR_007093273.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": 3055,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.891C>A",
"hgvs_p": null,
"transcript": "XR_007093307.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": 2329,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.843C>A",
"hgvs_p": null,
"transcript": "XR_007093316.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": 3007,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.843C>A",
"hgvs_p": null,
"transcript": "XR_007093326.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": 2284,
"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": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.843C>A",
"hgvs_p": null,
"transcript": "XR_007093335.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": 2409,
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.843C>A",
"hgvs_p": null,
"transcript": "XR_007093366.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": 3004,
"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": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.891C>A",
"hgvs_p": null,
"transcript": "XR_241462.2",
"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": 2332,
"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": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"hgvs_c": "n.891C>A",
"hgvs_p": null,
"transcript": "XR_924090.2",
"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": 2457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CD96",
"gene_hgnc_id": 16892,
"dbsnp": "rs119477056",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15481901168823242,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.11999999731779099,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.037,
"revel_prediction": "Benign",
"alphamissense_score": 0.1154,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.651,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.12,
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PM5,BP4_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 2,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PM5",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000352690.9",
"gene_symbol": "CD96",
"hgnc_id": 16892,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD,AR",
"hgvs_c": "c.791C>A",
"hgvs_p": "p.Thr264Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}