← 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-66333361-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=66333361&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 66333361,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004292.3",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1772G>A",
"hgvs_p": "p.Gly591Asp",
"transcript": "NM_004292.3",
"protein_id": "NP_004283.2",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 783,
"cds_start": 1772,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000311320.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004292.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1772G>A",
"hgvs_p": "p.Gly591Asp",
"transcript": "ENST00000311320.9",
"protein_id": "ENSP00000310406.4",
"transcript_support_level": 1,
"aa_start": 591,
"aa_end": null,
"aa_length": 783,
"cds_start": 1772,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004292.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000311320.9"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1688G>A",
"hgvs_p": "p.Gly563Asp",
"transcript": "NM_001363559.2",
"protein_id": "NP_001350488.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 755,
"cds_start": 1688,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363559.2"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1619G>A",
"hgvs_p": "p.Gly540Asp",
"transcript": "ENST00000970357.1",
"protein_id": "ENSP00000640416.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 732,
"cds_start": 1619,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970357.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1586G>A",
"hgvs_p": "p.Gly529Asp",
"transcript": "NM_001363560.2",
"protein_id": "NP_001350489.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 721,
"cds_start": 1586,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363560.2"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1586G>A",
"hgvs_p": "p.Gly529Asp",
"transcript": "ENST00000869551.1",
"protein_id": "ENSP00000539610.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 721,
"cds_start": 1586,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869551.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1274G>A",
"hgvs_p": "p.Gly425Asp",
"transcript": "ENST00000530056.1",
"protein_id": "ENSP00000432798.1",
"transcript_support_level": 2,
"aa_start": 425,
"aa_end": null,
"aa_length": 617,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530056.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1589G>A",
"hgvs_p": "p.Gly530Asp",
"transcript": "XM_017018587.2",
"protein_id": "XP_016874076.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 722,
"cds_start": 1589,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018587.2"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1529G>A",
"hgvs_p": "p.Gly510Asp",
"transcript": "XM_047427920.1",
"protein_id": "XP_047283876.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 702,
"cds_start": 1529,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427920.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "c.1502G>A",
"hgvs_p": "p.Gly501Asp",
"transcript": "XM_047427919.1",
"protein_id": "XP_047283875.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 693,
"cds_start": 1502,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427919.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "n.76G>A",
"hgvs_p": null,
"transcript": "ENST00000524804.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000524804.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "n.1802G>A",
"hgvs_p": null,
"transcript": "ENST00000526246.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000526246.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "n.*1348G>A",
"hgvs_p": null,
"transcript": "ENST00000530745.3",
"protein_id": "ENSP00000431185.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": "ENST00000530745.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "n.*967G>A",
"hgvs_p": null,
"transcript": "ENST00000534824.5",
"protein_id": "ENSP00000431550.1",
"transcript_support_level": 2,
"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": "ENST00000534824.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "n.*1348G>A",
"hgvs_p": null,
"transcript": "ENST00000530745.3",
"protein_id": "ENSP00000431185.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": "ENST00000530745.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"hgvs_c": "n.*967G>A",
"hgvs_p": null,
"transcript": "ENST00000534824.5",
"protein_id": "ENSP00000431550.1",
"transcript_support_level": 2,
"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": "ENST00000534824.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000254756",
"gene_hgnc_id": null,
"hgvs_c": "n.135-2970C>T",
"hgvs_p": null,
"transcript": "ENST00000820635.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": "pseudogene",
"feature": "ENST00000820635.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000254756",
"gene_hgnc_id": null,
"hgvs_c": "n.97-2970C>T",
"hgvs_p": null,
"transcript": "ENST00000820636.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": "pseudogene",
"feature": "ENST00000820636.1"
}
],
"gene_symbol": "RIN1",
"gene_hgnc_id": 18749,
"dbsnp": "rs375956582",
"frequency_reference_population": 0.00018603567,
"hom_count_reference_population": 1,
"allele_count_reference_population": 300,
"gnomad_exomes_af": 0.00018625,
"gnomad_genomes_af": 0.000183978,
"gnomad_exomes_ac": 272,
"gnomad_genomes_ac": 28,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008468151092529297,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.069,
"revel_prediction": "Benign",
"alphamissense_score": 0.1549,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.485,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004292.3",
"gene_symbol": "RIN1",
"hgnc_id": 18749,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1772G>A",
"hgvs_p": "p.Gly591Asp"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000820635.1",
"gene_symbol": "ENSG00000254756",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.135-2970C>T",
"hgvs_p": null
}
],
"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
}