← 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: X-132078484-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=132078484&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 132078484,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_194277.3",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1533T>C",
"hgvs_p": "p.Ile511Ile",
"transcript": "NM_194277.3",
"protein_id": "NP_919253.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 714,
"cds_start": 1533,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000298542.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_194277.3"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1533T>C",
"hgvs_p": "p.Ile511Ile",
"transcript": "ENST00000298542.9",
"protein_id": "ENSP00000298542.3",
"transcript_support_level": 1,
"aa_start": 511,
"aa_end": null,
"aa_length": 714,
"cds_start": 1533,
"cds_end": null,
"cds_length": 2145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_194277.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298542.9"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1488T>C",
"hgvs_p": "p.Ile496Ile",
"transcript": "ENST00000464296.1",
"protein_id": "ENSP00000417996.1",
"transcript_support_level": 1,
"aa_start": 496,
"aa_end": null,
"aa_length": 699,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000464296.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1173T>C",
"hgvs_p": "p.Ile391Ile",
"transcript": "ENST00000370879.5",
"protein_id": "ENSP00000359916.1",
"transcript_support_level": 1,
"aa_start": 391,
"aa_end": null,
"aa_length": 594,
"cds_start": 1173,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370879.5"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1488T>C",
"hgvs_p": "p.Ile496Ile",
"transcript": "NM_001306193.2",
"protein_id": "NP_001293122.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 699,
"cds_start": 1488,
"cds_end": null,
"cds_length": 2100,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001306193.2"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1485T>C",
"hgvs_p": "p.Ile495Ile",
"transcript": "XM_017029947.3",
"protein_id": "XP_016885436.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 698,
"cds_start": 1485,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029947.3"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1278T>C",
"hgvs_p": "p.Ile426Ile",
"transcript": "XM_017029948.3",
"protein_id": "XP_016885437.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 629,
"cds_start": 1278,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029948.3"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"hgvs_c": "c.1059T>C",
"hgvs_p": "p.Ile353Ile",
"transcript": "XM_017029949.3",
"protein_id": "XP_016885438.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 556,
"cds_start": 1059,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029949.3"
}
],
"gene_symbol": "FRMD7",
"gene_hgnc_id": 8079,
"dbsnp": "rs5977623",
"frequency_reference_population": 0.2930872,
"hom_count_reference_population": 151390,
"allele_count_reference_population": 353996,
"gnomad_exomes_af": 0.290757,
"gnomad_genomes_af": 0.316312,
"gnomad_exomes_ac": 319158,
"gnomad_genomes_ac": 34838,
"gnomad_exomes_homalt": 32808,
"gnomad_genomes_homalt": 4446,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9399999976158142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.94,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.39,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_194277.3",
"gene_symbol": "FRMD7",
"hgnc_id": 8079,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.1533T>C",
"hgvs_p": "p.Ile511Ile"
}
],
"clinvar_disease": " X-linked, congenital,Nystagmus 1,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"phenotype_combined": "not specified|Nystagmus 1, congenital, X-linked|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}