← 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-50435798-CCCGA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=50435798&ref=CCCGA&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 50435798,
"ref": "CCCGA",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_004533.4",
"consequences": [
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "NM_004533.4",
"protein_id": "NP_004524.3",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1141,
"cds_start": 134,
"cds_end": null,
"cds_length": 3426,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3604,
"mane_select": "ENST00000357701.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004533.4"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000357701.6",
"protein_id": "ENSP00000350332.4",
"transcript_support_level": 1,
"aa_start": 45,
"aa_end": null,
"aa_length": 1141,
"cds_start": 134,
"cds_end": null,
"cds_length": 3426,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3604,
"mane_select": "NM_004533.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357701.6"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000966357.1",
"protein_id": "ENSP00000636416.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1196,
"cds_start": 134,
"cds_end": null,
"cds_length": 3591,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3767,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966357.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.263_266delCGAC",
"hgvs_p": "p.Pro88fs",
"transcript": "ENST00000966353.1",
"protein_id": "ENSP00000636412.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 1184,
"cds_start": 263,
"cds_end": null,
"cds_length": 3555,
"cdna_start": 332,
"cdna_end": null,
"cdna_length": 3744,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966353.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000966355.1",
"protein_id": "ENSP00000636414.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1163,
"cds_start": 134,
"cds_end": null,
"cds_length": 3492,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3675,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966355.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.131_134delCGAC",
"hgvs_p": "p.Pro44fs",
"transcript": "ENST00000966358.1",
"protein_id": "ENSP00000636417.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 1162,
"cds_start": 131,
"cds_end": null,
"cds_length": 3489,
"cdna_start": 193,
"cdna_end": null,
"cdna_length": 3664,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966358.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000966361.1",
"protein_id": "ENSP00000636420.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1155,
"cds_start": 134,
"cds_end": null,
"cds_length": 3468,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3642,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966361.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.131_134delCGAC",
"hgvs_p": "p.Pro44fs",
"transcript": "ENST00000966352.1",
"protein_id": "ENSP00000636411.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 1140,
"cds_start": 131,
"cds_end": null,
"cds_length": 3423,
"cdna_start": 238,
"cdna_end": null,
"cdna_length": 3646,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966352.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000966359.1",
"protein_id": "ENSP00000636418.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1121,
"cds_start": 134,
"cds_end": null,
"cds_length": 3366,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3540,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966359.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000966354.1",
"protein_id": "ENSP00000636413.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1118,
"cds_start": 134,
"cds_end": null,
"cds_length": 3357,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3542,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966354.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.44_47delCGAC",
"hgvs_p": "p.Pro15fs",
"transcript": "ENST00000966356.1",
"protein_id": "ENSP00000636415.1",
"transcript_support_level": null,
"aa_start": 15,
"aa_end": null,
"aa_length": 1111,
"cds_start": 44,
"cds_end": null,
"cds_length": 3336,
"cdna_start": 106,
"cdna_end": null,
"cdna_length": 3514,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966356.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000966360.1",
"protein_id": "ENSP00000636419.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1096,
"cds_start": 134,
"cds_end": null,
"cds_length": 3291,
"cdna_start": 196,
"cdna_end": null,
"cdna_length": 3465,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966360.1"
},
{
"aa_ref": "PT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_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.134_137delCGAC",
"hgvs_p": "p.Pro45fs",
"transcript": "ENST00000966351.1",
"protein_id": "ENSP00000636410.1",
"transcript_support_level": null,
"aa_start": 45,
"aa_end": null,
"aa_length": 1042,
"cds_start": 134,
"cds_end": null,
"cds_length": 3129,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 3395,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966351.1"
}
],
"gene_symbol": "MYBPC2",
"gene_hgnc_id": 7550,
"dbsnp": "rs2039696947",
"frequency_reference_population": 0.0000054813218,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000548132,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 4.218,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004533.4",
"gene_symbol": "MYBPC2",
"hgnc_id": 7550,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.134_137delCGAC",
"hgvs_p": "p.Pro45fs"
}
],
"clinvar_disease": "MYBPC2-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "MYBPC2-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}