← 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: 18-2937869-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=2937869&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 2937869,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000677752.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "NM_001375808.2",
"protein_id": "NP_001362737.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 1058,
"cdna_end": null,
"cdna_length": 6052,
"mane_select": "ENST00000677752.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "ENST00000677752.1",
"protein_id": "ENSP00000504857.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 1058,
"cdna_end": null,
"cdna_length": 6052,
"mane_select": "NM_001375808.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "ENST00000261596.9",
"protein_id": "ENSP00000261596.4",
"transcript_support_level": 1,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 1300,
"cdna_end": null,
"cdna_length": 6299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "NM_001375809.1",
"protein_id": "NP_001362738.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 1108,
"cdna_end": null,
"cdna_length": 6102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "NM_014646.2",
"protein_id": "NP_055461.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 1230,
"cdna_end": null,
"cdna_length": 6229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "ENST00000697040.1",
"protein_id": "ENSP00000513062.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 1106,
"cdna_end": null,
"cdna_length": 6092,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "ENST00000697039.1",
"protein_id": "ENSP00000513061.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 853,
"cds_start": 991,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 1058,
"cdna_end": null,
"cdna_length": 2752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "ENST00000697042.1",
"protein_id": "ENSP00000513064.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 647,
"cds_start": 991,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1086,
"cdna_end": null,
"cdna_length": 2039,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.1102G>T",
"hgvs_p": "p.Ala368Ser",
"transcript": "XM_005258177.5",
"protein_id": "XP_005258234.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 933,
"cds_start": 1102,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 1180,
"cdna_end": null,
"cdna_length": 6179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.1003G>T",
"hgvs_p": "p.Ala335Ser",
"transcript": "XM_047437958.1",
"protein_id": "XP_047293914.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 900,
"cds_start": 1003,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 1490,
"cdna_end": null,
"cdna_length": 6489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "XM_017026099.2",
"protein_id": "XP_016881588.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 1094,
"cdna_end": null,
"cdna_length": 6093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser",
"transcript": "XM_047437959.1",
"protein_id": "XP_047293915.1",
"transcript_support_level": null,
"aa_start": 331,
"aa_end": null,
"aa_length": 896,
"cds_start": 991,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 4948,
"cdna_end": null,
"cdna_length": 9947,
"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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"hgvs_c": "n.1108G>T",
"hgvs_p": null,
"transcript": "XR_935074.3",
"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": 1840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LPIN2",
"gene_hgnc_id": 14450,
"dbsnp": "rs80338805",
"frequency_reference_population": 0.0019044811,
"hom_count_reference_population": 4,
"allele_count_reference_population": 3074,
"gnomad_exomes_af": 0.00195226,
"gnomad_genomes_af": 0.00144552,
"gnomad_exomes_ac": 2854,
"gnomad_genomes_ac": 220,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008461207151412964,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.419,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0738,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.329,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000677752.1",
"gene_symbol": "LPIN2",
"hgnc_id": 14450,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.991G>T",
"hgvs_p": "p.Ala331Ser"
}
],
"clinvar_disease": "Autoinflammatory syndrome,LPIN2-related disorder,Majeed syndrome,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:6 B:1 O:2",
"phenotype_combined": "Majeed syndrome|not provided|Autoinflammatory syndrome|LPIN2-related disorder|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}