← 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: 7-2919433-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=2919433&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 2919433,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000396946.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"hgvs_c": "c.2449G>A",
"hgvs_p": "p.Ala817Thr",
"transcript": "NM_032415.7",
"protein_id": "NP_115791.3",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 1154,
"cds_start": 2449,
"cds_end": null,
"cds_length": 3465,
"cdna_start": 2775,
"cdna_end": null,
"cdna_length": 4287,
"mane_select": "ENST00000396946.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"hgvs_c": "c.2449G>A",
"hgvs_p": "p.Ala817Thr",
"transcript": "ENST00000396946.9",
"protein_id": "ENSP00000380150.4",
"transcript_support_level": 1,
"aa_start": 817,
"aa_end": null,
"aa_length": 1154,
"cds_start": 2449,
"cds_end": null,
"cds_length": 3465,
"cdna_start": 2775,
"cdna_end": null,
"cdna_length": 4287,
"mane_select": "NM_032415.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"hgvs_c": "c.2449G>A",
"hgvs_p": "p.Ala817Thr",
"transcript": "NM_001324281.3",
"protein_id": "NP_001311210.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 1154,
"cds_start": 2449,
"cds_end": null,
"cds_length": 3465,
"cdna_start": 2836,
"cdna_end": null,
"cdna_length": 4348,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"hgvs_c": "n.587G>A",
"hgvs_p": null,
"transcript": "ENST00000480332.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 841,
"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": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"hgvs_c": "n.2775G>A",
"hgvs_p": null,
"transcript": "ENST00000698637.1",
"protein_id": null,
"transcript_support_level": null,
"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": 5071,
"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": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"hgvs_c": "n.621G>A",
"hgvs_p": null,
"transcript": "ENST00000698652.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "ENST00000355508.3",
"protein_id": "ENSP00000347695.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": -4,
"cds_end": null,
"cds_length": 815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CARD11",
"gene_hgnc_id": 16393,
"dbsnp": "rs376539147",
"frequency_reference_population": 0.000045848537,
"hom_count_reference_population": 0,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000451496,
"gnomad_genomes_af": 0.0000525617,
"gnomad_exomes_ac": 66,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14917337894439697,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.119,
"revel_prediction": "Benign",
"alphamissense_score": 0.1564,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.082,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BP6",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000396946.9",
"gene_symbol": "CARD11",
"hgnc_id": 16393,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2449G>A",
"hgvs_p": "p.Ala817Thr"
}
],
"clinvar_disease": "BENTA disease,Immunodeficiency 11b with atopic dermatitis,Severe combined immunodeficiency due to CARD11 deficiency,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:1",
"phenotype_combined": "Severe combined immunodeficiency due to CARD11 deficiency;BENTA disease|Immunodeficiency 11b with atopic dermatitis|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}