← 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: 7-2538119-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=2538119&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 2538119,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_152743.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2416A>G",
"hgvs_p": "p.Met806Val",
"transcript": "NM_152743.4",
"protein_id": "NP_689956.2",
"transcript_support_level": null,
"aa_start": 806,
"aa_end": null,
"aa_length": 821,
"cds_start": 2416,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 2470,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": "ENST00000340611.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2416A>G",
"hgvs_p": "p.Met806Val",
"transcript": "ENST00000340611.9",
"protein_id": "ENSP00000339637.4",
"transcript_support_level": 1,
"aa_start": 806,
"aa_end": null,
"aa_length": 821,
"cds_start": 2416,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 2470,
"cdna_end": null,
"cdna_length": 2779,
"mane_select": "NM_152743.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2596A>G",
"hgvs_p": "p.Met866Val",
"transcript": "NM_001350626.2",
"protein_id": "NP_001337555.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 881,
"cds_start": 2596,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 2650,
"cdna_end": null,
"cdna_length": 2959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1891A>G",
"hgvs_p": "p.Met631Val",
"transcript": "NM_001350627.2",
"protein_id": "NP_001337556.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 646,
"cds_start": 1891,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 2322,
"cdna_end": null,
"cdna_length": 2631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2680A>G",
"hgvs_p": "p.Met894Val",
"transcript": "XM_011515177.3",
"protein_id": "XP_011513479.1",
"transcript_support_level": null,
"aa_start": 894,
"aa_end": null,
"aa_length": 909,
"cds_start": 2680,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 2734,
"cdna_end": null,
"cdna_length": 3043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2680A>G",
"hgvs_p": "p.Met894Val",
"transcript": "XM_011515178.2",
"protein_id": "XP_011513480.1",
"transcript_support_level": null,
"aa_start": 894,
"aa_end": null,
"aa_length": 909,
"cds_start": 2680,
"cds_end": null,
"cds_length": 2730,
"cdna_start": 3180,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2677A>G",
"hgvs_p": "p.Met893Val",
"transcript": "XM_011515179.3",
"protein_id": "XP_011513481.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 908,
"cds_start": 2677,
"cds_end": null,
"cds_length": 2727,
"cdna_start": 2731,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2593A>G",
"hgvs_p": "p.Met865Val",
"transcript": "XM_047420028.1",
"protein_id": "XP_047275984.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 880,
"cds_start": 2593,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 2647,
"cdna_end": null,
"cdna_length": 2956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2500A>G",
"hgvs_p": "p.Met834Val",
"transcript": "XM_011515181.3",
"protein_id": "XP_011513483.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 849,
"cds_start": 2500,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 2554,
"cdna_end": null,
"cdna_length": 2863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2413A>G",
"hgvs_p": "p.Met805Val",
"transcript": "XM_017011834.2",
"protein_id": "XP_016867323.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 820,
"cds_start": 2413,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 2467,
"cdna_end": null,
"cdna_length": 2776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2155A>G",
"hgvs_p": "p.Met719Val",
"transcript": "XM_011515184.4",
"protein_id": "XP_011513486.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 734,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2205,
"cdna_start": 2755,
"cdna_end": null,
"cdna_length": 3064,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.2155A>G",
"hgvs_p": "p.Met719Val",
"transcript": "XM_047420030.1",
"protein_id": "XP_047275986.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 734,
"cds_start": 2155,
"cds_end": null,
"cds_length": 2205,
"cdna_start": 2607,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1891A>G",
"hgvs_p": "p.Met631Val",
"transcript": "XM_047420031.1",
"protein_id": "XP_047275987.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 646,
"cds_start": 1891,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 2343,
"cdna_end": null,
"cdna_length": 2652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.1252A>G",
"hgvs_p": "p.Met418Val",
"transcript": "XM_024446682.2",
"protein_id": "XP_024302450.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 433,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1302,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 1618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4202A>G",
"hgvs_p": null,
"transcript": "ENST00000467558.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 4440,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.4988A>G",
"hgvs_p": null,
"transcript": "ENST00000469750.5",
"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": 5226,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.5122A>G",
"hgvs_p": null,
"transcript": "ENST00000493232.5",
"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": 5360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "n.2599A>G",
"hgvs_p": null,
"transcript": "NR_146879.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": 2908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.*563A>G",
"hgvs_p": null,
"transcript": "XM_011515186.3",
"protein_id": "XP_011513488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 587,
"cds_start": -4,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.*563A>G",
"hgvs_p": null,
"transcript": "XM_047420032.1",
"protein_id": "XP_047275988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 586,
"cds_start": -4,
"cds_end": null,
"cds_length": 1761,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2687,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.*563A>G",
"hgvs_p": null,
"transcript": "XM_017011836.3",
"protein_id": "XP_016867325.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 559,
"cds_start": -4,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"hgvs_c": "c.*563A>G",
"hgvs_p": null,
"transcript": "XM_047420033.1",
"protein_id": "XP_047275989.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": -4,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2603,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BRAT1",
"gene_hgnc_id": 21701,
"dbsnp": "rs748686129",
"frequency_reference_population": 0.0000020772918,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000207729,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.12393295764923096,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.102,
"revel_prediction": "Benign",
"alphamissense_score": 0.0871,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.745,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152743.4",
"gene_symbol": "BRAT1",
"hgnc_id": 21701,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2416A>G",
"hgvs_p": "p.Met806Val"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}