← 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: 10-103602126-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=103602126&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 103602126,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001394015.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.3092G>A",
"hgvs_p": "p.Arg1031His",
"transcript": "NM_001394015.1",
"protein_id": "NP_001380944.1",
"transcript_support_level": null,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1133,
"cds_start": 3092,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369774.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394015.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.3092G>A",
"hgvs_p": "p.Arg1031His",
"transcript": "ENST00000369774.9",
"protein_id": "ENSP00000358789.4",
"transcript_support_level": 5,
"aa_start": 1031,
"aa_end": null,
"aa_length": 1133,
"cds_start": 3092,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001394015.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369774.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.3008G>A",
"hgvs_p": "p.Arg1003His",
"transcript": "ENST00000355946.7",
"protein_id": "ENSP00000348215.2",
"transcript_support_level": 1,
"aa_start": 1003,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3008,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355946.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "n.2898G>A",
"hgvs_p": null,
"transcript": "ENST00000315994.6",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000315994.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"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": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.3008G>A",
"hgvs_p": "p.Arg1003His",
"transcript": "NM_014631.3",
"protein_id": "NP_055446.2",
"transcript_support_level": null,
"aa_start": 1003,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3008,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014631.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2735G>A",
"hgvs_p": "p.Arg912His",
"transcript": "NM_001365079.1",
"protein_id": "NP_001352008.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2735,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365079.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2723G>A",
"hgvs_p": "p.Arg908His",
"transcript": "NM_001394016.1",
"protein_id": "NP_001380945.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2723,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394016.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2693G>A",
"hgvs_p": "p.Arg898His",
"transcript": "NM_001394017.1",
"protein_id": "NP_001380946.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2693,
"cds_end": null,
"cds_length": 3003,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394017.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2678G>A",
"hgvs_p": "p.Arg893His",
"transcript": "NM_001394018.1",
"protein_id": "NP_001380947.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 995,
"cds_start": 2678,
"cds_end": null,
"cds_length": 2988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394018.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2639G>A",
"hgvs_p": "p.Arg880His",
"transcript": "NM_001394019.1",
"protein_id": "NP_001380948.1",
"transcript_support_level": null,
"aa_start": 880,
"aa_end": null,
"aa_length": 982,
"cds_start": 2639,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394019.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2597G>A",
"hgvs_p": "p.Arg866His",
"transcript": "NM_001394020.1",
"protein_id": "NP_001380949.1",
"transcript_support_level": null,
"aa_start": 866,
"aa_end": null,
"aa_length": 968,
"cds_start": 2597,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394020.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2594G>A",
"hgvs_p": "p.Arg865His",
"transcript": "NM_001394021.1",
"protein_id": "NP_001380950.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 967,
"cds_start": 2594,
"cds_end": null,
"cds_length": 2904,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394021.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2513G>A",
"hgvs_p": "p.Arg838His",
"transcript": "NM_001394022.1",
"protein_id": "NP_001380951.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 940,
"cds_start": 2513,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394022.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.2513G>A",
"hgvs_p": "p.Arg838His",
"transcript": "NM_001394023.1",
"protein_id": "NP_001380952.1",
"transcript_support_level": null,
"aa_start": 838,
"aa_end": null,
"aa_length": 940,
"cds_start": 2513,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394023.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "n.2688G>A",
"hgvs_p": null,
"transcript": "ENST00000420222.2",
"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": "pseudogene",
"feature": "ENST00000420222.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "n.2904G>A",
"hgvs_p": null,
"transcript": "ENST00000692756.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000692756.1"
}
],
"gene_symbol": "SH3PXD2A",
"gene_hgnc_id": 23664,
"dbsnp": "rs553818409",
"frequency_reference_population": 0.000044824195,
"hom_count_reference_population": 0,
"allele_count_reference_population": 71,
"gnomad_exomes_af": 0.0000467996,
"gnomad_genomes_af": 0.0000262588,
"gnomad_exomes_ac": 67,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07782113552093506,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.0892,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.629,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001394015.1",
"gene_symbol": "SH3PXD2A",
"hgnc_id": 23664,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3092G>A",
"hgvs_p": "p.Arg1031His"
}
],
"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
}