← 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-54938096-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=54938096&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 54938096,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000592784.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "NM_001127255.2",
"protein_id": "NP_001120727.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2077,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 2178,
"cdna_end": null,
"cdna_length": 3440,
"mane_select": "ENST00000592784.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000592784.6",
"protein_id": "ENSP00000468706.1",
"transcript_support_level": 1,
"aa_start": 693,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2077,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 2178,
"cdna_end": null,
"cdna_length": 3440,
"mane_select": "NM_001127255.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000588756.5",
"protein_id": "ENSP00000467123.1",
"transcript_support_level": 1,
"aa_start": 693,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2077,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 2564,
"cdna_end": null,
"cdna_length": 3826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000340844.6",
"protein_id": "ENSP00000339491.2",
"transcript_support_level": 1,
"aa_start": 693,
"aa_end": null,
"aa_length": 980,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 2153,
"cdna_end": null,
"cdna_length": 3250,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "ENST00000590030.5",
"protein_id": "ENSP00000465520.1",
"transcript_support_level": 1,
"aa_start": 693,
"aa_end": null,
"aa_length": 980,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 2118,
"cdna_end": null,
"cdna_length": 3209,
"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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "n.2077C>T",
"hgvs_p": null,
"transcript": "ENST00000586379.5",
"protein_id": "ENSP00000468243.1",
"transcript_support_level": 1,
"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": 3233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "NM_001405531.1",
"protein_id": "NP_001392460.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 1037,
"cds_start": 2077,
"cds_end": null,
"cds_length": 3114,
"cdna_start": 2564,
"cdna_end": null,
"cdna_length": 3826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.1993C>T",
"hgvs_p": "p.Arg665Trp",
"transcript": "NM_139176.4",
"protein_id": "NP_631915.2",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 1009,
"cds_start": 1993,
"cds_end": null,
"cds_length": 3030,
"cdna_start": 2094,
"cdna_end": null,
"cdna_length": 3356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.1993C>T",
"hgvs_p": "p.Arg665Trp",
"transcript": "ENST00000328092.9",
"protein_id": "ENSP00000329568.5",
"transcript_support_level": 5,
"aa_start": 665,
"aa_end": null,
"aa_length": 1009,
"cds_start": 1993,
"cds_end": null,
"cds_length": 3030,
"cdna_start": 2032,
"cdna_end": null,
"cdna_length": 3299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "NM_206828.4",
"protein_id": "NP_996611.2",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 980,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 2178,
"cdna_end": null,
"cdna_length": 3269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp",
"transcript": "XM_047438386.1",
"protein_id": "XP_047294342.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 963,
"cds_start": 2077,
"cds_end": null,
"cds_length": 2892,
"cdna_start": 2080,
"cdna_end": null,
"cdna_length": 2943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NCR1",
"gene_hgnc_id": 6731,
"hgvs_c": "c.683-40G>A",
"hgvs_p": null,
"transcript": "XM_011527530.4",
"protein_id": "XP_011525832.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": -4,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NLRP7",
"gene_hgnc_id": 22947,
"dbsnp": "rs104895506",
"frequency_reference_population": 0.0002013723,
"hom_count_reference_population": 1,
"allele_count_reference_population": 325,
"gnomad_exomes_af": 0.000198381,
"gnomad_genomes_af": 0.000230118,
"gnomad_exomes_ac": 290,
"gnomad_genomes_ac": 35,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.48542520403862,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.282,
"revel_prediction": "Benign",
"alphamissense_score": 0.2835,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": -0.172,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM5,PP5_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM5",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000592784.6",
"gene_symbol": "NLRP7",
"hgnc_id": 22947,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2077C>T",
"hgvs_p": "p.Arg693Trp"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XM_011527530.4",
"gene_symbol": "NCR1",
"hgnc_id": 6731,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.683-40G>A",
"hgvs_p": null
}
],
"clinvar_disease": " 1, recurrent,Hydatidiform mole",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1 O:1",
"phenotype_combined": "Hydatidiform mole, recurrent, 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}