← 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-150648565-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=150648565&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 150648565,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018178.6",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"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": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asp205Gly",
"transcript": "NM_018178.6",
"protein_id": "NP_060648.2",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 285,
"cds_start": 614,
"cds_end": null,
"cds_length": 858,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": "ENST00000271732.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018178.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"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": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asp205Gly",
"transcript": "ENST00000271732.8",
"protein_id": "ENSP00000271732.3",
"transcript_support_level": 1,
"aa_start": 205,
"aa_end": null,
"aa_length": 285,
"cds_start": 614,
"cds_end": null,
"cds_length": 858,
"cdna_start": 789,
"cdna_end": null,
"cdna_length": 3124,
"mane_select": "NM_018178.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000271732.8"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asp205Gly",
"transcript": "ENST00000854642.1",
"protein_id": "ENSP00000524701.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 285,
"cds_start": 614,
"cds_end": null,
"cds_length": 858,
"cdna_start": 792,
"cdna_end": null,
"cdna_length": 3127,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854642.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asp205Gly",
"transcript": "ENST00000854644.1",
"protein_id": "ENSP00000524703.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 285,
"cds_start": 614,
"cds_end": null,
"cds_length": 858,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1324,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854644.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asp205Gly",
"transcript": "ENST00000943663.1",
"protein_id": "ENSP00000613722.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 285,
"cds_start": 614,
"cds_end": null,
"cds_length": 858,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 3501,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943663.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asp205Gly",
"transcript": "ENST00000943664.1",
"protein_id": "ENSP00000613723.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 285,
"cds_start": 614,
"cds_end": null,
"cds_length": 858,
"cdna_start": 659,
"cdna_end": null,
"cdna_length": 1320,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943664.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.680A>G",
"hgvs_p": "p.Asp227Gly",
"transcript": "ENST00000427665.1",
"protein_id": "ENSP00000410476.1",
"transcript_support_level": 3,
"aa_start": 227,
"aa_end": null,
"aa_length": 268,
"cds_start": 680,
"cds_end": null,
"cds_length": 808,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 973,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427665.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.548A>G",
"hgvs_p": "p.Asp183Gly",
"transcript": "ENST00000854643.1",
"protein_id": "ENSP00000524702.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 263,
"cds_start": 548,
"cds_end": null,
"cds_length": 792,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 3058,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854643.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.482A>G",
"hgvs_p": "p.Asp161Gly",
"transcript": "ENST00000854641.1",
"protein_id": "ENSP00000524700.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 241,
"cds_start": 482,
"cds_end": null,
"cds_length": 726,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 3024,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854641.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"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": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.656A>G",
"hgvs_p": "p.Asp219Gly",
"transcript": "XM_006711428.3",
"protein_id": "XP_006711491.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 299,
"cds_start": 656,
"cds_end": null,
"cds_length": 900,
"cdna_start": 2051,
"cdna_end": null,
"cdna_length": 4386,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711428.3"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLPH3L",
"gene_hgnc_id": 24882,
"hgvs_c": "c.524A>G",
"hgvs_p": "p.Asp175Gly",
"transcript": "XM_047424285.1",
"protein_id": "XP_047280241.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 255,
"cds_start": 524,
"cds_end": null,
"cds_length": 768,
"cdna_start": 1919,
"cdna_end": null,
"cdna_length": 4254,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424285.1"
}
],
"gene_symbol": "GOLPH3L",
"gene_hgnc_id": 24882,
"dbsnp": "rs371107154",
"frequency_reference_population": 6.8411526e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84115e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.42658108472824097,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.379,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2424,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.837,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018178.6",
"gene_symbol": "GOLPH3L",
"hgnc_id": 24882,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.614A>G",
"hgvs_p": "p.Asp205Gly"
}
],
"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
}