← 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-45432011-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=45432011&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 45432011,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001024630.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "NM_001024630.4",
"protein_id": "NP_001019801.3",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 521,
"cds_start": 572,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 5540,
"mane_select": "ENST00000647337.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001024630.4"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000647337.2",
"protein_id": "ENSP00000495497.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 521,
"cds_start": 572,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 5540,
"mane_select": "NM_001024630.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647337.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.530G>A",
"hgvs_p": "p.Ser177Asn",
"transcript": "ENST00000359524.7",
"protein_id": "ENSP00000352514.5",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 507,
"cds_start": 530,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 622,
"cdna_end": null,
"cdna_length": 5390,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359524.7"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.530G>A",
"hgvs_p": "p.Ser177Asn",
"transcript": "ENST00000625924.1",
"protein_id": "ENSP00000485863.1",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 485,
"cds_start": 530,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 1458,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000625924.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000576263.5",
"protein_id": "ENSP00000458178.1",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 542,
"cds_start": 572,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 572,
"cdna_end": null,
"cdna_length": 2256,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576263.5"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000371438.5",
"protein_id": "ENSP00000360493.1",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 521,
"cds_start": 572,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 930,
"cdna_end": null,
"cdna_length": 5698,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371438.5"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.530G>A",
"hgvs_p": "p.Ser177Asn",
"transcript": "NM_001369405.1",
"protein_id": "NP_001356334.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 507,
"cds_start": 530,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 5603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369405.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "NM_001015051.4",
"protein_id": "NP_001015051.3",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 499,
"cds_start": 572,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 5474,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001015051.4"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000371432.7",
"protein_id": "ENSP00000360486.4",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 499,
"cds_start": 572,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 782,
"cdna_end": null,
"cdna_length": 5487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371432.7"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000371436.10",
"protein_id": "ENSP00000360491.6",
"transcript_support_level": 5,
"aa_start": 191,
"aa_end": null,
"aa_length": 499,
"cds_start": 572,
"cds_end": null,
"cds_length": 1500,
"cdna_start": 572,
"cdna_end": null,
"cdna_length": 1588,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371436.10"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.530G>A",
"hgvs_p": "p.Ser177Asn",
"transcript": "NM_001278478.2",
"protein_id": "NP_001265407.1",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 485,
"cds_start": 530,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 832,
"cdna_end": null,
"cdna_length": 5537,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278478.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000889302.1",
"protein_id": "ENSP00000559361.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 463,
"cds_start": 572,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 5483,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889302.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000889304.1",
"protein_id": "ENSP00000559363.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 463,
"cds_start": 572,
"cds_end": null,
"cds_length": 1392,
"cdna_start": 783,
"cdna_end": null,
"cdna_length": 2314,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889304.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn",
"transcript": "ENST00000889303.1",
"protein_id": "ENSP00000559362.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 441,
"cds_start": 572,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 5298,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889303.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "n.530G>A",
"hgvs_p": null,
"transcript": "ENST00000478660.6",
"protein_id": "ENSP00000460188.1",
"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": 2308,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000478660.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "n.*93G>A",
"hgvs_p": null,
"transcript": "ENST00000483377.5",
"protein_id": "ENSP00000461357.1",
"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": 1475,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000483377.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "n.530G>A",
"hgvs_p": null,
"transcript": "ENST00000646519.1",
"protein_id": "ENSP00000496517.1",
"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": 5877,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646519.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"hgvs_c": "n.*93G>A",
"hgvs_p": null,
"transcript": "ENST00000483377.5",
"protein_id": "ENSP00000461357.1",
"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": 1475,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000483377.5"
}
],
"gene_symbol": "RUNX2",
"gene_hgnc_id": 10472,
"dbsnp": "rs104893990",
"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": 0.8812502026557922,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.849,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9996,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.12,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.557,
"phylop100way_prediction": "Pathogenic",
"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": 15,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM1,PM2,PM5,PP2,PP3_Moderate,PP5_Moderate",
"acmg_by_gene": [
{
"score": 15,
"benign_score": 0,
"pathogenic_score": 15,
"criteria": [
"PS3",
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Moderate",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001024630.4",
"gene_symbol": "RUNX2",
"hgnc_id": 10472,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.572G>A",
"hgvs_p": "p.Ser191Asn"
}
],
"clinvar_disease": "Cleidocranial dysostosis,not provided",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Cleidocranial dysostosis|not provided",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}