← 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: 9-127935764-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=127935764&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 127935764,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_003863.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.213T>C",
"hgvs_p": "p.Tyr71Tyr",
"transcript": "NM_003863.4",
"protein_id": "NP_003854.1",
"transcript_support_level": null,
"aa_start": 71,
"aa_end": null,
"aa_length": 84,
"cds_start": 213,
"cds_end": null,
"cds_length": 255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000314392.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003863.4"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.213T>C",
"hgvs_p": "p.Tyr71Tyr",
"transcript": "ENST00000314392.13",
"protein_id": "ENSP00000322181.8",
"transcript_support_level": 1,
"aa_start": 71,
"aa_end": null,
"aa_length": 84,
"cds_start": 213,
"cds_end": null,
"cds_length": 255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003863.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000314392.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "n.505T>C",
"hgvs_p": null,
"transcript": "ENST00000470181.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000470181.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "n.997T>C",
"hgvs_p": null,
"transcript": "ENST00000495270.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000495270.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.291T>C",
"hgvs_p": "p.Tyr97Tyr",
"transcript": "ENST00000911994.1",
"protein_id": "ENSP00000582053.1",
"transcript_support_level": null,
"aa_start": 97,
"aa_end": null,
"aa_length": 110,
"cds_start": 291,
"cds_end": null,
"cds_length": 333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911994.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.201T>C",
"hgvs_p": "p.Tyr67Tyr",
"transcript": "ENST00000957588.1",
"protein_id": "ENSP00000627647.1",
"transcript_support_level": null,
"aa_start": 67,
"aa_end": null,
"aa_length": 80,
"cds_start": 201,
"cds_end": null,
"cds_length": 243,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957588.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.195T>C",
"hgvs_p": "p.Tyr65Tyr",
"transcript": "ENST00000911993.1",
"protein_id": "ENSP00000582052.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 78,
"cds_start": 195,
"cds_end": null,
"cds_length": 237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911993.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.180T>C",
"hgvs_p": "p.Tyr60Tyr",
"transcript": "ENST00000898430.1",
"protein_id": "ENSP00000568489.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 73,
"cds_start": 180,
"cds_end": null,
"cds_length": 222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898430.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.123T>C",
"hgvs_p": "p.Tyr41Tyr",
"transcript": "NM_001378437.1",
"protein_id": "NP_001365366.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 54,
"cds_start": 123,
"cds_end": null,
"cds_length": 165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378437.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "c.123T>C",
"hgvs_p": "p.Tyr41Tyr",
"transcript": "ENST00000898429.1",
"protein_id": "ENSP00000568488.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 54,
"cds_start": 123,
"cds_end": null,
"cds_length": 165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000898429.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "n.363T>C",
"hgvs_p": null,
"transcript": "ENST00000473360.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000473360.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "n.370T>C",
"hgvs_p": null,
"transcript": "NR_165631.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_165631.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"hgvs_c": "n.54T>C",
"hgvs_p": null,
"transcript": "NR_165632.1",
"protein_id": null,
"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": "pseudogene",
"feature": "NR_165632.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227218",
"gene_hgnc_id": null,
"hgvs_c": "n.143+1119A>G",
"hgvs_p": null,
"transcript": "ENST00000592240.6",
"protein_id": null,
"transcript_support_level": 5,
"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": "pseudogene",
"feature": "ENST00000592240.6"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227218",
"gene_hgnc_id": null,
"hgvs_c": "n.126-4643A>G",
"hgvs_p": null,
"transcript": "ENST00000727590.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000727590.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227218",
"gene_hgnc_id": null,
"hgvs_c": "n.100-4643A>G",
"hgvs_p": null,
"transcript": "ENST00000727591.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000727591.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227218",
"gene_hgnc_id": null,
"hgvs_c": "n.63-4631A>G",
"hgvs_p": null,
"transcript": "ENST00000727592.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000727592.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227218",
"gene_hgnc_id": null,
"hgvs_c": "n.143+1119A>G",
"hgvs_p": null,
"transcript": "ENST00000727593.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000727593.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000227218",
"gene_hgnc_id": null,
"hgvs_c": "n.63+1196A>G",
"hgvs_p": null,
"transcript": "ENST00000727594.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000727594.1"
}
],
"gene_symbol": "DPM2",
"gene_hgnc_id": 3006,
"dbsnp": "rs6781",
"frequency_reference_population": 0.84402376,
"hom_count_reference_population": 578159,
"allele_count_reference_population": 1359015,
"gnomad_exomes_af": 0.848608,
"gnomad_genomes_af": 0.800067,
"gnomad_exomes_ac": 1237344,
"gnomad_genomes_ac": 121671,
"gnomad_exomes_homalt": 528785,
"gnomad_genomes_homalt": 49374,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.126,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_003863.4",
"gene_symbol": "DPM2",
"hgnc_id": 3006,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.213T>C",
"hgvs_p": "p.Tyr71Tyr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000727590.1",
"gene_symbol": "ENSG00000227218",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.126-4643A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Congenital muscular dystrophy with intellectual disability and severe epilepsy,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:7",
"phenotype_combined": "not specified|Congenital muscular dystrophy with intellectual disability and severe epilepsy|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}