← 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: 1-203683224-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=203683224&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 203683224,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001684.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "NM_001684.5",
"protein_id": "NP_001675.3",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1205,
"cds_start": 19,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357681.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001684.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000357681.10",
"protein_id": "ENSP00000350310.5",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 1205,
"cds_start": 19,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001684.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357681.10"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000341360.7",
"protein_id": "ENSP00000340930.2",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 1170,
"cds_start": 19,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000341360.7"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000890814.1",
"protein_id": "ENSP00000560873.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1205,
"cds_start": 19,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890814.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000890816.1",
"protein_id": "ENSP00000560875.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1205,
"cds_start": 19,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890816.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000943661.1",
"protein_id": "ENSP00000613720.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1205,
"cds_start": 19,
"cds_end": null,
"cds_length": 3618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943661.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "NM_001001396.3",
"protein_id": "NP_001001396.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1170,
"cds_start": 19,
"cds_end": null,
"cds_length": 3513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001001396.3"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000890815.1",
"protein_id": "ENSP00000560874.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1169,
"cds_start": 19,
"cds_end": null,
"cds_length": 3510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890815.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "NM_001365783.2",
"protein_id": "NP_001352712.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1164,
"cds_start": 19,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365783.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "NM_001365784.2",
"protein_id": "NP_001352713.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1164,
"cds_start": 19,
"cds_end": null,
"cds_length": 3495,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365784.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000705901.1",
"protein_id": "ENSP00000516177.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1158,
"cds_start": 19,
"cds_end": null,
"cds_length": 3477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000705901.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys",
"transcript": "ENST00000935435.1",
"protein_id": "ENSP00000605494.1",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 1100,
"cds_start": 19,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935435.1"
}
],
"gene_symbol": "ATP2B4",
"gene_hgnc_id": 817,
"dbsnp": "rs146234576",
"frequency_reference_population": 0.00019455855,
"hom_count_reference_population": 0,
"allele_count_reference_population": 314,
"gnomad_exomes_af": 0.000112202,
"gnomad_genomes_af": 0.000985144,
"gnomad_exomes_ac": 164,
"gnomad_genomes_ac": 150,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.004419654607772827,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.293,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0915,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.23,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.928,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001684.5",
"gene_symbol": "ATP2B4",
"hgnc_id": 817,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Arg7Cys"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}