← 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: 2-47678259-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=47678259&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "MSH2",
"hgnc_id": 7325,
"hgvs_c": "c.2905C>A",
"hgvs_p": "p.His969Asn",
"inheritance_mode": "AR,AD",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_001406633.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_score": -4,
"allele_count_reference_population": 334,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.87,
"chr": "2",
"clinvar_classification": "not provided",
"clinvar_disease": "not specified",
"clinvar_review_status": "no classification provided",
"clinvar_submissions_summary": "O:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.8700000047683716,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 975,
"aa_ref": "H",
"aa_start": 969,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3134,
"cdna_start": 2941,
"cds_end": null,
"cds_length": 2928,
"cds_start": 2905,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_001406633.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "c.2905C>A",
"hgvs_p": "p.His969Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393562.1",
"strand": true,
"transcript": "NM_001406633.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 969,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3051,
"cdna_start": null,
"cds_end": null,
"cds_length": 2910,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001406635.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "c.2895-841C>A",
"hgvs_p": null,
"intron_rank": 17,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393564.1",
"strand": true,
"transcript": "NM_001406635.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 958,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3018,
"cdna_start": null,
"cds_end": null,
"cds_length": 2877,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001406636.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "c.2862-841C>A",
"hgvs_p": null,
"intron_rank": 17,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393565.1",
"strand": true,
"transcript": "NM_001406636.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 957,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4436,
"cdna_start": null,
"cds_end": null,
"cds_length": 2874,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001406637.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "c.2753-29924C>A",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393566.1",
"strand": true,
"transcript": "NM_001406637.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 945,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3032,
"cdna_start": null,
"cds_end": null,
"cds_length": 2838,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001406640.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "c.*38-841C>A",
"hgvs_p": null,
"intron_rank": 17,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393569.1",
"strand": true,
"transcript": "NM_001406640.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 929,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2909,
"cdna_start": null,
"cds_end": null,
"cds_length": 2790,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001406642.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "c.2753-841C>A",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001393571.1",
"strand": true,
"transcript": "NM_001406642.1",
"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": 3300,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NR_176241.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.3107C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176241.1",
"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": 3096,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NR_176243.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.2903C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176243.1",
"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": 3726,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "NR_176244.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.3533C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176244.1",
"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": 3182,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NR_176245.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.2989C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176245.1",
"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": 3208,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NR_176247.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.3015C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176247.1",
"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": 3408,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 20,
"exon_rank_end": null,
"feature": "NR_176248.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.3215C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176248.1",
"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": 3232,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_176242.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.3112-841C>A",
"hgvs_p": null,
"intron_rank": 18,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176242.1",
"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": 3264,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_176246.1",
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"hgvs_c": "n.3144-841C>A",
"hgvs_p": null,
"intron_rank": 18,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_176246.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs182017009",
"effect": "missense_variant",
"frequency_reference_population": 0.00073141034,
"gene_hgnc_id": 7325,
"gene_symbol": "MSH2",
"gnomad_exomes_ac": 230,
"gnomad_exomes_af": 0.000755575,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 104,
"gnomad_genomes_af": 0.000683096,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "not provided",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.434,
"pos": 47678259,
"ref": "C",
"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_001406633.1"
}
]
}