← 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: 19-50435859-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=50435859&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 50435859,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004533.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "NM_004533.4",
"protein_id": "NP_004524.3",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1141,
"cds_start": 193,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357701.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004533.4"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000357701.6",
"protein_id": "ENSP00000350332.4",
"transcript_support_level": 1,
"aa_start": 65,
"aa_end": null,
"aa_length": 1141,
"cds_start": 193,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004533.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357701.6"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000966357.1",
"protein_id": "ENSP00000636416.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1196,
"cds_start": 193,
"cds_end": null,
"cds_length": 3591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966357.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.322A>T",
"hgvs_p": "p.Thr108Ser",
"transcript": "ENST00000966353.1",
"protein_id": "ENSP00000636412.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1184,
"cds_start": 322,
"cds_end": null,
"cds_length": 3555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966353.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000966355.1",
"protein_id": "ENSP00000636414.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1163,
"cds_start": 193,
"cds_end": null,
"cds_length": 3492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966355.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.190A>T",
"hgvs_p": "p.Thr64Ser",
"transcript": "ENST00000966358.1",
"protein_id": "ENSP00000636417.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 1162,
"cds_start": 190,
"cds_end": null,
"cds_length": 3489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966358.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000966361.1",
"protein_id": "ENSP00000636420.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1155,
"cds_start": 193,
"cds_end": null,
"cds_length": 3468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966361.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.190A>T",
"hgvs_p": "p.Thr64Ser",
"transcript": "ENST00000966352.1",
"protein_id": "ENSP00000636411.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 1140,
"cds_start": 190,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966352.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000966359.1",
"protein_id": "ENSP00000636418.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1121,
"cds_start": 193,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966359.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000966354.1",
"protein_id": "ENSP00000636413.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1118,
"cds_start": 193,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966354.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.103A>T",
"hgvs_p": "p.Thr35Ser",
"transcript": "ENST00000966356.1",
"protein_id": "ENSP00000636415.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 1111,
"cds_start": 103,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966356.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000966360.1",
"protein_id": "ENSP00000636419.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1096,
"cds_start": 193,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966360.1"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser",
"transcript": "ENST00000966351.1",
"protein_id": "ENSP00000636410.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 1042,
"cds_start": 193,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966351.1"
}
],
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"dbsnp": "rs749073832",
"frequency_reference_population": 0.000047143898,
"hom_count_reference_population": 0,
"allele_count_reference_population": 75,
"gnomad_exomes_af": 0.0000500458,
"gnomad_genomes_af": 0.0000197119,
"gnomad_exomes_ac": 72,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.018422305583953857,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.2487,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.893,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_004533.4",
"gene_symbol": "MYBPC2",
"hgnc_id": 7550,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.193A>T",
"hgvs_p": "p.Thr65Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}