← 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: 19-7619641-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7619641&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7619641,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_020196.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2513G>A",
"hgvs_p": "p.Arg838Gln",
"transcript": "NM_020196.3",
"protein_id": "NP_064581.2",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 855,
"cds_start": 2513,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358368.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020196.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2513G>A",
"hgvs_p": "p.Arg838Gln",
"transcript": "ENST00000358368.5",
"protein_id": "ENSP00000351137.3",
"transcript_support_level": 1,
"aa_start": 838,
"aa_end": null,
"aa_length": 855,
"cds_start": 2513,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020196.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358368.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2543G>A",
"hgvs_p": "p.Arg848Gln",
"transcript": "ENST00000925818.1",
"protein_id": "ENSP00000595877.1",
"transcript_support_level": null,
"aa_start": 848,
"aa_end": null,
"aa_length": 865,
"cds_start": 2543,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925818.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2510G>A",
"hgvs_p": "p.Arg837Gln",
"transcript": "ENST00000925815.1",
"protein_id": "ENSP00000595874.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 854,
"cds_start": 2510,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925815.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2510G>A",
"hgvs_p": "p.Arg837Gln",
"transcript": "ENST00000925816.1",
"protein_id": "ENSP00000595875.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 854,
"cds_start": 2510,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925816.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2510G>A",
"hgvs_p": "p.Arg837Gln",
"transcript": "ENST00000925817.1",
"protein_id": "ENSP00000595876.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 854,
"cds_start": 2510,
"cds_end": null,
"cds_length": 2565,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925817.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2504G>A",
"hgvs_p": "p.Arg835Gln",
"transcript": "ENST00000855696.1",
"protein_id": "ENSP00000525755.1",
"transcript_support_level": null,
"aa_start": 835,
"aa_end": null,
"aa_length": 852,
"cds_start": 2504,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855696.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2492G>A",
"hgvs_p": "p.Arg831Gln",
"transcript": "ENST00000925819.1",
"protein_id": "ENSP00000595878.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 848,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925819.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2480G>A",
"hgvs_p": "p.Arg827Gln",
"transcript": "ENST00000855698.1",
"protein_id": "ENSP00000525757.1",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 844,
"cds_start": 2480,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855698.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2453G>A",
"hgvs_p": "p.Arg818Gln",
"transcript": "ENST00000855697.1",
"protein_id": "ENSP00000525756.1",
"transcript_support_level": null,
"aa_start": 818,
"aa_end": null,
"aa_length": 835,
"cds_start": 2453,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855697.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2432G>A",
"hgvs_p": "p.Arg811Gln",
"transcript": "ENST00000855700.1",
"protein_id": "ENSP00000525759.1",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 828,
"cds_start": 2432,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855700.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2378G>A",
"hgvs_p": "p.Arg793Gln",
"transcript": "ENST00000925821.1",
"protein_id": "ENSP00000595880.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 810,
"cds_start": 2378,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925821.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2315G>A",
"hgvs_p": "p.Arg772Gln",
"transcript": "ENST00000855699.1",
"protein_id": "ENSP00000525758.1",
"transcript_support_level": null,
"aa_start": 772,
"aa_end": null,
"aa_length": 789,
"cds_start": 2315,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855699.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.2213G>A",
"hgvs_p": "p.Arg738Gln",
"transcript": "ENST00000925820.1",
"protein_id": "ENSP00000595879.1",
"transcript_support_level": null,
"aa_start": 738,
"aa_end": null,
"aa_length": 755,
"cds_start": 2213,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925820.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "c.1742G>A",
"hgvs_p": "p.Arg581Gln",
"transcript": "ENST00000855701.1",
"protein_id": "ENSP00000525760.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 598,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855701.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"hgvs_c": "n.4440G>A",
"hgvs_p": null,
"transcript": "ENST00000595288.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000595288.5"
}
],
"gene_symbol": "XAB2",
"gene_hgnc_id": 14089,
"dbsnp": "rs144798612",
"frequency_reference_population": 0.000016212307,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.0000165337,
"gnomad_genomes_af": 0.0000131461,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02738049626350403,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.0648,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.183,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_020196.3",
"gene_symbol": "XAB2",
"hgnc_id": 14089,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2513G>A",
"hgvs_p": "p.Arg838Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}