← 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-7566372-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=7566372&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"PM2",
"BP4"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ITIH5",
"hgnc_id": 21449,
"hgvs_c": "c.2185G>C",
"hgvs_p": "p.Ala729Pro",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 1,
"transcript": "NM_030569.7",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_score": 1,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": 0.1341,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.23,
"chr": "10",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.41492727398872375,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 942,
"aa_ref": "A",
"aa_start": 729,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6716,
"cdna_start": 2259,
"cds_end": null,
"cds_length": 2829,
"cds_start": 2185,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_030569.7",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2185G>C",
"hgvs_p": "p.Ala729Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000397146.7",
"protein_coding": true,
"protein_id": "NP_085046.5",
"strand": false,
"transcript": "NM_030569.7",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 942,
"aa_ref": "A",
"aa_start": 729,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6716,
"cdna_start": 2259,
"cds_end": null,
"cds_length": 2829,
"cds_start": 2185,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000397146.7",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2185G>C",
"hgvs_p": "p.Ala729Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_030569.7",
"protein_coding": true,
"protein_id": "ENSP00000380333.3",
"strand": false,
"transcript": "ENST00000397146.7",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 728,
"aa_ref": "A",
"aa_start": 515,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2916,
"cdna_start": 1613,
"cds_end": null,
"cds_length": 2187,
"cds_start": 1543,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000613909.4",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.1543G>C",
"hgvs_p": "p.Ala515Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000485414.1",
"strand": false,
"transcript": "ENST00000613909.4",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 967,
"aa_ref": "A",
"aa_start": 754,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6272,
"cdna_start": 2389,
"cds_end": null,
"cds_length": 2904,
"cds_start": 2260,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000884049.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2260G>C",
"hgvs_p": "p.Ala754Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554108.1",
"strand": false,
"transcript": "ENST00000884049.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 949,
"aa_ref": "A",
"aa_start": 736,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6368,
"cdna_start": 2314,
"cds_end": null,
"cds_length": 2850,
"cds_start": 2206,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000884048.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2206G>C",
"hgvs_p": "p.Ala736Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554107.1",
"strand": false,
"transcript": "ENST00000884048.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 939,
"aa_ref": "A",
"aa_start": 726,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3603,
"cdna_start": 2300,
"cds_end": null,
"cds_length": 2820,
"cds_start": 2176,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000884051.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2176G>C",
"hgvs_p": "p.Ala726Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554110.1",
"strand": false,
"transcript": "ENST00000884051.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 927,
"aa_ref": "A",
"aa_start": 714,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3543,
"cdna_start": 2240,
"cds_end": null,
"cds_length": 2784,
"cds_start": 2140,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000884052.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2140G>C",
"hgvs_p": "p.Ala714Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554111.1",
"strand": false,
"transcript": "ENST00000884052.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 924,
"aa_ref": "A",
"aa_start": 711,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6109,
"cdna_start": 2226,
"cds_end": null,
"cds_length": 2775,
"cds_start": 2131,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000884050.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2131G>C",
"hgvs_p": "p.Ala711Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554109.1",
"strand": false,
"transcript": "ENST00000884050.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 922,
"aa_ref": "A",
"aa_start": 709,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3183,
"cdna_start": 2187,
"cds_end": null,
"cds_length": 2769,
"cds_start": 2125,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "ENST00000884056.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2125G>C",
"hgvs_p": "p.Ala709Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554115.1",
"strand": false,
"transcript": "ENST00000884056.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 910,
"aa_ref": "A",
"aa_start": 697,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3437,
"cdna_start": 2132,
"cds_end": null,
"cds_length": 2733,
"cds_start": 2089,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000884055.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2089G>C",
"hgvs_p": "p.Ala697Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554114.1",
"strand": false,
"transcript": "ENST00000884055.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 903,
"aa_ref": "A",
"aa_start": 690,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3443,
"cdna_start": 2140,
"cds_end": null,
"cds_length": 2712,
"cds_start": 2068,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000884054.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2068G>C",
"hgvs_p": "p.Ala690Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554113.1",
"strand": false,
"transcript": "ENST00000884054.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 728,
"aa_ref": "A",
"aa_start": 515,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6083,
"cdna_start": 1626,
"cds_end": null,
"cds_length": 2187,
"cds_start": 1543,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_032817.6",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.1543G>C",
"hgvs_p": "p.Ala515Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_116206.4",
"strand": false,
"transcript": "NM_032817.6",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 659,
"aa_ref": "A",
"aa_start": 446,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2705,
"cdna_start": 1405,
"cds_end": null,
"cds_length": 1980,
"cds_start": 1336,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000945639.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.1336G>C",
"hgvs_p": "p.Ala446Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000615698.1",
"strand": false,
"transcript": "ENST00000945639.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 659,
"aa_ref": "A",
"aa_start": 446,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2429,
"cdna_start": 1410,
"cds_end": null,
"cds_length": 1980,
"cds_start": 1336,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000945640.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.1336G>C",
"hgvs_p": "p.Ala446Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000615699.1",
"strand": false,
"transcript": "ENST00000945640.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 967,
"aa_ref": "A",
"aa_start": 754,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6791,
"cdna_start": 2334,
"cds_end": null,
"cds_length": 2904,
"cds_start": 2260,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "XM_011519713.4",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2260G>C",
"hgvs_p": "p.Ala754Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011518015.1",
"strand": false,
"transcript": "XM_011519713.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 816,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3182,
"cdna_start": null,
"cds_end": null,
"cds_length": 2451,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000884053.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "c.2150-2988G>C",
"hgvs_p": null,
"intron_rank": 12,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554112.1",
"strand": false,
"transcript": "ENST00000884053.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": 782,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000473591.1",
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"hgvs_c": "n.447G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000473591.1",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs763259102",
"effect": "missense_variant",
"frequency_reference_population": 6.903922e-7,
"gene_hgnc_id": 21449,
"gene_symbol": "ITIH5",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.90392e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.562,
"pos": 7566372,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.261,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_030569.7"
}
]
}