← 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: 16-67645565-CAA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=67645565&ref=CAA&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 67645565,
"ref": "CAA",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_001013838.3",
"consequences": [
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "NM_001013838.3",
"protein_id": "NP_001013860.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1435,
"cds_start": 68,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000334583.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001013838.3"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "ENST00000334583.11",
"protein_id": "ENSP00000334958.5",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 1435,
"cds_start": 68,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001013838.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000334583.11"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "ENST00000545661.5",
"protein_id": "ENSP00000441481.1",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 1372,
"cds_start": 68,
"cds_end": null,
"cds_length": 4119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545661.5"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "ENST00000696175.1",
"protein_id": "ENSP00000512465.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1410,
"cds_start": 68,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696175.1"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "NM_001438835.1",
"protein_id": "NP_001425764.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1399,
"cds_start": 68,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438835.1"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "ENST00000696176.1",
"protein_id": "ENSP00000512466.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1399,
"cds_start": 68,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696176.1"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "NM_001438244.1",
"protein_id": "NP_001425173.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1388,
"cds_start": 68,
"cds_end": null,
"cds_length": 4167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438244.1"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "NM_001317026.3",
"protein_id": "NP_001303955.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1372,
"cds_start": 68,
"cds_end": null,
"cds_length": 4119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317026.3"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "XM_011522875.3",
"protein_id": "XP_011521177.2",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1410,
"cds_start": 68,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522875.3"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "XM_047433644.1",
"protein_id": "XP_047289600.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1405,
"cds_start": 68,
"cds_end": null,
"cds_length": 4218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433644.1"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "XM_017022953.2",
"protein_id": "XP_016878442.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1399,
"cds_start": 68,
"cds_end": null,
"cds_length": 4200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022953.2"
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs",
"transcript": "XM_011522874.2",
"protein_id": "XP_011521176.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 1377,
"cds_start": 68,
"cds_end": null,
"cds_length": 4134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522874.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "n.150_151delAA",
"hgvs_p": null,
"transcript": "ENST00000602467.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": "retained_intron",
"feature": "ENST00000602467.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "n.68_69delAA",
"hgvs_p": null,
"transcript": "ENST00000696044.1",
"protein_id": "ENSP00000512348.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": "ENST00000696044.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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"hgvs_c": "n.41-157_41-156delAA",
"hgvs_p": null,
"transcript": "ENST00000602563.1",
"protein_id": "ENSP00000473580.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000602563.1"
}
],
"gene_symbol": "CARMIL2",
"gene_hgnc_id": 27089,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.471,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001013838.3",
"gene_symbol": "CARMIL2",
"hgnc_id": 27089,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.68_69delAA",
"hgvs_p": "p.Lys23fs"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}