← 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: 20-31639105-A-ACCTGGACT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=31639105&ref=A&alt=ACCTGGACT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 31639105,
"ref": "A",
"alt": "ACCTGGACT",
"effect": "splice_region_variant,intron_variant",
"transcript": "ENST00000376075.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.82+10_82+17dupGGACTCCT",
"hgvs_p": null,
"transcript": "NM_032609.3",
"protein_id": "NP_115998.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376075.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032609.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.82+6_82+7insCCTGGACT",
"hgvs_p": null,
"transcript": "ENST00000376075.4",
"protein_id": "ENSP00000365243.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 171,
"cds_start": null,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032609.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376075.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.-75_-68dupGGACTCCT",
"hgvs_p": null,
"transcript": "XM_005260580.5",
"protein_id": "XP_005260637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": null,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260580.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.82+6_82+7insCCTGGACT",
"hgvs_p": null,
"transcript": "ENST00000948152.1",
"protein_id": "ENSP00000618211.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948152.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.76+12_76+13insCCTGGACT",
"hgvs_p": null,
"transcript": "ENST00000890502.1",
"protein_id": "ENSP00000560561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 169,
"cds_start": null,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890502.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.82+6_82+7insCCTGGACT",
"hgvs_p": null,
"transcript": "ENST00000890503.1",
"protein_id": "ENSP00000560562.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 137,
"cds_start": null,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890503.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.76+12_76+13insCCTGGACT",
"hgvs_p": null,
"transcript": "ENST00000948153.1",
"protein_id": "ENSP00000618212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 125,
"cds_start": null,
"cds_end": null,
"cds_length": 378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948153.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.82+10_82+17dupGGACTCCT",
"hgvs_p": null,
"transcript": "XM_005260581.4",
"protein_id": "XP_005260638.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 127,
"cds_start": null,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260581.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "n.112+6_112+7insCCTGGACT",
"hgvs_p": null,
"transcript": "ENST00000490030.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000490030.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.-79_-78insCCTGGACT",
"hgvs_p": null,
"transcript": "XM_005260579.5",
"protein_id": "XP_005260636.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 176,
"cds_start": null,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260579.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"hgvs_c": "c.-79_-78insCCTGGACT",
"hgvs_p": null,
"transcript": "XM_005260580.5",
"protein_id": "XP_005260637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 132,
"cds_start": null,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260580.5"
}
],
"gene_symbol": "COX4I2",
"gene_hgnc_id": 16232,
"dbsnp": "rs748384370",
"frequency_reference_population": 0.00006288854,
"hom_count_reference_population": 0,
"allele_count_reference_population": 101,
"gnomad_exomes_af": 0.0000598381,
"gnomad_genomes_af": 0.0000920495,
"gnomad_exomes_ac": 87,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.468,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP6_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP6_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000376075.4",
"gene_symbol": "COX4I2",
"hgnc_id": 16232,
"effects": [
"splice_region_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.82+6_82+7insCCTGGACT",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}