← 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-36575963-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=36575963&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 16,
"criteria": [
"PP2",
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "RAG1",
"hgnc_id": 9831,
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"inheritance_mode": "AR",
"pathogenic_score": 1,
"score": -15,
"transcript": "NM_000448.3",
"verdict": "Benign"
},
{
"benign_score": 16,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "RAG2",
"hgnc_id": 9832,
"hgvs_c": "n.140C>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -16,
"transcript": "ENST00000524423.1",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "PP2,BP4_Strong,BP6_Very_Strong,BS2",
"acmg_score": -15,
"allele_count_reference_population": 3960,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.1003,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.36,
"chr": "11",
"clinvar_classification": "Benign/Likely benign",
"clinvar_disease": " B cell-negative, NK cell-positive, T cell-negative, autosomal recessive,Combined immunodeficiency with skin granulomas,Histiocytic medullary reticulosis,Severe combined immunodeficiency,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:3",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.009187966585159302,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6588,
"cdna_start": 2789,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_000448.3",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000299440.6",
"protein_coding": true,
"protein_id": "NP_000439.2",
"strand": true,
"transcript": "NM_000448.3",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6588,
"cdna_start": 2789,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000299440.6",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000448.3",
"protein_coding": true,
"protein_id": "ENSP00000299440.5",
"strand": true,
"transcript": "ENST00000299440.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3707,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000534663.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "n.2659G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000434610.1",
"strand": true,
"transcript": "ENST00000534663.1",
"transcript_support_level": 1
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6931,
"cdna_start": 3132,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001377277.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001364206.1",
"strand": true,
"transcript": "NM_001377277.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6869,
"cdna_start": 3070,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001377278.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001364207.1",
"strand": true,
"transcript": "NM_001377278.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6771,
"cdna_start": 2972,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001377279.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001364208.1",
"strand": true,
"transcript": "NM_001377279.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6657,
"cdna_start": 2858,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001377280.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001364209.1",
"strand": true,
"transcript": "NM_001377280.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6755,
"cdna_start": 2956,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001440488.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427417.1",
"strand": true,
"transcript": "NM_001440488.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7158,
"cdna_start": 3359,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001440489.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001427418.1",
"strand": true,
"transcript": "NM_001440489.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6754,
"cdna_start": 2955,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000697713.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513411.1",
"strand": true,
"transcript": "ENST00000697713.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6638,
"cdna_start": 2839,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000697714.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513412.1",
"strand": true,
"transcript": "ENST00000697714.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6881,
"cdna_start": 3082,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000697715.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000513413.1",
"strand": true,
"transcript": "ENST00000697715.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 1043,
"aa_ref": "D",
"aa_start": 887,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7759,
"cdna_start": 3960,
"cds_end": null,
"cds_length": 3132,
"cds_start": 2659,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047427384.1",
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"hgvs_c": "c.2659G>A",
"hgvs_p": "p.Asp887Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047283340.1",
"strand": true,
"transcript": "XM_047427384.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 529,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000524423.1",
"gene_hgnc_id": 9832,
"gene_symbol": "RAG2",
"hgvs_c": "n.140C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000524423.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs4151034",
"effect": "missense_variant",
"frequency_reference_population": 0.0024532883,
"gene_hgnc_id": 9831,
"gene_symbol": "RAG1",
"gnomad_exomes_ac": 3437,
"gnomad_exomes_af": 0.00235113,
"gnomad_exomes_homalt": 33,
"gnomad_genomes_ac": 523,
"gnomad_genomes_af": 0.00343374,
"gnomad_genomes_homalt": 7,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 40,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign/Likely benign",
"phenotype_combined": "Histiocytic medullary reticulosis|Severe combined immunodeficiency, autosomal recessive, T cell-negative, B cell-negative, NK cell-positive|Combined immunodeficiency with skin granulomas;Severe combined immunodeficiency, autosomal recessive, T cell-negative, B cell-negative, NK cell-positive|not provided",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.149,
"pos": 36575963,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.348,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000448.3"
}
]
}