← 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-155910782-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=155910782&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 155910782,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001256821.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "NM_006912.6",
"protein_id": "NP_008843.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368323.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006912.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000368323.8",
"protein_id": "ENSP00000357306.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006912.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368323.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000609492.1",
"protein_id": "ENSP00000476612.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 150,
"cds_start": null,
"cds_end": null,
"cds_length": 454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000609492.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.31G>C",
"hgvs_p": "p.Glu11Gln",
"transcript": "NM_001256821.2",
"protein_id": "NP_001243750.1",
"transcript_support_level": null,
"aa_start": 11,
"aa_end": null,
"aa_length": 236,
"cds_start": 31,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256821.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.31G>C",
"hgvs_p": "p.Glu11Gln",
"transcript": "ENST00000368322.7",
"protein_id": "ENSP00000357305.3",
"transcript_support_level": 3,
"aa_start": 11,
"aa_end": null,
"aa_length": 236,
"cds_start": 31,
"cds_end": null,
"cds_length": 711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368322.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000651853.1",
"protein_id": "ENSP00000498685.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651853.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000912983.1",
"protein_id": "ENSP00000583042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 219,
"cds_start": null,
"cds_end": null,
"cds_length": 660,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912983.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000859070.1",
"protein_id": "ENSP00000529129.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 218,
"cds_start": null,
"cds_end": null,
"cds_length": 657,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859070.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000912984.1",
"protein_id": "ENSP00000583043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 193,
"cds_start": null,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000651833.1",
"protein_id": "ENSP00000498732.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": null,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651833.1"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-2-276G>C",
"hgvs_p": null,
"transcript": "NM_001256820.2",
"protein_id": "NP_001243749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": null,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001256820.2"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "c.-2-276G>C",
"hgvs_p": null,
"transcript": "ENST00000539040.6",
"protein_id": "ENSP00000441950.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": null,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539040.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "n.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000461050.6",
"protein_id": "ENSP00000476319.1",
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000461050.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "n.10G>C",
"hgvs_p": null,
"transcript": "ENST00000462687.1",
"protein_id": null,
"transcript_support_level": 3,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000462687.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "n.162G>C",
"hgvs_p": null,
"transcript": "ENST00000650659.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000650659.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "n.31G>C",
"hgvs_p": null,
"transcript": "ENST00000704061.1",
"protein_id": "ENSP00000515664.1",
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000704061.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"hgvs_c": "n.-21G>C",
"hgvs_p": null,
"transcript": "ENST00000461050.6",
"protein_id": "ENSP00000476319.1",
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000461050.6"
}
],
"gene_symbol": "RIT1",
"gene_hgnc_id": 10023,
"dbsnp": "rs493446",
"frequency_reference_population": 0.9018945,
"hom_count_reference_population": 662549,
"allele_count_reference_population": 1455701,
"gnomad_exomes_af": 0.911297,
"gnomad_genomes_af": 0.811594,
"gnomad_exomes_ac": 1332165,
"gnomad_genomes_ac": 123536,
"gnomad_exomes_homalt": 610250,
"gnomad_genomes_homalt": 52299,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 9.462499974688399e-7,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.062,
"revel_prediction": "Benign",
"alphamissense_score": 0.0932,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.73,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001256821.2",
"gene_symbol": "RIT1",
"hgnc_id": 10023,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.31G>C",
"hgvs_p": "p.Glu11Gln"
}
],
"clinvar_disease": "Noonan syndrome 8,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:7",
"phenotype_combined": "not provided|not specified|Noonan syndrome 8",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}