← 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: 6-121447932-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=121447932&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 7,
"criteria": [
"PP2",
"BP4_Moderate",
"BP6",
"BS1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "GJA1",
"hgnc_id": 4274,
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"inheritance_mode": "AR,AD,Unknown,SD",
"pathogenic_score": 1,
"score": -6,
"transcript": "NM_000165.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BP4_Moderate,BP6,BS1",
"acmg_score": -6,
"allele_count_reference_population": 190,
"alphamissense_prediction": null,
"alphamissense_score": 0.4105,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.08,
"chr": "6",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_disease": " autosomal recessive,Atrioventricular septal defect and common atrioventricular junction,Hypoplastic left heart syndrome 1,Oculodentodigital dysplasia,not provided",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.1170855164527893,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3083,
"cdna_start": 1288,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_000165.5",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000282561.4",
"protein_coding": true,
"protein_id": "NP_000156.1",
"strand": true,
"transcript": "NM_000165.5",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3083,
"cdna_start": 1288,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000282561.4",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000165.5",
"protein_coding": true,
"protein_id": "ENSP00000282561.3",
"strand": true,
"transcript": "ENST00000282561.4",
"transcript_support_level": 1
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2208,
"cdna_start": 1328,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000647564.1",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000497565.1",
"strand": true,
"transcript": "ENST00000647564.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2950,
"cdna_start": 1167,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000649003.1",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000497283.1",
"strand": true,
"transcript": "ENST00000649003.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2908,
"cdna_start": 1135,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000650427.1",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000497367.1",
"strand": true,
"transcript": "ENST00000650427.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3026,
"cdna_start": 1235,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000898933.1",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000568992.1",
"strand": true,
"transcript": "ENST00000898933.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3141,
"cdna_start": 1346,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000912060.1",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582119.1",
"strand": true,
"transcript": "ENST00000912060.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 382,
"aa_ref": "R",
"aa_start": 362,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3002,
"cdna_start": 1207,
"cds_end": null,
"cds_length": 1149,
"cds_start": 1085,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000912061.1",
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"hgvs_c": "c.1085G>A",
"hgvs_p": "p.Arg362Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000582120.1",
"strand": true,
"transcript": "ENST00000912061.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs2227885",
"effect": "missense_variant",
"frequency_reference_population": 0.000117737894,
"gene_hgnc_id": 4274,
"gene_symbol": "GJA1",
"gnomad_exomes_ac": 171,
"gnomad_exomes_af": 0.000116991,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 19,
"gnomad_genomes_af": 0.000124916,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"phenotype_combined": "Hypoplastic left heart syndrome 1|Atrioventricular septal defect and common atrioventricular junction|not provided|Oculodentodigital dysplasia, autosomal recessive",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.65,
"pos": 121447932,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.705,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000165.5"
}
]
}