← 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-210477778-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=210477778&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 210477778,
"ref": "G",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001122633.3",
"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": 39,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.3+12G>A",
"hgvs_p": null,
"transcript": "ENST00000430249.7",
"protein_id": "ENSP00000402608.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1506,
"cds_start": null,
"cds_end": null,
"cds_length": 4521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430249.7"
},
{
"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": 39,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-16+12G>A",
"hgvs_p": null,
"transcript": "NM_001122633.3",
"protein_id": "NP_001116105.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122633.3"
},
{
"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": 40,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-136+12G>A",
"hgvs_p": null,
"transcript": "NM_001369257.1",
"protein_id": "NP_001356186.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369257.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": 40,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-136+12G>A",
"hgvs_p": null,
"transcript": "ENST00000673510.1",
"protein_id": "ENSP00000500537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673510.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": 40,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-250+12G>A",
"hgvs_p": null,
"transcript": "ENST00000673630.1",
"protein_id": "ENSP00000501073.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673630.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": 39,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-16+12G>A",
"hgvs_p": null,
"transcript": "ENST00000673711.1",
"protein_id": "ENSP00000501022.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673711.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": 40,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-104+12G>A",
"hgvs_p": null,
"transcript": "ENST00000921372.1",
"protein_id": "ENSP00000591431.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921372.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": 41,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-378+12G>A",
"hgvs_p": null,
"transcript": "ENST00000921373.1",
"protein_id": "ENSP00000591432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921373.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": 41,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"hgvs_c": "c.-264+12G>A",
"hgvs_p": null,
"transcript": "ENST00000965726.1",
"protein_id": "ENSP00000635785.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1500,
"cds_start": null,
"cds_end": null,
"cds_length": 4503,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965726.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LANCL1",
"gene_hgnc_id": 6508,
"hgvs_c": "c.-345C>T",
"hgvs_p": null,
"transcript": "ENST00000448951.6",
"protein_id": "ENSP00000396518.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 399,
"cds_start": null,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448951.6"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LANCL1",
"gene_hgnc_id": 6508,
"hgvs_c": "c.-278C>T",
"hgvs_p": null,
"transcript": "ENST00000915319.1",
"protein_id": "ENSP00000585378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 399,
"cds_start": null,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915319.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LANCL1",
"gene_hgnc_id": 6508,
"hgvs_c": "c.-345C>T",
"hgvs_p": null,
"transcript": "ENST00000961902.1",
"protein_id": "ENSP00000631961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": null,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961902.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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LANCL1",
"gene_hgnc_id": 6508,
"hgvs_c": "c.-309C>T",
"hgvs_p": null,
"transcript": "XM_005246243.3",
"protein_id": "XP_005246300.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246243.3"
}
],
"gene_symbol": "CPS1",
"gene_hgnc_id": 2323,
"dbsnp": "rs17552879",
"frequency_reference_population": 0.5049592,
"hom_count_reference_population": 209952,
"allele_count_reference_population": 813151,
"gnomad_exomes_af": 0.511774,
"gnomad_genomes_af": 0.439581,
"gnomad_exomes_ac": 746332,
"gnomad_genomes_ac": 66819,
"gnomad_exomes_homalt": 194061,
"gnomad_genomes_homalt": 15891,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.387,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001122633.3",
"gene_symbol": "CPS1",
"hgnc_id": 2323,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-16+12G>A",
"hgvs_p": null
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000448951.6",
"gene_symbol": "LANCL1",
"hgnc_id": 6508,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-345C>T",
"hgvs_p": null
}
],
"clinvar_disease": " type I,Congenital hyperammonemia,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not specified|Congenital hyperammonemia, type I|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}