← 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-103602142-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=103602142&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 103602142,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001394015.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"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.3076G>A",
"hgvs_p": "p.Ala1026Thr",
"transcript": "NM_001394015.1",
"protein_id": "NP_001380944.1",
"transcript_support_level": null,
"aa_start": 1026,
"aa_end": null,
"aa_length": 1133,
"cds_start": 3076,
"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": "A",
"aa_alt": "T",
"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.3076G>A",
"hgvs_p": "p.Ala1026Thr",
"transcript": "ENST00000369774.9",
"protein_id": "ENSP00000358789.4",
"transcript_support_level": 5,
"aa_start": 1026,
"aa_end": null,
"aa_length": 1133,
"cds_start": 3076,
"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": "A",
"aa_alt": "T",
"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.2992G>A",
"hgvs_p": "p.Ala998Thr",
"transcript": "ENST00000355946.7",
"protein_id": "ENSP00000348215.2",
"transcript_support_level": 1,
"aa_start": 998,
"aa_end": null,
"aa_length": 1105,
"cds_start": 2992,
"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.2882G>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": "A",
"aa_alt": "T",
"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.2992G>A",
"hgvs_p": "p.Ala998Thr",
"transcript": "NM_014631.3",
"protein_id": "NP_055446.2",
"transcript_support_level": null,
"aa_start": 998,
"aa_end": null,
"aa_length": 1105,
"cds_start": 2992,
"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": "A",
"aa_alt": "T",
"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.2719G>A",
"hgvs_p": "p.Ala907Thr",
"transcript": "NM_001365079.1",
"protein_id": "NP_001352008.1",
"transcript_support_level": null,
"aa_start": 907,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2719,
"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": "A",
"aa_alt": "T",
"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.2707G>A",
"hgvs_p": "p.Ala903Thr",
"transcript": "NM_001394016.1",
"protein_id": "NP_001380945.1",
"transcript_support_level": null,
"aa_start": 903,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2707,
"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": "A",
"aa_alt": "T",
"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.2677G>A",
"hgvs_p": "p.Ala893Thr",
"transcript": "NM_001394017.1",
"protein_id": "NP_001380946.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2677,
"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": "A",
"aa_alt": "T",
"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.2662G>A",
"hgvs_p": "p.Ala888Thr",
"transcript": "NM_001394018.1",
"protein_id": "NP_001380947.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 995,
"cds_start": 2662,
"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": "A",
"aa_alt": "T",
"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.2623G>A",
"hgvs_p": "p.Ala875Thr",
"transcript": "NM_001394019.1",
"protein_id": "NP_001380948.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 982,
"cds_start": 2623,
"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": "A",
"aa_alt": "T",
"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.2581G>A",
"hgvs_p": "p.Ala861Thr",
"transcript": "NM_001394020.1",
"protein_id": "NP_001380949.1",
"transcript_support_level": null,
"aa_start": 861,
"aa_end": null,
"aa_length": 968,
"cds_start": 2581,
"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": "A",
"aa_alt": "T",
"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.2578G>A",
"hgvs_p": "p.Ala860Thr",
"transcript": "NM_001394021.1",
"protein_id": "NP_001380950.1",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 967,
"cds_start": 2578,
"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": "A",
"aa_alt": "T",
"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.2497G>A",
"hgvs_p": "p.Ala833Thr",
"transcript": "NM_001394022.1",
"protein_id": "NP_001380951.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 940,
"cds_start": 2497,
"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": "A",
"aa_alt": "T",
"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.2497G>A",
"hgvs_p": "p.Ala833Thr",
"transcript": "NM_001394023.1",
"protein_id": "NP_001380952.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 940,
"cds_start": 2497,
"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.2672G>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.2888G>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": "rs752596549",
"frequency_reference_population": 0.000012047139,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.000012632,
"gnomad_genomes_af": 0.00000657108,
"gnomad_exomes_ac": 18,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06002575159072876,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.049,
"revel_prediction": "Benign",
"alphamissense_score": 0.0676,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.839,
"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": -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_001394015.1",
"gene_symbol": "SH3PXD2A",
"hgnc_id": 23664,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3076G>A",
"hgvs_p": "p.Ala1026Thr"
}
],
"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
}