← 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: X-77616639-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=77616639&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 77616639,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000489.6",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5540A>G",
"hgvs_p": "p.Tyr1847Cys",
"transcript": "NM_000489.6",
"protein_id": "NP_000480.3",
"transcript_support_level": null,
"aa_start": 1847,
"aa_end": null,
"aa_length": 2492,
"cds_start": 5540,
"cds_end": null,
"cds_length": 7479,
"cdna_start": 5755,
"cdna_end": null,
"cdna_length": 11165,
"mane_select": "ENST00000373344.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000489.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5540A>G",
"hgvs_p": "p.Tyr1847Cys",
"transcript": "ENST00000373344.11",
"protein_id": "ENSP00000362441.4",
"transcript_support_level": 1,
"aa_start": 1847,
"aa_end": null,
"aa_length": 2492,
"cds_start": 5540,
"cds_end": null,
"cds_length": 7479,
"cdna_start": 5755,
"cdna_end": null,
"cdna_length": 11165,
"mane_select": "NM_000489.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373344.11"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5426A>G",
"hgvs_p": "p.Tyr1809Cys",
"transcript": "ENST00000395603.7",
"protein_id": "ENSP00000378967.3",
"transcript_support_level": 1,
"aa_start": 1809,
"aa_end": null,
"aa_length": 2454,
"cds_start": 5426,
"cds_end": null,
"cds_length": 7365,
"cdna_start": 5641,
"cdna_end": null,
"cdna_length": 10218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395603.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "n.*5168A>G",
"hgvs_p": null,
"transcript": "ENST00000480283.5",
"protein_id": "ENSP00000480196.1",
"transcript_support_level": 1,
"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": 10455,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000480283.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "n.*5168A>G",
"hgvs_p": null,
"transcript": "ENST00000480283.5",
"protein_id": "ENSP00000480196.1",
"transcript_support_level": 1,
"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": 10455,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000480283.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5426A>G",
"hgvs_p": "p.Tyr1809Cys",
"transcript": "NM_138270.5",
"protein_id": "NP_612114.2",
"transcript_support_level": null,
"aa_start": 1809,
"aa_end": null,
"aa_length": 2454,
"cds_start": 5426,
"cds_end": null,
"cds_length": 7365,
"cdna_start": 5641,
"cdna_end": null,
"cdna_length": 11051,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_138270.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.638A>G",
"hgvs_p": "p.Tyr213Cys",
"transcript": "ENST00000675732.1",
"protein_id": "ENSP00000502598.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 858,
"cds_start": 638,
"cds_end": null,
"cds_length": 2577,
"cdna_start": 1270,
"cdna_end": null,
"cdna_length": 5847,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675732.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.521A>G",
"hgvs_p": "p.Tyr174Cys",
"transcript": "ENST00000400866.4",
"protein_id": "ENSP00000383663.3",
"transcript_support_level": 5,
"aa_start": 174,
"aa_end": null,
"aa_length": 198,
"cds_start": 521,
"cds_end": null,
"cds_length": 597,
"cdna_start": 521,
"cdna_end": null,
"cdna_length": 814,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000400866.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5537A>G",
"hgvs_p": "p.Tyr1846Cys",
"transcript": "XM_005262153.6",
"protein_id": "XP_005262210.2",
"transcript_support_level": null,
"aa_start": 1846,
"aa_end": null,
"aa_length": 2491,
"cds_start": 5537,
"cds_end": null,
"cds_length": 7476,
"cdna_start": 5752,
"cdna_end": null,
"cdna_length": 11162,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262153.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5453A>G",
"hgvs_p": "p.Tyr1818Cys",
"transcript": "XM_005262154.6",
"protein_id": "XP_005262211.2",
"transcript_support_level": null,
"aa_start": 1818,
"aa_end": null,
"aa_length": 2463,
"cds_start": 5453,
"cds_end": null,
"cds_length": 7392,
"cdna_start": 5668,
"cdna_end": null,
"cdna_length": 11078,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262154.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5450A>G",
"hgvs_p": "p.Tyr1817Cys",
"transcript": "XM_017029601.3",
"protein_id": "XP_016885090.1",
"transcript_support_level": null,
"aa_start": 1817,
"aa_end": null,
"aa_length": 2462,
"cds_start": 5450,
"cds_end": null,
"cds_length": 7389,
"cdna_start": 5665,
"cdna_end": null,
"cdna_length": 11075,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029601.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5423A>G",
"hgvs_p": "p.Tyr1808Cys",
"transcript": "XM_006724666.5",
"protein_id": "XP_006724729.1",
"transcript_support_level": null,
"aa_start": 1808,
"aa_end": null,
"aa_length": 2453,
"cds_start": 5423,
"cds_end": null,
"cds_length": 7362,
"cdna_start": 5638,
"cdna_end": null,
"cdna_length": 11048,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724666.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5375A>G",
"hgvs_p": "p.Tyr1792Cys",
"transcript": "XM_005262156.5",
"protein_id": "XP_005262213.2",
"transcript_support_level": null,
"aa_start": 1792,
"aa_end": null,
"aa_length": 2437,
"cds_start": 5375,
"cds_end": null,
"cds_length": 7314,
"cdna_start": 5642,
"cdna_end": null,
"cdna_length": 11052,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262156.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5339A>G",
"hgvs_p": "p.Tyr1780Cys",
"transcript": "XM_017029604.3",
"protein_id": "XP_016885093.1",
"transcript_support_level": null,
"aa_start": 1780,
"aa_end": null,
"aa_length": 2425,
"cds_start": 5339,
"cds_end": null,
"cds_length": 7278,
"cdna_start": 5554,
"cdna_end": null,
"cdna_length": 10964,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029604.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5336A>G",
"hgvs_p": "p.Tyr1779Cys",
"transcript": "XM_005262157.6",
"protein_id": "XP_005262214.2",
"transcript_support_level": null,
"aa_start": 1779,
"aa_end": null,
"aa_length": 2424,
"cds_start": 5336,
"cds_end": null,
"cds_length": 7275,
"cdna_start": 5551,
"cdna_end": null,
"cdna_length": 10961,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262157.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5540A>G",
"hgvs_p": "p.Tyr1847Cys",
"transcript": "XM_047442191.1",
"protein_id": "XP_047298147.1",
"transcript_support_level": null,
"aa_start": 1847,
"aa_end": null,
"aa_length": 2038,
"cds_start": 5540,
"cds_end": null,
"cds_length": 6117,
"cdna_start": 5755,
"cdna_end": null,
"cdna_length": 6398,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442191.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "c.5540A>G",
"hgvs_p": "p.Tyr1847Cys",
"transcript": "XM_006724668.4",
"protein_id": "XP_006724731.1",
"transcript_support_level": null,
"aa_start": 1847,
"aa_end": null,
"aa_length": 1871,
"cds_start": 5540,
"cds_end": null,
"cds_length": 5616,
"cdna_start": 5755,
"cdna_end": null,
"cdna_length": 6044,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006724668.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"hgvs_c": "n.1275A>G",
"hgvs_p": null,
"transcript": "ENST00000675908.1",
"protein_id": null,
"transcript_support_level": null,
"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": 4653,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000675908.1"
}
],
"gene_symbol": "ATRX",
"gene_hgnc_id": 886,
"dbsnp": "rs1057521987",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9942560195922852,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.987,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9959,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.81,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.649,
"phylop100way_prediction": "Pathogenic",
"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": "Pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PM2",
"PM5",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000489.6",
"gene_symbol": "ATRX",
"hgnc_id": 886,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.5540A>G",
"hgvs_p": "p.Tyr1847Cys"
}
],
"clinvar_disease": " 1, X-linked,Acquired hemoglobin H disease,Alpha thalassemia-X-linked intellectual disability syndrome,Intellectual disability-hypotonic facies syndrome,Neonatal hypotonia",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LP:3",
"phenotype_combined": "Neonatal hypotonia|Alpha thalassemia-X-linked intellectual disability syndrome|Acquired hemoglobin H disease;Alpha thalassemia-X-linked intellectual disability syndrome;Intellectual disability-hypotonic facies syndrome, X-linked, 1",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}