← 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-212895253-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=212895253&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 20,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"effects": [
"missense_variant"
],
"gene_symbol": "FLVCR1",
"hgnc_id": 24682,
"hgvs_c": "c.1631C>T",
"hgvs_p": "p.Thr544Met",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -20,
"transcript": "NM_014053.4",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_score": -20,
"allele_count_reference_population": 750795,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.0706,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.36,
"chr": "1",
"clinvar_classification": "Benign",
"clinvar_disease": "Posterior column ataxia-retinitis pigmentosa syndrome,not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.000023459066142095253,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 555,
"aa_ref": "T",
"aa_start": 544,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5919,
"cdna_start": 1809,
"cds_end": null,
"cds_length": 1668,
"cds_start": 1631,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_014053.4",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "c.1631C>T",
"hgvs_p": "p.Thr544Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000366971.9",
"protein_coding": true,
"protein_id": "NP_054772.1",
"strand": true,
"transcript": "NM_014053.4",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 555,
"aa_ref": "T",
"aa_start": 544,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5919,
"cdna_start": 1809,
"cds_end": null,
"cds_length": 1668,
"cds_start": 1631,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000366971.9",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "c.1631C>T",
"hgvs_p": "p.Thr544Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_014053.4",
"protein_coding": true,
"protein_id": "ENSP00000355938.4",
"strand": true,
"transcript": "ENST00000366971.9",
"transcript_support_level": 1
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 585,
"aa_ref": "T",
"aa_start": 574,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3534,
"cdna_start": 1898,
"cds_end": null,
"cds_length": 1758,
"cds_start": 1721,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000867613.1",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "c.1721C>T",
"hgvs_p": "p.Thr574Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537672.1",
"strand": true,
"transcript": "ENST00000867613.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 564,
"aa_ref": "T",
"aa_start": 553,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2332,
"cdna_start": 1869,
"cds_end": null,
"cds_length": 1695,
"cds_start": 1658,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000971333.1",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "c.1658C>T",
"hgvs_p": "p.Thr553Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000641392.1",
"strand": true,
"transcript": "ENST00000971333.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 531,
"aa_ref": "T",
"aa_start": 520,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3410,
"cdna_start": 1775,
"cds_end": null,
"cds_length": 1596,
"cds_start": 1559,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000930967.1",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "c.1559C>T",
"hgvs_p": "p.Thr520Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000601026.1",
"strand": true,
"transcript": "ENST00000930967.1",
"transcript_support_level": null
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 353,
"aa_ref": "T",
"aa_start": 342,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1108,
"cdna_start": 1027,
"cds_end": null,
"cds_length": 1062,
"cds_start": 1025,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000419102.1",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "c.1025C>T",
"hgvs_p": "p.Thr342Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000414680.1",
"strand": true,
"transcript": "ENST00000419102.1",
"transcript_support_level": 5
},
{
"aa_alt": "M",
"aa_end": null,
"aa_length": 330,
"aa_ref": "T",
"aa_start": 319,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1259,
"cdna_start": 1099,
"cds_end": null,
"cds_length": 993,
"cds_start": 956,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000930968.1",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "c.956C>T",
"hgvs_p": "p.Thr319Met",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000601027.1",
"strand": true,
"transcript": "ENST00000930968.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 599,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000483790.1",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "n.458C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000483790.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5551,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XR_007059232.1",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "n.1698C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007059232.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5662,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "XR_247024.4",
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"hgvs_c": "n.1809C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_247024.4",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs3207090",
"effect": "missense_variant",
"frequency_reference_population": 0.4665705,
"gene_hgnc_id": 24682,
"gene_symbol": "FLVCR1",
"gnomad_exomes_ac": 690842,
"gnomad_exomes_af": 0.474014,
"gnomad_exomes_homalt": 167580,
"gnomad_genomes_ac": 59953,
"gnomad_genomes_af": 0.395083,
"gnomad_genomes_homalt": 13343,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 180923,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not specified|Posterior column ataxia-retinitis pigmentosa syndrome|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.572,
"pos": 212895253,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.316,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.029999999329447746,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.03,
"transcript": "NM_014053.4"
}
]
}