← 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: 11-47447853-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=47447853&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 47447853,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000298854.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_005055.5",
"protein_id": "NP_005046.2",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 412,
"cds_start": 490,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1622,
"mane_select": "ENST00000298854.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "ENST00000298854.7",
"protein_id": "ENSP00000298854.2",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 412,
"cds_start": 490,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1622,
"mane_select": "NM_005055.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "ENST00000352508.7",
"protein_id": "ENSP00000298853.3",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 353,
"cds_start": 490,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 669,
"cdna_end": null,
"cdna_length": 1452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "ENST00000529341.1",
"protein_id": "ENSP00000431732.1",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 353,
"cds_start": 490,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440490.1",
"protein_id": "NP_001427419.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 520,
"cds_start": 490,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440491.1",
"protein_id": "NP_001427420.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 503,
"cds_start": 490,
"cds_end": null,
"cds_length": 1512,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440492.1",
"protein_id": "NP_001427421.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 412,
"cds_start": 490,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 2306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440493.1",
"protein_id": "NP_001427422.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 409,
"cds_start": 490,
"cds_end": null,
"cds_length": 1230,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440494.1",
"protein_id": "NP_001427423.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 408,
"cds_start": 490,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440495.1",
"protein_id": "NP_001427424.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 394,
"cds_start": 490,
"cds_end": null,
"cds_length": 1185,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440496.1",
"protein_id": "NP_001427425.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 390,
"cds_start": 490,
"cds_end": null,
"cds_length": 1173,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440497.1",
"protein_id": "NP_001427426.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 371,
"cds_start": 490,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440498.1",
"protein_id": "NP_001427427.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 371,
"cds_start": 490,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 2183,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440499.1",
"protein_id": "NP_001427428.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 359,
"cds_start": 490,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "ENST00000524487.5",
"protein_id": "ENSP00000435551.2",
"transcript_support_level": 5,
"aa_start": 164,
"aa_end": null,
"aa_length": 359,
"cds_start": 490,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440500.1",
"protein_id": "NP_001427429.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 353,
"cds_start": 490,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 2129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_032645.5",
"protein_id": "NP_116034.2",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 353,
"cds_start": 490,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440501.1",
"protein_id": "NP_001427430.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 349,
"cds_start": 490,
"cds_end": null,
"cds_length": 1050,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440502.1",
"protein_id": "NP_001427431.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 341,
"cds_start": 490,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys",
"transcript": "NM_001440503.1",
"protein_id": "NP_001427432.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 318,
"cds_start": 490,
"cds_end": null,
"cds_length": 957,
"cdna_start": 662,
"cdna_end": null,
"cdna_length": 1340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"hgvs_c": "c.192+920C>T",
"hgvs_p": null,
"transcript": "NM_001440504.1",
"protein_id": "NP_001427433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 299,
"cds_start": -4,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1283,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RAPSN",
"gene_hgnc_id": 9863,
"dbsnp": "rs104894294",
"frequency_reference_population": 0.000012397473,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000116353,
"gnomad_genomes_af": 0.0000197156,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9658913612365723,
"computational_prediction_selected": "Pathogenic",
"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.8493,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.23,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.526,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000298854.7",
"gene_symbol": "RAPSN",
"hgnc_id": 9863,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Cys"
}
],
"clinvar_disease": "Congenital myasthenic syndrome 11,Fetal akinesia deformation sequence 1,Fetal akinesia deformation sequence 2,Myopathy",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3 LP:3",
"phenotype_combined": "Congenital myasthenic syndrome 11|Myopathy|Congenital myasthenic syndrome 11;Fetal akinesia deformation sequence 1|Congenital myasthenic syndrome 11;Fetal akinesia deformation sequence 2|Fetal akinesia deformation sequence 2",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}