← 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: 3-39411738-G-GGTCAT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=39411738&ref=G&alt=GGTCAT&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 39411738,
"ref": "G",
"alt": "GGTCAT",
"effect": "frameshift_variant",
"transcript": "ENST00000301821.11",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs",
"transcript": "NM_002295.6",
"protein_id": "NP_002286.2",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 295,
"cds_start": 595,
"cds_end": null,
"cds_length": 888,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 1140,
"mane_select": "ENST00000301821.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs",
"transcript": "ENST00000301821.11",
"protein_id": "ENSP00000346067.4",
"transcript_support_level": 1,
"aa_start": 199,
"aa_end": null,
"aa_length": 295,
"cds_start": 595,
"cds_end": null,
"cds_length": 888,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 1140,
"mane_select": "NM_002295.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.605_609dupTCATG",
"hgvs_p": "p.Pro204fs",
"transcript": "ENST00000443003.2",
"protein_id": "ENSP00000389351.1",
"transcript_support_level": 1,
"aa_start": 204,
"aa_end": null,
"aa_length": 300,
"cds_start": 610,
"cds_end": null,
"cds_length": 903,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 1032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.2530_2534dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000495394.2",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.605_609dupTCATG",
"hgvs_p": "p.Pro204fs",
"transcript": "NM_001304288.2",
"protein_id": "NP_001291217.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 300,
"cds_start": 610,
"cds_end": null,
"cds_length": 903,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 1155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs",
"transcript": "ENST00000458478.6",
"protein_id": "ENSP00000410848.2",
"transcript_support_level": 2,
"aa_start": 199,
"aa_end": null,
"aa_length": 295,
"cds_start": 595,
"cds_end": null,
"cds_length": 888,
"cdna_start": 678,
"cdna_end": null,
"cdna_length": 1041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs",
"transcript": "ENST00000697729.1",
"protein_id": "ENSP00000513423.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 295,
"cds_start": 595,
"cds_end": null,
"cds_length": 888,
"cdna_start": 697,
"cdna_end": null,
"cdna_length": 1060,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs",
"transcript": "ENST00000697730.1",
"protein_id": "ENSP00000513424.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 295,
"cds_start": 595,
"cds_end": null,
"cds_length": 888,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 1158,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs",
"transcript": "ENST00000697731.1",
"protein_id": "ENSP00000513425.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 295,
"cds_start": 595,
"cds_end": null,
"cds_length": 888,
"cdna_start": 716,
"cdna_end": null,
"cdna_length": 1079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs",
"transcript": "ENST00000697728.1",
"protein_id": "ENSP00000513422.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 274,
"cds_start": 595,
"cds_end": null,
"cds_length": 825,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 1248,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "SC?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "c.287_291dupTCATG",
"hgvs_p": "p.Pro98fs",
"transcript": "ENST00000697754.1",
"protein_id": "ENSP00000513433.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 193,
"cds_start": 292,
"cds_end": null,
"cds_length": 582,
"cdna_start": 294,
"cdna_end": null,
"cdna_length": 654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.1140_1144dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000478027.3",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.1227_1231dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000697732.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.1875_1879dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000697733.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.2523_2527dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000697734.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.1873_1877dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000697735.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.590_594dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000697753.1",
"protein_id": "ENSP00000513432.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.*487_*491dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000697816.1",
"protein_id": "ENSP00000513451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"hgvs_c": "n.*487_*491dupTCATG",
"hgvs_p": null,
"transcript": "ENST00000697816.1",
"protein_id": "ENSP00000513451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RPSA",
"gene_hgnc_id": 6502,
"dbsnp": "rs398122389",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.633,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000301821.11",
"gene_symbol": "RPSA",
"hgnc_id": 6502,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.590_594dupTCATG",
"hgvs_p": "p.Pro199fs"
}
],
"clinvar_disease": "Familial isolated congenital asplenia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Familial isolated congenital asplenia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}