← 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-49293841-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49293841&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 49293841,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014037.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1604C>G",
"hgvs_p": "p.Thr535Arg",
"transcript": "NM_014037.3",
"protein_id": "NP_054756.2",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 736,
"cds_start": 1604,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000335875.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014037.3"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1604C>G",
"hgvs_p": "p.Thr535Arg",
"transcript": "ENST00000335875.9",
"protein_id": "ENSP00000338627.3",
"transcript_support_level": 5,
"aa_start": 535,
"aa_end": null,
"aa_length": 736,
"cds_start": 1604,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014037.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335875.9"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1604C>G",
"hgvs_p": "p.Thr535Arg",
"transcript": "ENST00000454748.7",
"protein_id": "ENSP00000404022.2",
"transcript_support_level": 1,
"aa_start": 535,
"aa_end": null,
"aa_length": 659,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454748.7"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.239C>G",
"hgvs_p": "p.Thr80Arg",
"transcript": "ENST00000598828.1",
"protein_id": "ENSP00000469885.1",
"transcript_support_level": 2,
"aa_start": 80,
"aa_end": null,
"aa_length": 162,
"cds_start": 239,
"cds_end": null,
"cds_length": 490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598828.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1781C>G",
"hgvs_p": "p.Thr594Arg",
"transcript": "XM_047438701.1",
"protein_id": "XP_047294657.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 795,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438701.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1781C>G",
"hgvs_p": "p.Thr594Arg",
"transcript": "XM_047438702.1",
"protein_id": "XP_047294658.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 795,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438702.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1673C>G",
"hgvs_p": "p.Thr558Arg",
"transcript": "XM_047438703.1",
"protein_id": "XP_047294659.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 759,
"cds_start": 1673,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438703.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1670C>G",
"hgvs_p": "p.Thr557Arg",
"transcript": "XM_011526860.3",
"protein_id": "XP_011525162.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 758,
"cds_start": 1670,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526860.3"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1604C>G",
"hgvs_p": "p.Thr535Arg",
"transcript": "XM_005258820.4",
"protein_id": "XP_005258877.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 736,
"cds_start": 1604,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258820.4"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1604C>G",
"hgvs_p": "p.Thr535Arg",
"transcript": "XM_006723168.4",
"protein_id": "XP_006723231.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 736,
"cds_start": 1604,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723168.4"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1604C>G",
"hgvs_p": "p.Thr535Arg",
"transcript": "XM_024451472.2",
"protein_id": "XP_024307240.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 736,
"cds_start": 1604,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451472.2"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1493C>G",
"hgvs_p": "p.Thr498Arg",
"transcript": "XM_011526859.4",
"protein_id": "XP_011525161.3",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 699,
"cds_start": 1493,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526859.4"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1163C>G",
"hgvs_p": "p.Thr388Arg",
"transcript": "XM_011526861.4",
"protein_id": "XP_011525163.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 589,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011526861.4"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "c.1163C>G",
"hgvs_p": "p.Thr388Arg",
"transcript": "XM_047438704.1",
"protein_id": "XP_047294660.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 589,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438704.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"hgvs_c": "n.460C>G",
"hgvs_p": null,
"transcript": "ENST00000598221.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": "ENST00000598221.1"
}
],
"gene_symbol": "SLC6A16",
"gene_hgnc_id": 13622,
"dbsnp": "rs1600606681",
"frequency_reference_population": 0.0000054730494,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000547305,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07541647553443909,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.061,
"revel_prediction": "Benign",
"alphamissense_score": 0.088,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.577,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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_014037.3",
"gene_symbol": "SLC6A16",
"hgnc_id": 13622,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1604C>G",
"hgvs_p": "p.Thr535Arg"
}
],
"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
}