← 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: 19-38407003-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=38407003&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP5"
],
"effects": [
"stop_gained"
],
"gene_symbol": "FAM98C",
"hgnc_id": 27119,
"hgvs_c": "c.844C>T",
"hgvs_p": "p.Arg282*",
"inheritance_mode": "",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_174905.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP5",
"acmg_score": 1,
"allele_count_reference_population": 130,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.1026,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.54,
"chr": "19",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": "Asphyxiating thoracic dystrophy 3,Autism spectrum disorder",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.04520058631896973,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 349,
"aa_ref": "R",
"aa_start": 282,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1313,
"cdna_start": 905,
"cds_end": null,
"cds_length": 1050,
"cds_start": 844,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_174905.4",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.844C>T",
"hgvs_p": "p.Arg282*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000252530.10",
"protein_coding": true,
"protein_id": "NP_777565.3",
"strand": true,
"transcript": "NM_174905.4",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 349,
"aa_ref": "R",
"aa_start": 282,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1313,
"cdna_start": 905,
"cds_end": null,
"cds_length": 1050,
"cds_start": 844,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000252530.10",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.844C>T",
"hgvs_p": "p.Arg282*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_174905.4",
"protein_coding": true,
"protein_id": "ENSP00000252530.4",
"strand": true,
"transcript": "ENST00000252530.10",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 186,
"aa_ref": "P",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 826,
"cdna_start": 462,
"cds_end": null,
"cds_length": 561,
"cds_start": 443,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000588262.5",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.443C>T",
"hgvs_p": "p.Pro148Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000467974.1",
"strand": true,
"transcript": "ENST00000588262.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 267,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1006,
"cdna_start": null,
"cds_end": null,
"cds_length": 804,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000343358.11",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.672+1368C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000340348.6",
"strand": true,
"transcript": "ENST00000343358.11",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 344,
"aa_ref": "R",
"aa_start": 277,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1296,
"cdna_start": 886,
"cds_end": null,
"cds_length": 1035,
"cds_start": 829,
"consequences": [
"stop_gained"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000909362.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.829C>T",
"hgvs_p": "p.Arg277*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579421.1",
"strand": true,
"transcript": "ENST00000909362.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 323,
"aa_ref": "R",
"aa_start": 256,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1211,
"cdna_start": 802,
"cds_end": null,
"cds_length": 972,
"cds_start": 766,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000909365.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579424.1",
"strand": true,
"transcript": "ENST00000909365.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 310,
"aa_ref": "R",
"aa_start": 243,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1145,
"cdna_start": 737,
"cds_end": null,
"cds_length": 933,
"cds_start": 727,
"consequences": [
"stop_gained"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000909366.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.727C>T",
"hgvs_p": "p.Arg243*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579425.1",
"strand": true,
"transcript": "ENST00000909366.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 284,
"aa_ref": "R",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1095,
"cdna_start": 687,
"cds_end": null,
"cds_length": 855,
"cds_start": 649,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000909363.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.649C>T",
"hgvs_p": "p.Arg217*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579422.1",
"strand": true,
"transcript": "ENST00000909363.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 293,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1122,
"cdna_start": null,
"cds_end": null,
"cds_length": 882,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000909364.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.750+1368C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579423.1",
"strand": true,
"transcript": "ENST00000909364.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 288,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1076,
"cdna_start": null,
"cds_end": null,
"cds_length": 867,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000909367.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.735+1368C>T",
"hgvs_p": null,
"intron_rank": 6,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000579426.1",
"strand": true,
"transcript": "ENST00000909367.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 267,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1029,
"cdna_start": null,
"cds_end": null,
"cds_length": 804,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001351675.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "c.672+1368C>T",
"hgvs_p": null,
"intron_rank": 5,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001338604.1",
"strand": true,
"transcript": "NM_001351675.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4133,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000586372.5",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "n.2053C>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": "ENST00000586372.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2530,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000588348.5",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "n.2118C>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": "ENST00000588348.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 670,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000589027.1",
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"hgvs_c": "n.260C>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": "ENST00000589027.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs201037487",
"effect": "stop_gained",
"frequency_reference_population": 0.000080537146,
"gene_hgnc_id": 27119,
"gene_symbol": "FAM98C",
"gnomad_exomes_ac": 118,
"gnomad_exomes_af": 0.0000807189,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 12,
"gnomad_genomes_af": 0.0000787929,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely pathogenic",
"phenotype_combined": "Asphyxiating thoracic dystrophy 3|Autism spectrum disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.581,
"pos": 38407003,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Uncertain_significance",
"splice_score_selected": 0.23999999463558197,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Uncertain_significance",
"spliceai_max_score": 0.24,
"transcript": "NM_174905.4"
}
]
}