← 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-3543317-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=3543317&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 3543317,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001135580.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.166C>T",
"hgvs_p": "p.Arg56Trp",
"transcript": "NM_001135580.2",
"protein_id": "NP_001129052.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 209,
"cds_start": 166,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000329493.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135580.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.166C>T",
"hgvs_p": "p.Arg56Trp",
"transcript": "ENST00000329493.6",
"protein_id": "ENSP00000327950.4",
"transcript_support_level": 2,
"aa_start": 56,
"aa_end": null,
"aa_length": 209,
"cds_start": 166,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001135580.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000329493.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.7C>T",
"hgvs_p": "p.Arg3Trp",
"transcript": "ENST00000681976.1",
"protein_id": "ENSP00000507755.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 156,
"cds_start": 7,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681976.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.295C>T",
"hgvs_p": "p.Arg99Trp",
"transcript": "XM_047437992.1",
"protein_id": "XP_047293948.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 252,
"cds_start": 295,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437992.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.7C>T",
"hgvs_p": "p.Arg3Trp",
"transcript": "XM_011527596.4",
"protein_id": "XP_011525898.1",
"transcript_support_level": null,
"aa_start": 3,
"aa_end": null,
"aa_length": 156,
"cds_start": 7,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527596.4"
},
{
"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": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "c.329-340G>A",
"hgvs_p": null,
"transcript": "ENST00000398558.8",
"protein_id": "ENSP00000381566.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": null,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398558.8"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "c.490+1492G>A",
"hgvs_p": null,
"transcript": "ENST00000615073.4",
"protein_id": "ENSP00000478456.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 163,
"cds_start": null,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000615073.4"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "c.1421-340G>A",
"hgvs_p": null,
"transcript": "XM_047438170.1",
"protein_id": "XP_047294126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 538,
"cds_start": null,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438170.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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "c.1250-340G>A",
"hgvs_p": null,
"transcript": "XM_005259490.5",
"protein_id": "XP_005259547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 481,
"cds_start": null,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005259490.5"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "c.1420+1492G>A",
"hgvs_p": null,
"transcript": "XM_011527684.3",
"protein_id": "XP_011525986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 473,
"cds_start": null,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527684.3"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "c.1249+1492G>A",
"hgvs_p": null,
"transcript": "XM_047438171.1",
"protein_id": "XP_047294127.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438171.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "n.66G>A",
"hgvs_p": null,
"transcript": "ENST00000589157.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": "ENST00000589157.1"
}
],
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"dbsnp": "rs780611465",
"frequency_reference_population": 0.0000671264,
"hom_count_reference_population": 0,
"allele_count_reference_population": 104,
"gnomad_exomes_af": 0.0000651379,
"gnomad_genomes_af": 0.0000853691,
"gnomad_exomes_ac": 91,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06261643767356873,
"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.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.1169,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.019,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001135580.2",
"gene_symbol": "TEKTIP1",
"hgnc_id": 34496,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.166C>T",
"hgvs_p": "p.Arg56Trp"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000398558.8",
"gene_symbol": "MFSD12",
"hgnc_id": 28299,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.329-340G>A",
"hgvs_p": null
}
],
"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
}