← 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: 2-27443517-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=27443517&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 27443517,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_173853.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "NM_173853.4",
"protein_id": "NP_776252.2",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000288873.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173853.4"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "ENST00000288873.7",
"protein_id": "ENSP00000288873.3",
"transcript_support_level": 1,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173853.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000288873.7"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "NM_001168364.2",
"protein_id": "NP_001161836.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168364.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "NM_001321325.2",
"protein_id": "NP_001308254.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321325.2"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "ENST00000543753.5",
"protein_id": "ENSP00000442400.1",
"transcript_support_level": 5,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543753.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "ENST00000872248.1",
"protein_id": "ENSP00000542307.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872248.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "ENST00000872249.1",
"protein_id": "ENSP00000542308.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872249.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.546C>A",
"hgvs_p": "p.Asp182Glu",
"transcript": "ENST00000407293.5",
"protein_id": "ENSP00000384689.1",
"transcript_support_level": 2,
"aa_start": 182,
"aa_end": null,
"aa_length": 222,
"cds_start": 546,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407293.5"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.540C>A",
"hgvs_p": "p.Asp180Glu",
"transcript": "ENST00000872250.1",
"protein_id": "ENSP00000542309.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 220,
"cds_start": 540,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872250.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.540C>A",
"hgvs_p": "p.Asp180Glu",
"transcript": "ENST00000872251.1",
"protein_id": "ENSP00000542310.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 220,
"cds_start": 540,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872251.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.540C>A",
"hgvs_p": "p.Asp180Glu",
"transcript": "ENST00000872254.1",
"protein_id": "ENSP00000542313.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 220,
"cds_start": 540,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872254.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.540C>A",
"hgvs_p": "p.Asp180Glu",
"transcript": "ENST00000914468.1",
"protein_id": "ENSP00000584527.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 220,
"cds_start": 540,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914468.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.393C>A",
"hgvs_p": "p.Asp131Glu",
"transcript": "ENST00000872252.1",
"protein_id": "ENSP00000542311.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 171,
"cds_start": 393,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872252.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.393C>A",
"hgvs_p": "p.Asp131Glu",
"transcript": "ENST00000872253.1",
"protein_id": "ENSP00000542312.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 171,
"cds_start": 393,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872253.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.285C>A",
"hgvs_p": "p.Asp95Glu",
"transcript": "ENST00000914469.1",
"protein_id": "ENSP00000584528.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 135,
"cds_start": 285,
"cds_end": null,
"cds_length": 408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914469.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.147C>A",
"hgvs_p": "p.Asp49Glu",
"transcript": "ENST00000494572.1",
"protein_id": "ENSP00000501241.1",
"transcript_support_level": 3,
"aa_start": 49,
"aa_end": null,
"aa_length": 89,
"cds_start": 147,
"cds_end": null,
"cds_length": 270,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494572.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.66C>A",
"hgvs_p": "p.Asp22Glu",
"transcript": "ENST00000452499.1",
"protein_id": "ENSP00000388115.1",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 62,
"cds_start": 66,
"cds_end": null,
"cds_length": 189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452499.1"
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu",
"transcript": "XM_047443704.1",
"protein_id": "XP_047299660.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 240,
"cds_start": 600,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443704.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "n.*208C>A",
"hgvs_p": null,
"transcript": "ENST00000453171.5",
"protein_id": "ENSP00000389860.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000453171.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "n.484C>A",
"hgvs_p": null,
"transcript": "ENST00000464699.5",
"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": "retained_intron",
"feature": "ENST00000464699.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"hgvs_c": "n.*208C>A",
"hgvs_p": null,
"transcript": "ENST00000453171.5",
"protein_id": "ENSP00000389860.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000453171.5"
}
],
"gene_symbol": "KRTCAP3",
"gene_hgnc_id": 28943,
"dbsnp": "rs145181670",
"frequency_reference_population": 0.0000020521998,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.0000020522,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.016693085432052612,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.057,
"revel_prediction": "Benign",
"alphamissense_score": 0.0577,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.373,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_173853.4",
"gene_symbol": "KRTCAP3",
"hgnc_id": 28943,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.600C>A",
"hgvs_p": "p.Asp200Glu"
}
],
"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
}