← 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-103601968-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=103601968&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 103601968,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001394015.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"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.3250G>C",
"hgvs_p": "p.Glu1084Gln",
"transcript": "NM_001394015.1",
"protein_id": "NP_001380944.1",
"transcript_support_level": null,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1133,
"cds_start": 3250,
"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": "E",
"aa_alt": "Q",
"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.3250G>C",
"hgvs_p": "p.Glu1084Gln",
"transcript": "ENST00000369774.9",
"protein_id": "ENSP00000358789.4",
"transcript_support_level": 5,
"aa_start": 1084,
"aa_end": null,
"aa_length": 1133,
"cds_start": 3250,
"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": "E",
"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": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.3166G>C",
"hgvs_p": "p.Glu1056Gln",
"transcript": "ENST00000355946.7",
"protein_id": "ENSP00000348215.2",
"transcript_support_level": 1,
"aa_start": 1056,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3166,
"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.3056G>C",
"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": "E",
"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": "SH3PXD2A",
"gene_hgnc_id": 23664,
"hgvs_c": "c.3166G>C",
"hgvs_p": "p.Glu1056Gln",
"transcript": "NM_014631.3",
"protein_id": "NP_055446.2",
"transcript_support_level": null,
"aa_start": 1056,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3166,
"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": "E",
"aa_alt": "Q",
"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.2893G>C",
"hgvs_p": "p.Glu965Gln",
"transcript": "NM_001365079.1",
"protein_id": "NP_001352008.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2893,
"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": "E",
"aa_alt": "Q",
"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.2881G>C",
"hgvs_p": "p.Glu961Gln",
"transcript": "NM_001394016.1",
"protein_id": "NP_001380945.1",
"transcript_support_level": null,
"aa_start": 961,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2881,
"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": "E",
"aa_alt": "Q",
"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.2851G>C",
"hgvs_p": "p.Glu951Gln",
"transcript": "NM_001394017.1",
"protein_id": "NP_001380946.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2851,
"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": "E",
"aa_alt": "Q",
"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.2836G>C",
"hgvs_p": "p.Glu946Gln",
"transcript": "NM_001394018.1",
"protein_id": "NP_001380947.1",
"transcript_support_level": null,
"aa_start": 946,
"aa_end": null,
"aa_length": 995,
"cds_start": 2836,
"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": "E",
"aa_alt": "Q",
"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.2797G>C",
"hgvs_p": "p.Glu933Gln",
"transcript": "NM_001394019.1",
"protein_id": "NP_001380948.1",
"transcript_support_level": null,
"aa_start": 933,
"aa_end": null,
"aa_length": 982,
"cds_start": 2797,
"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": "E",
"aa_alt": "Q",
"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.2755G>C",
"hgvs_p": "p.Glu919Gln",
"transcript": "NM_001394020.1",
"protein_id": "NP_001380949.1",
"transcript_support_level": null,
"aa_start": 919,
"aa_end": null,
"aa_length": 968,
"cds_start": 2755,
"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": "E",
"aa_alt": "Q",
"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.2752G>C",
"hgvs_p": "p.Glu918Gln",
"transcript": "NM_001394021.1",
"protein_id": "NP_001380950.1",
"transcript_support_level": null,
"aa_start": 918,
"aa_end": null,
"aa_length": 967,
"cds_start": 2752,
"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": "E",
"aa_alt": "Q",
"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.2671G>C",
"hgvs_p": "p.Glu891Gln",
"transcript": "NM_001394022.1",
"protein_id": "NP_001380951.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 940,
"cds_start": 2671,
"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": "E",
"aa_alt": "Q",
"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.2671G>C",
"hgvs_p": "p.Glu891Gln",
"transcript": "NM_001394023.1",
"protein_id": "NP_001380952.1",
"transcript_support_level": null,
"aa_start": 891,
"aa_end": null,
"aa_length": 940,
"cds_start": 2671,
"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.2846G>C",
"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.3062G>C",
"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": "rs201558536",
"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.39262574911117554,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.324,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.093,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.181,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001394015.1",
"gene_symbol": "SH3PXD2A",
"hgnc_id": 23664,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3250G>C",
"hgvs_p": "p.Glu1084Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}