← 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: 8-27921698-GC-CG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=27921698&ref=GC&alt=CG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "SCARA5",
"hgnc_id": 28701,
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_173833.6",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "8",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 495,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3971,
"cdna_start": 1221,
"cds_end": null,
"cds_length": 1488,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_173833.6",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000354914.8",
"protein_coding": true,
"protein_id": "NP_776194.2",
"strand": false,
"transcript": "NM_173833.6",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 495,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3971,
"cdna_start": 1221,
"cds_end": null,
"cds_length": 1488,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000354914.8",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_173833.6",
"protein_coding": true,
"protein_id": "ENSP00000346990.3",
"strand": false,
"transcript": "ENST00000354914.8",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 400,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1945,
"cdna_start": 1172,
"cds_end": null,
"cds_length": 1203,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000524352.5",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000428663.1",
"strand": false,
"transcript": "ENST00000524352.5",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 357,
"aa_ref": "R",
"aa_start": 220,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1074,
"cdna_start": 660,
"cds_end": null,
"cds_length": 1074,
"cds_start": 659,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000518030.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.659_660delGCinsCG",
"hgvs_p": "p.Arg220Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000430713.1",
"strand": false,
"transcript": "ENST00000518030.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 270,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2934,
"cdna_start": null,
"cds_end": null,
"cds_length": 813,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000380385.6",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.242-11956_242-11955delGCinsCG",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000369746.2",
"strand": false,
"transcript": "ENST00000380385.6",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 495,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3725,
"cdna_start": 1307,
"cds_end": null,
"cds_length": 1488,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000881549.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551608.1",
"strand": false,
"transcript": "ENST00000881549.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 495,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4119,
"cdna_start": 1373,
"cds_end": null,
"cds_length": 1488,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000970495.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640554.1",
"strand": false,
"transcript": "ENST00000970495.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 476,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3539,
"cdna_start": 1178,
"cds_end": null,
"cds_length": 1431,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000881551.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551610.1",
"strand": false,
"transcript": "ENST00000881551.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 468,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3531,
"cdna_start": 1194,
"cds_end": null,
"cds_length": 1407,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000881550.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551609.1",
"strand": false,
"transcript": "ENST00000881550.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 452,
"aa_ref": "R",
"aa_start": 220,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3842,
"cdna_start": 1092,
"cds_end": null,
"cds_length": 1359,
"cds_start": 659,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001413201.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.659_660delGCinsCG",
"hgvs_p": "p.Arg220Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001400130.1",
"strand": false,
"transcript": "NM_001413201.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 452,
"aa_ref": "R",
"aa_start": 220,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3847,
"cdna_start": 1100,
"cds_end": null,
"cds_length": 1359,
"cds_start": 659,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000881547.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.659_660delGCinsCG",
"hgvs_p": "p.Arg220Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551606.1",
"strand": false,
"transcript": "ENST00000881547.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 435,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3793,
"cdna_start": 1225,
"cds_end": null,
"cds_length": 1308,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000970496.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000640555.1",
"strand": false,
"transcript": "ENST00000970496.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 429,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3748,
"cdna_start": 1196,
"cds_end": null,
"cds_length": 1290,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000881548.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000551607.1",
"strand": false,
"transcript": "ENST00000881548.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 400,
"aa_ref": "R",
"aa_start": 263,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2001,
"cdna_start": 1221,
"cds_end": null,
"cds_length": 1203,
"cds_start": 788,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001413202.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.788_789delGCinsCG",
"hgvs_p": "p.Arg263Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001400131.1",
"strand": false,
"transcript": "NM_001413202.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 227,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3524,
"cdna_start": null,
"cds_end": null,
"cds_length": 684,
"cds_start": null,
"consequences": [
"5_prime_UTR_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001413203.1",
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"hgvs_c": "c.-17_-16delGCinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001400132.1",
"strand": false,
"transcript": "NM_001413203.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 28701,
"gene_symbol": "SCARA5",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.423,
"pos": 27921698,
"ref": "GC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_173833.6"
}
]
}