← 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: 12-7373530-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=7373530&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 7373530,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001297650.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3520A>G",
"hgvs_p": "p.Thr1174Ala",
"transcript": "NM_174941.6",
"protein_id": "NP_777601.3",
"transcript_support_level": null,
"aa_start": 1174,
"aa_end": null,
"aa_length": 1453,
"cds_start": 3520,
"cds_end": null,
"cds_length": 4362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000313599.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_174941.6"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3520A>G",
"hgvs_p": "p.Thr1174Ala",
"transcript": "ENST00000313599.8",
"protein_id": "ENSP00000315945.3",
"transcript_support_level": 1,
"aa_start": 1174,
"aa_end": null,
"aa_length": 1453,
"cds_start": 3520,
"cds_end": null,
"cds_length": 4362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_174941.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313599.8"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3550A>G",
"hgvs_p": "p.Thr1184Ala",
"transcript": "NM_001297650.2",
"protein_id": "NP_001284579.2",
"transcript_support_level": null,
"aa_start": 1184,
"aa_end": null,
"aa_length": 1463,
"cds_start": 3550,
"cds_end": null,
"cds_length": 4392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297650.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3550A>G",
"hgvs_p": "p.Thr1184Ala",
"transcript": "ENST00000416109.2",
"protein_id": "ENSP00000393474.2",
"transcript_support_level": 2,
"aa_start": 1184,
"aa_end": null,
"aa_length": 1463,
"cds_start": 3550,
"cds_end": null,
"cds_length": 4392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416109.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3550A>G",
"hgvs_p": "p.Thr1184Ala",
"transcript": "ENST00000878199.1",
"protein_id": "ENSP00000548258.1",
"transcript_support_level": null,
"aa_start": 1184,
"aa_end": null,
"aa_length": 1431,
"cds_start": 3550,
"cds_end": null,
"cds_length": 4296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878199.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3520A>G",
"hgvs_p": "p.Thr1174Ala",
"transcript": "ENST00000878198.1",
"protein_id": "ENSP00000548257.1",
"transcript_support_level": null,
"aa_start": 1174,
"aa_end": null,
"aa_length": 1421,
"cds_start": 3520,
"cds_end": null,
"cds_length": 4266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878198.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3427A>G",
"hgvs_p": "p.Thr1143Ala",
"transcript": "ENST00000948251.1",
"protein_id": "ENSP00000618310.1",
"transcript_support_level": null,
"aa_start": 1143,
"aa_end": null,
"aa_length": 1390,
"cds_start": 3427,
"cds_end": null,
"cds_length": 4173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948251.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3445A>G",
"hgvs_p": "p.Thr1149Ala",
"transcript": "XM_011520617.3",
"protein_id": "XP_011518919.1",
"transcript_support_level": null,
"aa_start": 1149,
"aa_end": null,
"aa_length": 1428,
"cds_start": 3445,
"cds_end": null,
"cds_length": 4287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520617.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.3520A>G",
"hgvs_p": "p.Thr1174Ala",
"transcript": "XM_011520616.2",
"protein_id": "XP_011518918.1",
"transcript_support_level": null,
"aa_start": 1174,
"aa_end": null,
"aa_length": 1421,
"cds_start": 3520,
"cds_end": null,
"cds_length": 4266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520616.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.2803A>G",
"hgvs_p": "p.Thr935Ala",
"transcript": "XM_011520618.4",
"protein_id": "XP_011518920.1",
"transcript_support_level": null,
"aa_start": 935,
"aa_end": null,
"aa_length": 1214,
"cds_start": 2803,
"cds_end": null,
"cds_length": 3645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520618.4"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.2707A>G",
"hgvs_p": "p.Thr903Ala",
"transcript": "XM_011520619.2",
"protein_id": "XP_011518921.1",
"transcript_support_level": null,
"aa_start": 903,
"aa_end": null,
"aa_length": 1182,
"cds_start": 2707,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520619.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.2707A>G",
"hgvs_p": "p.Thr903Ala",
"transcript": "XM_011520620.2",
"protein_id": "XP_011518922.1",
"transcript_support_level": null,
"aa_start": 903,
"aa_end": null,
"aa_length": 1182,
"cds_start": 2707,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520620.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "c.1459A>G",
"hgvs_p": "p.Thr487Ala",
"transcript": "XM_011520621.4",
"protein_id": "XP_011518923.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 766,
"cds_start": 1459,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520621.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "n.3546A>G",
"hgvs_p": null,
"transcript": "XR_007063067.1",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_007063067.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "n.3546A>G",
"hgvs_p": null,
"transcript": "XR_007063068.1",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_007063068.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"hgvs_c": "n.3546A>G",
"hgvs_p": null,
"transcript": "XR_931282.3",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_931282.3"
}
],
"gene_symbol": "CD163L1",
"gene_hgnc_id": 30375,
"dbsnp": "rs117904047",
"frequency_reference_population": 0.00012641378,
"hom_count_reference_population": 1,
"allele_count_reference_population": 204,
"gnomad_exomes_af": 0.000130684,
"gnomad_genomes_af": 0.0000854083,
"gnomad_exomes_ac": 191,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03133609890937805,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.023,
"revel_prediction": "Benign",
"alphamissense_score": 0.0614,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.255,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001297650.2",
"gene_symbol": "CD163L1",
"hgnc_id": 30375,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.3550A>G",
"hgvs_p": "p.Thr1184Ala"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}