← 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: 13-102875580-GG-CA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=102875580&ref=GG&alt=CA&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 102875580,
"ref": "GG",
"alt": "CA",
"effect": "missense_variant",
"transcript": "ENST00000652225.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "c.3238_3239delGGinsCA",
"hgvs_p": "p.Gly1080Gln",
"transcript": "NM_000123.4",
"protein_id": "NP_000114.3",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 3473,
"cdna_end": null,
"cdna_length": 3888,
"mane_select": "ENST00000652225.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "c.3238_3239delGGinsCA",
"hgvs_p": "p.Gly1080Gln",
"transcript": "ENST00000652225.2",
"protein_id": "ENSP00000498881.2",
"transcript_support_level": null,
"aa_start": 1080,
"aa_end": null,
"aa_length": 1186,
"cds_start": 3238,
"cds_end": null,
"cds_length": 3561,
"cdna_start": 3473,
"cdna_end": null,
"cdna_length": 3888,
"mane_select": "NM_000123.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIVM-ERCC5",
"gene_hgnc_id": 43690,
"hgvs_c": "c.4600_4601delGGinsCA",
"hgvs_p": "p.Gly1534Gln",
"transcript": "ENST00000639435.1",
"protein_id": "ENSP00000491742.1",
"transcript_support_level": 5,
"aa_start": 1534,
"aa_end": null,
"aa_length": 1640,
"cds_start": 4600,
"cds_end": null,
"cds_length": 4923,
"cdna_start": 5218,
"cdna_end": null,
"cdna_length": 5632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIVM-ERCC5",
"gene_hgnc_id": 43690,
"hgvs_c": "c.3913_3914delGGinsCA",
"hgvs_p": "p.Gly1305Gln",
"transcript": "ENST00000639132.1",
"protein_id": "ENSP00000492684.1",
"transcript_support_level": 5,
"aa_start": 1305,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3913,
"cds_end": null,
"cds_length": 4236,
"cdna_start": 4784,
"cdna_end": null,
"cdna_length": 5195,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BIVM-ERCC5",
"gene_hgnc_id": 43690,
"hgvs_c": "c.4600_4601delGGinsCA",
"hgvs_p": "p.Gly1534Gln",
"transcript": "NM_001204425.2",
"protein_id": "NP_001191354.2",
"transcript_support_level": null,
"aa_start": 1534,
"aa_end": null,
"aa_length": 1640,
"cds_start": 4600,
"cds_end": null,
"cds_length": 4923,
"cdna_start": 4722,
"cdna_end": null,
"cdna_length": 5137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "c.2734_2735delGGinsCA",
"hgvs_p": "p.Gly912Gln",
"transcript": "ENST00000652613.1",
"protein_id": "ENSP00000498357.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2734,
"cds_end": null,
"cds_length": 3057,
"cdna_start": 3631,
"cdna_end": null,
"cdna_length": 4024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.2583_2584delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000375954.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": 2986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.398_399delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000472247.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.*2999_*3000delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000651002.1",
"protein_id": "ENSP00000498809.1",
"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": 4221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.3365_3366delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000651055.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": 3723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.3606_3607delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000651281.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": 3994,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.2722_2723delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000651387.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": 3027,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.*410_*411delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000651470.1",
"protein_id": "ENSP00000498701.1",
"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": 3495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.4339_4340delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000682632.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": 4733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.3887_3888delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000682869.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": 4279,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.4875_4876delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000683246.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": 5269,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.3468_3469delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000683642.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": 3816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.*2999_*3000delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000651002.1",
"protein_id": "ENSP00000498809.1",
"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": 4221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"hgvs_c": "n.*410_*411delGGinsCA",
"hgvs_p": null,
"transcript": "ENST00000651470.1",
"protein_id": "ENSP00000498701.1",
"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": 3495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ERCC5",
"gene_hgnc_id": 3437,
"dbsnp": "rs587778291",
"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": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": -0.162,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "BP6_Very_Strong",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000652225.2",
"gene_symbol": "ERCC5",
"hgnc_id": 3437,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3238_3239delGGinsCA",
"hgvs_p": "p.Gly1080Gln"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000639435.1",
"gene_symbol": "BIVM-ERCC5",
"hgnc_id": 43690,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.4600_4601delGGinsCA",
"hgvs_p": "p.Gly1534Gln"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided|not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}