← 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-7566048-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=7566048&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 7566048,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_030569.7",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "D",
"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.2509A>G",
"hgvs_p": "p.Asn837Asp",
"transcript": "NM_030569.7",
"protein_id": "NP_085046.5",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 942,
"cds_start": 2509,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000397146.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030569.7"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2509A>G",
"hgvs_p": "p.Asn837Asp",
"transcript": "ENST00000397146.7",
"protein_id": "ENSP00000380333.3",
"transcript_support_level": 1,
"aa_start": 837,
"aa_end": null,
"aa_length": 942,
"cds_start": 2509,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030569.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397146.7"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.1867A>G",
"hgvs_p": "p.Asn623Asp",
"transcript": "ENST00000613909.4",
"protein_id": "ENSP00000485414.1",
"transcript_support_level": 1,
"aa_start": 623,
"aa_end": null,
"aa_length": 728,
"cds_start": 1867,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613909.4"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2584A>G",
"hgvs_p": "p.Asn862Asp",
"transcript": "ENST00000884049.1",
"protein_id": "ENSP00000554108.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 967,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884049.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2530A>G",
"hgvs_p": "p.Asn844Asp",
"transcript": "ENST00000884048.1",
"protein_id": "ENSP00000554107.1",
"transcript_support_level": null,
"aa_start": 844,
"aa_end": null,
"aa_length": 949,
"cds_start": 2530,
"cds_end": null,
"cds_length": 2850,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884048.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2500A>G",
"hgvs_p": "p.Asn834Asp",
"transcript": "ENST00000884051.1",
"protein_id": "ENSP00000554110.1",
"transcript_support_level": null,
"aa_start": 834,
"aa_end": null,
"aa_length": 939,
"cds_start": 2500,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884051.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2464A>G",
"hgvs_p": "p.Asn822Asp",
"transcript": "ENST00000884052.1",
"protein_id": "ENSP00000554111.1",
"transcript_support_level": null,
"aa_start": 822,
"aa_end": null,
"aa_length": 927,
"cds_start": 2464,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884052.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2455A>G",
"hgvs_p": "p.Asn819Asp",
"transcript": "ENST00000884050.1",
"protein_id": "ENSP00000554109.1",
"transcript_support_level": null,
"aa_start": 819,
"aa_end": null,
"aa_length": 924,
"cds_start": 2455,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884050.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2449A>G",
"hgvs_p": "p.Asn817Asp",
"transcript": "ENST00000884056.1",
"protein_id": "ENSP00000554115.1",
"transcript_support_level": null,
"aa_start": 817,
"aa_end": null,
"aa_length": 922,
"cds_start": 2449,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884056.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2413A>G",
"hgvs_p": "p.Asn805Asp",
"transcript": "ENST00000884055.1",
"protein_id": "ENSP00000554114.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 910,
"cds_start": 2413,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884055.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2392A>G",
"hgvs_p": "p.Asn798Asp",
"transcript": "ENST00000884054.1",
"protein_id": "ENSP00000554113.1",
"transcript_support_level": null,
"aa_start": 798,
"aa_end": null,
"aa_length": 903,
"cds_start": 2392,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884054.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.1867A>G",
"hgvs_p": "p.Asn623Asp",
"transcript": "NM_032817.6",
"protein_id": "NP_116206.4",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 728,
"cds_start": 1867,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032817.6"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.1660A>G",
"hgvs_p": "p.Asn554Asp",
"transcript": "ENST00000945639.1",
"protein_id": "ENSP00000615698.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 659,
"cds_start": 1660,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945639.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.1660A>G",
"hgvs_p": "p.Asn554Asp",
"transcript": "ENST00000945640.1",
"protein_id": "ENSP00000615699.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 659,
"cds_start": 1660,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945640.1"
},
{
"aa_ref": "N",
"aa_alt": "D",
"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.2584A>G",
"hgvs_p": "p.Asn862Asp",
"transcript": "XM_011519713.4",
"protein_id": "XP_011518015.1",
"transcript_support_level": null,
"aa_start": 862,
"aa_end": null,
"aa_length": 967,
"cds_start": 2584,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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-2664A>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": null,
"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.771A>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000473591.1"
}
],
"gene_symbol": "ITIH5",
"gene_hgnc_id": 21449,
"dbsnp": "rs371257322",
"frequency_reference_population": 0.0000055764363,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.0000054733,
"gnomad_genomes_af": 0.00000656625,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04359936714172363,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.096,
"revel_prediction": "Benign",
"alphamissense_score": 0.0785,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.052,
"phylop100way_prediction": "Benign",
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_030569.7",
"gene_symbol": "ITIH5",
"hgnc_id": 21449,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2509A>G",
"hgvs_p": "p.Asn837Asp"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}