← 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-7566260-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=7566260&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 7566260,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_030569.7",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2297A>G",
"hgvs_p": "p.Asp766Gly",
"transcript": "NM_030569.7",
"protein_id": "NP_085046.5",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 942,
"cds_start": 2297,
"cds_end": null,
"cds_length": 2829,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 6716,
"mane_select": "ENST00000397146.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030569.7"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2297A>G",
"hgvs_p": "p.Asp766Gly",
"transcript": "ENST00000397146.7",
"protein_id": "ENSP00000380333.3",
"transcript_support_level": 1,
"aa_start": 766,
"aa_end": null,
"aa_length": 942,
"cds_start": 2297,
"cds_end": null,
"cds_length": 2829,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 6716,
"mane_select": "NM_030569.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397146.7"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.1655A>G",
"hgvs_p": "p.Asp552Gly",
"transcript": "ENST00000613909.4",
"protein_id": "ENSP00000485414.1",
"transcript_support_level": 1,
"aa_start": 552,
"aa_end": null,
"aa_length": 728,
"cds_start": 1655,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 2916,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613909.4"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2372A>G",
"hgvs_p": "p.Asp791Gly",
"transcript": "ENST00000884049.1",
"protein_id": "ENSP00000554108.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 967,
"cds_start": 2372,
"cds_end": null,
"cds_length": 2904,
"cdna_start": 2501,
"cdna_end": null,
"cdna_length": 6272,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884049.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2318A>G",
"hgvs_p": "p.Asp773Gly",
"transcript": "ENST00000884048.1",
"protein_id": "ENSP00000554107.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 949,
"cds_start": 2318,
"cds_end": null,
"cds_length": 2850,
"cdna_start": 2426,
"cdna_end": null,
"cdna_length": 6368,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884048.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2288A>G",
"hgvs_p": "p.Asp763Gly",
"transcript": "ENST00000884051.1",
"protein_id": "ENSP00000554110.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 939,
"cds_start": 2288,
"cds_end": null,
"cds_length": 2820,
"cdna_start": 2412,
"cdna_end": null,
"cdna_length": 3603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884051.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2252A>G",
"hgvs_p": "p.Asp751Gly",
"transcript": "ENST00000884052.1",
"protein_id": "ENSP00000554111.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 927,
"cds_start": 2252,
"cds_end": null,
"cds_length": 2784,
"cdna_start": 2352,
"cdna_end": null,
"cdna_length": 3543,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884052.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2243A>G",
"hgvs_p": "p.Asp748Gly",
"transcript": "ENST00000884050.1",
"protein_id": "ENSP00000554109.1",
"transcript_support_level": null,
"aa_start": 748,
"aa_end": null,
"aa_length": 924,
"cds_start": 2243,
"cds_end": null,
"cds_length": 2775,
"cdna_start": 2338,
"cdna_end": null,
"cdna_length": 6109,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884050.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2237A>G",
"hgvs_p": "p.Asp746Gly",
"transcript": "ENST00000884056.1",
"protein_id": "ENSP00000554115.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 922,
"cds_start": 2237,
"cds_end": null,
"cds_length": 2769,
"cdna_start": 2299,
"cdna_end": null,
"cdna_length": 3183,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884056.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2201A>G",
"hgvs_p": "p.Asp734Gly",
"transcript": "ENST00000884055.1",
"protein_id": "ENSP00000554114.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 910,
"cds_start": 2201,
"cds_end": null,
"cds_length": 2733,
"cdna_start": 2244,
"cdna_end": null,
"cdna_length": 3437,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884055.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2180A>G",
"hgvs_p": "p.Asp727Gly",
"transcript": "ENST00000884054.1",
"protein_id": "ENSP00000554113.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 903,
"cds_start": 2180,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 2252,
"cdna_end": null,
"cdna_length": 3443,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884054.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.1655A>G",
"hgvs_p": "p.Asp552Gly",
"transcript": "NM_032817.6",
"protein_id": "NP_116206.4",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 728,
"cds_start": 1655,
"cds_end": null,
"cds_length": 2187,
"cdna_start": 1738,
"cdna_end": null,
"cdna_length": 6083,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032817.6"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.1448A>G",
"hgvs_p": "p.Asp483Gly",
"transcript": "ENST00000945639.1",
"protein_id": "ENSP00000615698.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 659,
"cds_start": 1448,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 1517,
"cdna_end": null,
"cdna_length": 2705,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945639.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.1448A>G",
"hgvs_p": "p.Asp483Gly",
"transcript": "ENST00000945640.1",
"protein_id": "ENSP00000615699.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 659,
"cds_start": 1448,
"cds_end": null,
"cds_length": 1980,
"cdna_start": 1522,
"cdna_end": null,
"cdna_length": 2429,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945640.1"
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2372A>G",
"hgvs_p": "p.Asp791Gly",
"transcript": "XM_011519713.4",
"protein_id": "XP_011518015.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 967,
"cds_start": 2372,
"cds_end": null,
"cds_length": 2904,
"cdna_start": 2446,
"cdna_end": null,
"cdna_length": 6791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519713.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "c.2150-2876A>G",
"hgvs_p": null,
"transcript": "ENST00000884053.1",
"protein_id": "ENSP00000554112.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 816,
"cds_start": null,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3182,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884053.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"hgvs_c": "n.559A>G",
"hgvs_p": null,
"transcript": "ENST00000473591.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 782,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000473591.1"
}
],
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"dbsnp": "rs768688712",
"frequency_reference_population": 0.000003719159,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000342181,
"gnomad_genomes_af": 0.0000065767,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.666304349899292,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.417,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5433,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.533,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_030569.7",
"gene_symbol": "ITIH5",
"hgnc_id": 21449,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2297A>G",
"hgvs_p": "p.Asp766Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}