← 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-94664010-ATG-CGC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=94664010&ref=ATG&alt=CGC&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "PEG10",
"hgnc_id": 14005,
"hgvs_c": "c.682_684delATGinsCGC",
"hgvs_p": "p.Met228Arg",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001172437.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CGC",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "7",
"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": "R",
"aa_end": null,
"aa_length": 783,
"aa_ref": "M",
"aa_start": 228,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2585,
"cdna_start": 899,
"cds_end": null,
"cds_length": 2352,
"cds_start": 682,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000612748.1",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.682_684delATGinsCGC",
"hgvs_p": "p.Met228Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000480676.1",
"strand": true,
"transcript": "ENST00000612748.1",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 359,
"aa_ref": "M",
"aa_start": 186,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6394,
"cdna_start": 712,
"cds_end": null,
"cds_length": 1080,
"cds_start": 556,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000615790.5",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.556_558delATGinsCGC",
"hgvs_p": "p.Met186Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482653.2",
"strand": true,
"transcript": "ENST00000615790.5",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 325,
"aa_ref": "M",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6618,
"cdna_start": 933,
"cds_end": null,
"cds_length": 978,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000482108.1",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.454_456delATGinsCGC",
"hgvs_p": "p.Met152Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000417587.1",
"strand": true,
"transcript": "ENST00000482108.1",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 783,
"aa_ref": "M",
"aa_start": 228,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6629,
"cdna_start": 944,
"cds_end": null,
"cds_length": 2354,
"cds_start": 682,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001172437.2",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.682_684delATGinsCGC",
"hgvs_p": "p.Met228Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001165908.1",
"strand": true,
"transcript": "NM_001172437.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 741,
"aa_ref": "M",
"aa_start": 186,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6618,
"cdna_start": 933,
"cds_end": null,
"cds_length": 2228,
"cds_start": 556,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001184961.1",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.556_558delATGinsCGC",
"hgvs_p": "p.Met186Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171890.1",
"strand": true,
"transcript": "NM_001184961.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 741,
"aa_ref": "M",
"aa_start": 186,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6392,
"cdna_start": 712,
"cds_end": null,
"cds_length": 2226,
"cds_start": 556,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000612941.2",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.556_558delATGinsCGC",
"hgvs_p": "p.Met186Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000478744.2",
"strand": true,
"transcript": "ENST00000612941.2",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 707,
"aa_ref": "M",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6618,
"cdna_start": 933,
"cds_end": null,
"cds_length": 2126,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_015068.3",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.454_456delATGinsCGC",
"hgvs_p": "p.Met152Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_055883.2",
"strand": true,
"transcript": "NM_015068.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 707,
"aa_ref": "M",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6392,
"cdna_start": 712,
"cds_end": null,
"cds_length": 2124,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000617526.4",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.454_456delATGinsCGC",
"hgvs_p": "p.Met152Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000481101.1",
"strand": true,
"transcript": "ENST00000617526.4",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 401,
"aa_ref": "M",
"aa_start": 228,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6584,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1206,
"cds_start": 682,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001172438.3",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.682_684delATGinsCGC",
"hgvs_p": "p.Met228Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001165909.1",
"strand": true,
"transcript": "NM_001172438.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 401,
"aa_ref": "M",
"aa_start": 228,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2587,
"cdna_start": 899,
"cds_end": null,
"cds_length": 1206,
"cds_start": 682,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000488574.5",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.682_684delATGinsCGC",
"hgvs_p": "p.Met228Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000418944.2",
"strand": true,
"transcript": "ENST00000488574.5",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 359,
"aa_ref": "M",
"aa_start": 186,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6573,
"cdna_start": 888,
"cds_end": null,
"cds_length": 1080,
"cds_start": 556,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001184962.2",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.556_558delATGinsCGC",
"hgvs_p": "p.Met186Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171891.1",
"strand": true,
"transcript": "NM_001184962.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 325,
"aa_ref": "M",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6573,
"cdna_start": 888,
"cds_end": null,
"cds_length": 978,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001040152.2",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "c.454_456delATGinsCGC",
"hgvs_p": "p.Met152Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001035242.1",
"strand": true,
"transcript": "NM_001040152.2",
"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": 763,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000493935.1",
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"hgvs_c": "n.307+581_307+583delATGinsCGC",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000493935.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 14005,
"gene_symbol": "PEG10",
"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": 0.322,
"pos": 94664010,
"ref": "ATG",
"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_001172437.2"
}
]
}