← 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-3543480-G-GCCC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=3543480&ref=G&alt=GCCC&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 3543480,
"ref": "G",
"alt": "GCCC",
"effect": "splice_region_variant,intron_variant",
"transcript": "ENST00000329493.6",
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.322+16_322+18dupCCC",
"hgvs_p": null,
"transcript": "NM_001135580.2",
"protein_id": "NP_001129052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 654,
"mane_select": "ENST00000329493.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.322+7_322+8insCCC",
"hgvs_p": null,
"transcript": "ENST00000329493.6",
"protein_id": "ENSP00000327950.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": -4,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 654,
"mane_select": "NM_001135580.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-504_329-503insGGG",
"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": -4,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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+1328_490+1329insGGG",
"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": -4,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.163+7_163+8insCCC",
"hgvs_p": null,
"transcript": "ENST00000681976.1",
"protein_id": "ENSP00000507755.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-506_1421-504dupGGG",
"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": -4,
"cds_end": null,
"cds_length": 1617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-506_1250-504dupGGG",
"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": -4,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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+1326_1420+1328dupGGG",
"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": -4,
"cds_end": null,
"cds_length": 1422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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+1326_1249+1328dupGGG",
"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": -4,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1914,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.451+16_451+18dupCCC",
"hgvs_p": null,
"transcript": "XM_047437992.1",
"protein_id": "XP_047293948.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 252,
"cds_start": -4,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 826,
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"hgvs_c": "c.163+16_163+18dupCCC",
"hgvs_p": null,
"transcript": "XM_011527596.4",
"protein_id": "XP_011525898.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": -4,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD12",
"gene_hgnc_id": 28299,
"hgvs_c": "n.-99_-98insGGG",
"hgvs_p": null,
"transcript": "ENST00000589157.1",
"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": 714,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TEKTIP1",
"gene_hgnc_id": 34496,
"dbsnp": "rs34196068",
"frequency_reference_population": 0.0055140113,
"hom_count_reference_population": 17,
"allele_count_reference_population": 6685,
"gnomad_exomes_af": 0.00551401,
"gnomad_genomes_af": 0.0244071,
"gnomad_exomes_ac": 6685,
"gnomad_genomes_ac": 3001,
"gnomad_exomes_homalt": 17,
"gnomad_genomes_homalt": 144,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": -0.478,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000329493.6",
"gene_symbol": "TEKTIP1",
"hgnc_id": 34496,
"effects": [
"splice_region_variant",
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.322+7_322+8insCCC",
"hgvs_p": null
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000398558.8",
"gene_symbol": "MFSD12",
"hgnc_id": 28299,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.329-504_329-503insGGG",
"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
}