← 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-30702780-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=30702780&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 30702780,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014641.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr",
"transcript": "NM_014641.3",
"protein_id": "NP_055456.2",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2089,
"cds_start": 5963,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 6003,
"cdna_end": null,
"cdna_length": 6968,
"mane_select": "ENST00000376406.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr",
"transcript": "ENST00000376406.8",
"protein_id": "ENSP00000365588.3",
"transcript_support_level": 5,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2089,
"cds_start": 5963,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 6003,
"cdna_end": null,
"cdna_length": 6968,
"mane_select": "NM_014641.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.6026G>C",
"hgvs_p": "p.Ser2009Thr",
"transcript": "XM_005249492.3",
"protein_id": "XP_005249549.1",
"transcript_support_level": null,
"aa_start": 2009,
"aa_end": null,
"aa_length": 2110,
"cds_start": 6026,
"cds_end": null,
"cds_length": 6333,
"cdna_start": 6366,
"cdna_end": null,
"cdna_length": 7331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.6026G>C",
"hgvs_p": "p.Ser2009Thr",
"transcript": "XM_047419580.1",
"protein_id": "XP_047275536.1",
"transcript_support_level": null,
"aa_start": 2009,
"aa_end": null,
"aa_length": 2110,
"cds_start": 6026,
"cds_end": null,
"cds_length": 6333,
"cdna_start": 6205,
"cdna_end": null,
"cdna_length": 7170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.6023G>C",
"hgvs_p": "p.Ser2008Thr",
"transcript": "XM_047419581.1",
"protein_id": "XP_047275537.1",
"transcript_support_level": null,
"aa_start": 2008,
"aa_end": null,
"aa_length": 2109,
"cds_start": 6023,
"cds_end": null,
"cds_length": 6330,
"cdna_start": 6202,
"cdna_end": null,
"cdna_length": 7167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr",
"transcript": "XM_005249494.6",
"protein_id": "XP_005249551.1",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2089,
"cds_start": 5963,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 5999,
"cdna_end": null,
"cdna_length": 6964,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr",
"transcript": "XM_011515003.4",
"protein_id": "XP_011513305.1",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2089,
"cds_start": 5963,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 6210,
"cdna_end": null,
"cdna_length": 7175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr",
"transcript": "XM_047419582.1",
"protein_id": "XP_047275538.1",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2089,
"cds_start": 5963,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 6123,
"cdna_end": null,
"cdna_length": 7088,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr",
"transcript": "XM_047419583.1",
"protein_id": "XP_047275539.1",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2089,
"cds_start": 5963,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 6284,
"cdna_end": null,
"cdna_length": 7249,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr",
"transcript": "XM_047419584.1",
"protein_id": "XP_047275540.1",
"transcript_support_level": null,
"aa_start": 1988,
"aa_end": null,
"aa_length": 2089,
"cds_start": 5963,
"cds_end": null,
"cds_length": 6270,
"cdna_start": 6049,
"cdna_end": null,
"cdna_length": 7014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5579G>C",
"hgvs_p": "p.Ser1860Thr",
"transcript": "XM_011515004.4",
"protein_id": "XP_011513306.1",
"transcript_support_level": null,
"aa_start": 1860,
"aa_end": null,
"aa_length": 1961,
"cds_start": 5579,
"cds_end": null,
"cds_length": 5886,
"cdna_start": 5668,
"cdna_end": null,
"cdna_length": 6633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5456G>C",
"hgvs_p": "p.Ser1819Thr",
"transcript": "XM_005249497.5",
"protein_id": "XP_005249554.1",
"transcript_support_level": null,
"aa_start": 1819,
"aa_end": null,
"aa_length": 1920,
"cds_start": 5456,
"cds_end": null,
"cds_length": 5763,
"cdna_start": 5796,
"cdna_end": null,
"cdna_length": 6761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5453G>C",
"hgvs_p": "p.Ser1818Thr",
"transcript": "XM_047419585.1",
"protein_id": "XP_047275541.1",
"transcript_support_level": null,
"aa_start": 1818,
"aa_end": null,
"aa_length": 1919,
"cds_start": 5453,
"cds_end": null,
"cds_length": 5760,
"cdna_start": 5632,
"cdna_end": null,
"cdna_length": 6597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5393G>C",
"hgvs_p": "p.Ser1798Thr",
"transcript": "XM_047419586.1",
"protein_id": "XP_047275542.1",
"transcript_support_level": null,
"aa_start": 1798,
"aa_end": null,
"aa_length": 1899,
"cds_start": 5393,
"cds_end": null,
"cds_length": 5700,
"cdna_start": 5429,
"cdna_end": null,
"cdna_length": 6394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5234G>C",
"hgvs_p": "p.Ser1745Thr",
"transcript": "XM_005249498.5",
"protein_id": "XP_005249555.1",
"transcript_support_level": null,
"aa_start": 1745,
"aa_end": null,
"aa_length": 1846,
"cds_start": 5234,
"cds_end": null,
"cds_length": 5541,
"cdna_start": 5574,
"cdna_end": null,
"cdna_length": 6539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5234G>C",
"hgvs_p": "p.Ser1745Thr",
"transcript": "XM_047419587.1",
"protein_id": "XP_047275543.1",
"transcript_support_level": null,
"aa_start": 1745,
"aa_end": null,
"aa_length": 1846,
"cds_start": 5234,
"cds_end": null,
"cds_length": 5541,
"cdna_start": 5413,
"cdna_end": null,
"cdna_length": 6378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5231G>C",
"hgvs_p": "p.Ser1744Thr",
"transcript": "XM_017011522.3",
"protein_id": "XP_016867011.1",
"transcript_support_level": null,
"aa_start": 1744,
"aa_end": null,
"aa_length": 1845,
"cds_start": 5231,
"cds_end": null,
"cds_length": 5538,
"cdna_start": 5410,
"cdna_end": null,
"cdna_length": 6375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5171G>C",
"hgvs_p": "p.Ser1724Thr",
"transcript": "XM_047419588.1",
"protein_id": "XP_047275544.1",
"transcript_support_level": null,
"aa_start": 1724,
"aa_end": null,
"aa_length": 1825,
"cds_start": 5171,
"cds_end": null,
"cds_length": 5478,
"cdna_start": 5207,
"cdna_end": null,
"cdna_length": 6172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "c.5168G>C",
"hgvs_p": "p.Ser1723Thr",
"transcript": "XM_047419589.1",
"protein_id": "XP_047275545.1",
"transcript_support_level": null,
"aa_start": 1723,
"aa_end": null,
"aa_length": 1824,
"cds_start": 5168,
"cds_end": null,
"cds_length": 5475,
"cdna_start": 5204,
"cdna_end": null,
"cdna_length": 6169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"hgvs_c": "n.945G>C",
"hgvs_p": null,
"transcript": "ENST00000489540.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MDC1",
"gene_hgnc_id": 21163,
"dbsnp": null,
"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.2696009874343872,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.057,
"revel_prediction": "Benign",
"alphamissense_score": 0.1085,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.062,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014641.3",
"gene_symbol": "MDC1",
"hgnc_id": 21163,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5963G>C",
"hgvs_p": "p.Ser1988Thr"
}
],
"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
}