← 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-39955331-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=39955331&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 39955331,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001136493.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "NM_032793.5",
"protein_id": "NP_116182.2",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 530,
"cds_start": 39,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372811.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032793.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000372811.10",
"protein_id": "ENSP00000361898.6",
"transcript_support_level": 1,
"aa_start": 13,
"aa_end": null,
"aa_length": 530,
"cds_start": 39,
"cds_end": null,
"cds_length": 1593,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032793.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372811.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "n.174G>A",
"hgvs_p": null,
"transcript": "ENST00000483824.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000483824.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "NM_001136493.3",
"protein_id": "NP_001129965.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 543,
"cds_start": 39,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136493.3"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000372809.5",
"protein_id": "ENSP00000361895.5",
"transcript_support_level": 2,
"aa_start": 13,
"aa_end": null,
"aa_length": 543,
"cds_start": 39,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372809.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000857592.1",
"protein_id": "ENSP00000527651.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 538,
"cds_start": 39,
"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": "ENST00000857592.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "NM_001349821.2",
"protein_id": "NP_001336750.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 528,
"cds_start": 39,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349821.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000918782.1",
"protein_id": "ENSP00000588841.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 526,
"cds_start": 39,
"cds_end": null,
"cds_length": 1581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918782.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "NM_001349822.2",
"protein_id": "NP_001336751.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 502,
"cds_start": 39,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349822.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000857591.1",
"protein_id": "ENSP00000527650.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 502,
"cds_start": 39,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857591.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000942984.1",
"protein_id": "ENSP00000613043.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 502,
"cds_start": 39,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942984.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "NM_001287809.2",
"protein_id": "NP_001274738.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 491,
"cds_start": 39,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287809.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000857590.1",
"protein_id": "ENSP00000527649.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 431,
"cds_start": 39,
"cds_end": null,
"cds_length": 1296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000857590.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000942985.1",
"protein_id": "ENSP00000613044.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 429,
"cds_start": 39,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942985.1"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "ENST00000434861.5",
"protein_id": "ENSP00000407606.1",
"transcript_support_level": 3,
"aa_start": 13,
"aa_end": null,
"aa_length": 265,
"cds_start": 39,
"cds_end": null,
"cds_length": 799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000434861.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala",
"transcript": "XM_047432490.1",
"protein_id": "XP_047288446.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 500,
"cds_start": 39,
"cds_end": null,
"cds_length": 1503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432490.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.-303G>A",
"hgvs_p": null,
"transcript": "NM_001349823.2",
"protein_id": "NP_001336752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": null,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349823.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.-170G>A",
"hgvs_p": null,
"transcript": "NM_001287808.2",
"protein_id": "NP_001274737.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": null,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287808.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "c.-170G>A",
"hgvs_p": null,
"transcript": "ENST00000420632.6",
"protein_id": "ENSP00000391261.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": null,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420632.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"hgvs_c": "n.187G>A",
"hgvs_p": null,
"transcript": "NR_109896.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_109896.2"
}
],
"gene_symbol": "MFSD2A",
"gene_hgnc_id": 25897,
"dbsnp": "rs752299974",
"frequency_reference_population": 0.00009212861,
"hom_count_reference_population": 0,
"allele_count_reference_population": 133,
"gnomad_exomes_af": 0.0000998936,
"gnomad_genomes_af": 0.0000262709,
"gnomad_exomes_ac": 129,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5099999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.544,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 11,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_001136493.3",
"gene_symbol": "MFSD2A",
"hgnc_id": 25897,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.39G>A",
"hgvs_p": "p.Ala13Ala"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}