← 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: 12-55837196-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=55837196&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 55837196,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002429.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Gln",
"transcript": "NM_002429.6",
"protein_id": "NP_002420.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 508,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000322569.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002429.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Gln",
"transcript": "ENST00000322569.9",
"protein_id": "ENSP00000313437.4",
"transcript_support_level": 1,
"aa_start": 456,
"aa_end": null,
"aa_length": 508,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002429.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322569.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "n.*1252G>A",
"hgvs_p": null,
"transcript": "ENST00000552872.5",
"protein_id": "ENSP00000446776.1",
"transcript_support_level": 1,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552872.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "n.*1252G>A",
"hgvs_p": null,
"transcript": "ENST00000552872.5",
"protein_id": "ENSP00000446776.1",
"transcript_support_level": 1,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000552872.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1352G>A",
"hgvs_p": "p.Arg451Gln",
"transcript": "ENST00000956505.1",
"protein_id": "ENSP00000626564.1",
"transcript_support_level": null,
"aa_start": 451,
"aa_end": null,
"aa_length": 503,
"cds_start": 1352,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956505.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1313G>A",
"hgvs_p": "p.Arg438Gln",
"transcript": "ENST00000889540.1",
"protein_id": "ENSP00000559599.1",
"transcript_support_level": null,
"aa_start": 438,
"aa_end": null,
"aa_length": 490,
"cds_start": 1313,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889540.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1298G>A",
"hgvs_p": "p.Arg433Gln",
"transcript": "ENST00000548629.5",
"protein_id": "ENSP00000446979.1",
"transcript_support_level": 5,
"aa_start": 433,
"aa_end": null,
"aa_length": 485,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548629.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1295G>A",
"hgvs_p": "p.Arg432Gln",
"transcript": "ENST00000956504.1",
"protein_id": "ENSP00000626563.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 484,
"cds_start": 1295,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956504.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1238G>A",
"hgvs_p": "p.Arg413Gln",
"transcript": "ENST00000889541.1",
"protein_id": "ENSP00000559600.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 465,
"cds_start": 1238,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889541.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1154G>A",
"hgvs_p": "p.Arg385Gln",
"transcript": "ENST00000956503.1",
"protein_id": "ENSP00000626562.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 437,
"cds_start": 1154,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956503.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "NM_001414375.1",
"protein_id": "NP_001401304.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 426,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414375.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1121G>A",
"hgvs_p": "p.Arg374Gln",
"transcript": "ENST00000889539.1",
"protein_id": "ENSP00000559598.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 426,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889539.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1067G>A",
"hgvs_p": "p.Arg356Gln",
"transcript": "ENST00000913023.1",
"protein_id": "ENSP00000583082.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 408,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913023.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.1130G>A",
"hgvs_p": "p.Arg377Gln",
"transcript": "XM_047428863.1",
"protein_id": "XP_047284819.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 429,
"cds_start": 1130,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.*181G>A",
"hgvs_p": null,
"transcript": "NM_001272101.2",
"protein_id": "NP_001259030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": null,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001272101.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "c.*181G>A",
"hgvs_p": null,
"transcript": "ENST00000409200.7",
"protein_id": "ENSP00000386625.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": null,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409200.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "n.1246G>A",
"hgvs_p": null,
"transcript": "ENST00000547685.5",
"protein_id": null,
"transcript_support_level": 2,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000547685.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "n.*1712G>A",
"hgvs_p": null,
"transcript": "ENST00000548882.5",
"protein_id": "ENSP00000447363.1",
"transcript_support_level": 2,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000548882.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "n.1550G>A",
"hgvs_p": null,
"transcript": "NR_073606.2",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_073606.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "n.1579G>A",
"hgvs_p": null,
"transcript": "NR_182299.1",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_182299.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"hgvs_c": "n.*1712G>A",
"hgvs_p": null,
"transcript": "ENST00000548882.5",
"protein_id": "ENSP00000447363.1",
"transcript_support_level": 2,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000548882.5"
}
],
"gene_symbol": "MMP19",
"gene_hgnc_id": 7165,
"dbsnp": "rs150724096",
"frequency_reference_population": 0.005069447,
"hom_count_reference_population": 28,
"allele_count_reference_population": 8183,
"gnomad_exomes_af": 0.00523027,
"gnomad_genomes_af": 0.0035258,
"gnomad_exomes_ac": 7646,
"gnomad_genomes_ac": 537,
"gnomad_exomes_homalt": 25,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005624115467071533,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.097,
"revel_prediction": "Benign",
"alphamissense_score": 0.0892,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.058,
"phylop100way_prediction": "Benign",
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002429.6",
"gene_symbol": "MMP19",
"hgnc_id": 7165,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Gln"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}