← 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: 10-19498489-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=19498489&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 19498489,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000454679.7",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5163T>G",
"hgvs_p": "p.His1721Gln",
"transcript": "NM_001142308.3",
"protein_id": "NP_001135780.2",
"transcript_support_level": null,
"aa_start": 1721,
"aa_end": null,
"aa_length": 2156,
"cds_start": 5163,
"cds_end": null,
"cds_length": 6471,
"cdna_start": 5301,
"cdna_end": null,
"cdna_length": 6850,
"mane_select": "ENST00000454679.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5163T>G",
"hgvs_p": "p.His1721Gln",
"transcript": "ENST00000454679.7",
"protein_id": "ENSP00000412763.3",
"transcript_support_level": 1,
"aa_start": 1721,
"aa_end": null,
"aa_length": 2156,
"cds_start": 5163,
"cds_end": null,
"cds_length": 6471,
"cdna_start": 5301,
"cdna_end": null,
"cdna_length": 6850,
"mane_select": "NM_001142308.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.3300T>G",
"hgvs_p": "p.His1100Gln",
"transcript": "ENST00000377266.7",
"protein_id": "ENSP00000366477.3",
"transcript_support_level": 5,
"aa_start": 1100,
"aa_end": null,
"aa_length": 1486,
"cds_start": 3300,
"cds_end": null,
"cds_length": 4461,
"cdna_start": 3300,
"cdna_end": null,
"cdna_length": 4461,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.213T>G",
"hgvs_p": "p.His71Gln",
"transcript": "ENST00000377265.3",
"protein_id": "ENSP00000366476.3",
"transcript_support_level": 2,
"aa_start": 71,
"aa_end": null,
"aa_length": 506,
"cds_start": 213,
"cds_end": null,
"cds_length": 1521,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 1761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5223T>G",
"hgvs_p": "p.His1741Gln",
"transcript": "XM_011519453.3",
"protein_id": "XP_011517755.1",
"transcript_support_level": null,
"aa_start": 1741,
"aa_end": null,
"aa_length": 2176,
"cds_start": 5223,
"cds_end": null,
"cds_length": 6531,
"cdna_start": 5980,
"cdna_end": null,
"cdna_length": 7529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5142T>G",
"hgvs_p": "p.His1714Gln",
"transcript": "XM_011519454.2",
"protein_id": "XP_011517756.1",
"transcript_support_level": null,
"aa_start": 1714,
"aa_end": null,
"aa_length": 2149,
"cds_start": 5142,
"cds_end": null,
"cds_length": 6450,
"cdna_start": 5199,
"cdna_end": null,
"cdna_length": 6748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5049T>G",
"hgvs_p": "p.His1683Gln",
"transcript": "XM_011519455.3",
"protein_id": "XP_011517757.1",
"transcript_support_level": null,
"aa_start": 1683,
"aa_end": null,
"aa_length": 2118,
"cds_start": 5049,
"cds_end": null,
"cds_length": 6357,
"cdna_start": 5806,
"cdna_end": null,
"cdna_length": 7355,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.4950T>G",
"hgvs_p": "p.His1650Gln",
"transcript": "XM_017016182.1",
"protein_id": "XP_016871671.1",
"transcript_support_level": null,
"aa_start": 1650,
"aa_end": null,
"aa_length": 2085,
"cds_start": 4950,
"cds_end": null,
"cds_length": 6258,
"cdna_start": 5141,
"cdna_end": null,
"cdna_length": 6690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5223T>G",
"hgvs_p": "p.His1741Gln",
"transcript": "XM_017016183.2",
"protein_id": "XP_016871672.1",
"transcript_support_level": null,
"aa_start": 1741,
"aa_end": null,
"aa_length": 2080,
"cds_start": 5223,
"cds_end": null,
"cds_length": 6243,
"cdna_start": 5980,
"cdna_end": null,
"cdna_length": 8419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.5223T>G",
"hgvs_p": "p.His1741Gln",
"transcript": "XM_047425167.1",
"protein_id": "XP_047281123.1",
"transcript_support_level": null,
"aa_start": 1741,
"aa_end": null,
"aa_length": 1834,
"cds_start": 5223,
"cds_end": null,
"cds_length": 5505,
"cdna_start": 5980,
"cdna_end": null,
"cdna_length": 6382,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.3423T>G",
"hgvs_p": "p.His1141Gln",
"transcript": "XM_017016184.1",
"protein_id": "XP_016871673.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1576,
"cds_start": 3423,
"cds_end": null,
"cds_length": 4731,
"cdna_start": 3558,
"cdna_end": null,
"cdna_length": 5107,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.3423T>G",
"hgvs_p": "p.His1141Gln",
"transcript": "XM_017016185.1",
"protein_id": "XP_016871674.1",
"transcript_support_level": null,
"aa_start": 1141,
"aa_end": null,
"aa_length": 1576,
"cds_start": 3423,
"cds_end": null,
"cds_length": 4731,
"cdna_start": 3555,
"cdna_end": null,
"cdna_length": 5104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "c.1965T>G",
"hgvs_p": "p.His655Gln",
"transcript": "XM_017016186.1",
"protein_id": "XP_016871675.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 1090,
"cds_start": 1965,
"cds_end": null,
"cds_length": 3273,
"cdna_start": 2112,
"cdna_end": null,
"cdna_length": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"hgvs_c": "n.291T>G",
"hgvs_p": null,
"transcript": "ENST00000492202.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MALRD1",
"gene_hgnc_id": 24331,
"dbsnp": "rs12256835",
"frequency_reference_population": 0.20678407,
"hom_count_reference_population": 39172,
"allele_count_reference_population": 320189,
"gnomad_exomes_af": 0.196824,
"gnomad_genomes_af": 0.298271,
"gnomad_exomes_ac": 274844,
"gnomad_genomes_ac": 45345,
"gnomad_exomes_homalt": 30205,
"gnomad_genomes_homalt": 8967,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00009035228140419349,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.6200000047683716,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": 0.311,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0757,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.743,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.62,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -7,
"acmg_classification": "Benign",
"acmg_criteria": "PP3,BA1",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 8,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000454679.7",
"gene_symbol": "MALRD1",
"hgnc_id": 24331,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5163T>G",
"hgvs_p": "p.His1721Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}