← 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-103602422-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=103602422&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 103602422,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001394015.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2796C>T",
"hgvs_p": "p.Arg932Arg",
"transcript": "NM_001394015.1",
"protein_id": "NP_001380944.1",
"transcript_support_level": null,
"aa_start": 932,
"aa_end": null,
"aa_length": 1133,
"cds_start": 2796,
"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": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2796C>T",
"hgvs_p": "p.Arg932Arg",
"transcript": "ENST00000369774.9",
"protein_id": "ENSP00000358789.4",
"transcript_support_level": 5,
"aa_start": 932,
"aa_end": null,
"aa_length": 1133,
"cds_start": 2796,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2712C>T",
"hgvs_p": "p.Arg904Arg",
"transcript": "ENST00000355946.7",
"protein_id": "ENSP00000348215.2",
"transcript_support_level": 1,
"aa_start": 904,
"aa_end": null,
"aa_length": 1105,
"cds_start": 2712,
"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.2602C>T",
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2712C>T",
"hgvs_p": "p.Arg904Arg",
"transcript": "NM_014631.3",
"protein_id": "NP_055446.2",
"transcript_support_level": null,
"aa_start": 904,
"aa_end": null,
"aa_length": 1105,
"cds_start": 2712,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2439C>T",
"hgvs_p": "p.Arg813Arg",
"transcript": "NM_001365079.1",
"protein_id": "NP_001352008.1",
"transcript_support_level": null,
"aa_start": 813,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2439,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2427C>T",
"hgvs_p": "p.Arg809Arg",
"transcript": "NM_001394016.1",
"protein_id": "NP_001380945.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 1010,
"cds_start": 2427,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2397C>T",
"hgvs_p": "p.Arg799Arg",
"transcript": "NM_001394017.1",
"protein_id": "NP_001380946.1",
"transcript_support_level": null,
"aa_start": 799,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2397,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2382C>T",
"hgvs_p": "p.Arg794Arg",
"transcript": "NM_001394018.1",
"protein_id": "NP_001380947.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 995,
"cds_start": 2382,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2343C>T",
"hgvs_p": "p.Arg781Arg",
"transcript": "NM_001394019.1",
"protein_id": "NP_001380948.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 982,
"cds_start": 2343,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2301C>T",
"hgvs_p": "p.Arg767Arg",
"transcript": "NM_001394020.1",
"protein_id": "NP_001380949.1",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 968,
"cds_start": 2301,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2298C>T",
"hgvs_p": "p.Arg766Arg",
"transcript": "NM_001394021.1",
"protein_id": "NP_001380950.1",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 967,
"cds_start": 2298,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2217C>T",
"hgvs_p": "p.Arg739Arg",
"transcript": "NM_001394022.1",
"protein_id": "NP_001380951.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 940,
"cds_start": 2217,
"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": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2217C>T",
"hgvs_p": "p.Arg739Arg",
"transcript": "NM_001394023.1",
"protein_id": "NP_001380952.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 940,
"cds_start": 2217,
"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.2392C>T",
"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.2608C>T",
"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": "rs3740473",
"frequency_reference_population": 0.089136496,
"hom_count_reference_population": 7592,
"allele_count_reference_population": 143859,
"gnomad_exomes_af": 0.0882444,
"gnomad_genomes_af": 0.0977054,
"gnomad_exomes_ac": 128990,
"gnomad_genomes_ac": 14869,
"gnomad_exomes_homalt": 6778,
"gnomad_genomes_homalt": 814,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0430000014603138,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.043,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.753,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP7,BA1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001394015.1",
"gene_symbol": "SH3PXD2A",
"hgnc_id": 23664,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2796C>T",
"hgvs_p": "p.Arg932Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}