← 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-1397368-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=1397368&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 1397368,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_000156.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.702C>G",
"hgvs_p": "p.Thr234Thr",
"transcript": "NM_000156.6",
"protein_id": "NP_000147.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 236,
"cds_start": 702,
"cds_end": null,
"cds_length": 711,
"cdna_start": 768,
"cdna_end": null,
"cdna_length": 1110,
"mane_select": "ENST00000252288.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000156.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.702C>G",
"hgvs_p": "p.Thr234Thr",
"transcript": "ENST00000252288.8",
"protein_id": "ENSP00000252288.1",
"transcript_support_level": 1,
"aa_start": 234,
"aa_end": null,
"aa_length": 236,
"cds_start": 702,
"cds_end": null,
"cds_length": 711,
"cdna_start": 768,
"cdna_end": null,
"cdna_length": 1110,
"mane_select": "NM_000156.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000252288.8"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.972C>G",
"hgvs_p": "p.Thr324Thr",
"transcript": "ENST00000902474.1",
"protein_id": "ENSP00000572533.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 326,
"cds_start": 972,
"cds_end": null,
"cds_length": 981,
"cdna_start": 1030,
"cdna_end": null,
"cdna_length": 1304,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902474.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.705C>G",
"hgvs_p": "p.Thr235Thr",
"transcript": "ENST00000902472.1",
"protein_id": "ENSP00000572531.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 237,
"cds_start": 705,
"cds_end": null,
"cds_length": 714,
"cdna_start": 771,
"cdna_end": null,
"cdna_length": 1049,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902472.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.699C>G",
"hgvs_p": "p.Thr233Thr",
"transcript": "ENST00000902476.1",
"protein_id": "ENSP00000572535.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 235,
"cds_start": 699,
"cds_end": null,
"cds_length": 708,
"cdna_start": 733,
"cdna_end": null,
"cdna_length": 1007,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902476.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.690C>G",
"hgvs_p": "p.Thr230Thr",
"transcript": "ENST00000902475.1",
"protein_id": "ENSP00000572534.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 232,
"cds_start": 690,
"cds_end": null,
"cds_length": 699,
"cdna_start": 729,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902475.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.678C>G",
"hgvs_p": "p.Thr226Thr",
"transcript": "ENST00000902477.1",
"protein_id": "ENSP00000572536.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 228,
"cds_start": 678,
"cds_end": null,
"cds_length": 687,
"cdna_start": 710,
"cdna_end": null,
"cdna_length": 984,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902477.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.660C>G",
"hgvs_p": "p.Thr220Thr",
"transcript": "ENST00000902471.1",
"protein_id": "ENSP00000572530.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 222,
"cds_start": 660,
"cds_end": null,
"cds_length": 669,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 1006,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902471.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.633C>G",
"hgvs_p": "p.Thr211Thr",
"transcript": "ENST00000640762.1",
"protein_id": "ENSP00000492031.1",
"transcript_support_level": 5,
"aa_start": 211,
"aa_end": null,
"aa_length": 213,
"cds_start": 633,
"cds_end": null,
"cds_length": 642,
"cdna_start": 651,
"cdna_end": null,
"cdna_length": 751,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640762.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.630C>G",
"hgvs_p": "p.Thr210Thr",
"transcript": "ENST00000970136.1",
"protein_id": "ENSP00000640195.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 212,
"cds_start": 630,
"cds_end": null,
"cds_length": 639,
"cdna_start": 669,
"cdna_end": null,
"cdna_length": 943,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970136.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.582C>G",
"hgvs_p": "p.Thr194Thr",
"transcript": "ENST00000902470.1",
"protein_id": "ENSP00000572529.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 196,
"cds_start": 582,
"cds_end": null,
"cds_length": 591,
"cdna_start": 667,
"cdna_end": null,
"cdna_length": 948,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902470.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "c.492C>G",
"hgvs_p": "p.Thr164Thr",
"transcript": "ENST00000902473.1",
"protein_id": "ENSP00000572532.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 166,
"cds_start": 492,
"cds_end": null,
"cds_length": 501,
"cdna_start": 550,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"hgvs_c": "n.*15C>G",
"hgvs_p": null,
"transcript": "ENST00000640164.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": 520,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000640164.1"
}
],
"gene_symbol": "GAMT",
"gene_hgnc_id": 4136,
"dbsnp": "rs1375010161",
"frequency_reference_population": 0.0000024821718,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000205576,
"gnomad_genomes_af": 0.00000657125,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.36000001430511475,
"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.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.394,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_000156.6",
"gene_symbol": "GAMT",
"hgnc_id": 4136,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.702C>G",
"hgvs_p": "p.Thr234Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}