← 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: 1-91274787-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=91274787&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 91274787,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001017975.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "NM_001017975.6",
"protein_id": "NP_001017975.5",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370425.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001017975.6"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "ENST00000370425.8",
"protein_id": "ENSP00000359454.3",
"transcript_support_level": 1,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001017975.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370425.8"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.1244G>A",
"hgvs_p": "p.Ser415Asn",
"transcript": "ENST00000430465.1",
"protein_id": "ENSP00000387661.1",
"transcript_support_level": 1,
"aa_start": 415,
"aa_end": null,
"aa_length": 624,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430465.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "XM_011540849.2",
"protein_id": "XP_011539151.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540849.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "XM_011540850.3",
"protein_id": "XP_011539152.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540850.3"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "XM_011540851.2",
"protein_id": "XP_011539153.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540851.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "XM_011540852.3",
"protein_id": "XP_011539154.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540852.3"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3530G>A",
"hgvs_p": "p.Ser1177Asn",
"transcript": "XM_017000490.2",
"protein_id": "XP_016855979.1",
"transcript_support_level": null,
"aa_start": 1177,
"aa_end": null,
"aa_length": 1408,
"cds_start": 3530,
"cds_end": null,
"cds_length": 4227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000490.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3485G>A",
"hgvs_p": "p.Ser1162Asn",
"transcript": "XM_011540855.3",
"protein_id": "XP_011539157.1",
"transcript_support_level": null,
"aa_start": 1162,
"aa_end": null,
"aa_length": 1393,
"cds_start": 3485,
"cds_end": null,
"cds_length": 4182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540855.3"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3479G>A",
"hgvs_p": "p.Ser1160Asn",
"transcript": "XM_017000491.2",
"protein_id": "XP_016855980.1",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1391,
"cds_start": 3479,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000491.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3479G>A",
"hgvs_p": "p.Ser1160Asn",
"transcript": "XM_047447938.1",
"protein_id": "XP_047303894.1",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1369,
"cds_start": 3479,
"cds_end": null,
"cds_length": 4110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447938.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "XM_047447940.1",
"protein_id": "XP_047303896.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1319,
"cds_start": 3611,
"cds_end": null,
"cds_length": 3960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447940.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.3188G>A",
"hgvs_p": "p.Ser1063Asn",
"transcript": "XM_011540857.2",
"protein_id": "XP_011539159.1",
"transcript_support_level": null,
"aa_start": 1063,
"aa_end": null,
"aa_length": 1294,
"cds_start": 3188,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540857.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.2648G>A",
"hgvs_p": "p.Ser883Asn",
"transcript": "XM_017000492.1",
"protein_id": "XP_016855981.1",
"transcript_support_level": null,
"aa_start": 883,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2648,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000492.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.2438G>A",
"hgvs_p": "p.Ser813Asn",
"transcript": "XM_011540859.3",
"protein_id": "XP_011539161.1",
"transcript_support_level": null,
"aa_start": 813,
"aa_end": null,
"aa_length": 1044,
"cds_start": 2438,
"cds_end": null,
"cds_length": 3135,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011540859.3"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "c.1940G>A",
"hgvs_p": "p.Ser647Asn",
"transcript": "XM_017000493.1",
"protein_id": "XP_016855982.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 878,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000493.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "n.1537G>A",
"hgvs_p": null,
"transcript": "ENST00000462405.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": "pseudogene",
"feature": "ENST00000462405.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"hgvs_c": "n.3201G>A",
"hgvs_p": null,
"transcript": "NR_165455.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_165455.1"
}
],
"gene_symbol": "HFM1",
"gene_hgnc_id": 20193,
"dbsnp": "rs375403709",
"frequency_reference_population": 0.000024186784,
"hom_count_reference_population": 0,
"allele_count_reference_population": 38,
"gnomad_exomes_af": 0.000023961,
"gnomad_genomes_af": 0.0000262923,
"gnomad_exomes_ac": 34,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.024917304515838623,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.048,
"revel_prediction": "Benign",
"alphamissense_score": 0.0638,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.35,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001017975.6",
"gene_symbol": "HFM1",
"hgnc_id": 20193,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn"
}
],
"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
}