← 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: 17-7313221-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7313221&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 7313221,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000380728.7",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "c.795C>A",
"hgvs_p": "p.Phe265Leu",
"transcript": "NM_004489.5",
"protein_id": "NP_004480.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 327,
"cds_start": 795,
"cds_end": null,
"cds_length": 984,
"cdna_start": 892,
"cdna_end": null,
"cdna_length": 1176,
"mane_select": "ENST00000380728.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "c.795C>A",
"hgvs_p": "p.Phe265Leu",
"transcript": "ENST00000380728.7",
"protein_id": "ENSP00000370104.2",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 327,
"cds_start": 795,
"cds_end": null,
"cds_length": 984,
"cdna_start": 892,
"cdna_end": null,
"cdna_length": 1176,
"mane_select": "NM_004489.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "c.795C>A",
"hgvs_p": "p.Phe265Leu",
"transcript": "ENST00000389167.9",
"protein_id": "ENSP00000379841.4",
"transcript_support_level": 1,
"aa_start": 265,
"aa_end": null,
"aa_length": 327,
"cds_start": 795,
"cds_end": null,
"cds_length": 984,
"cdna_start": 1086,
"cdna_end": null,
"cdna_length": 1371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "n.1300C>A",
"hgvs_p": null,
"transcript": "ENST00000571569.5",
"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": 1586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000261915",
"gene_hgnc_id": null,
"hgvs_c": "n.*1070C>A",
"hgvs_p": null,
"transcript": "ENST00000575474.1",
"protein_id": "ENSP00000468772.1",
"transcript_support_level": 5,
"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": 2571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000261915",
"gene_hgnc_id": null,
"hgvs_c": "n.*1070C>A",
"hgvs_p": null,
"transcript": "ENST00000575474.1",
"protein_id": "ENSP00000468772.1",
"transcript_support_level": 5,
"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": 2571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "c.864C>A",
"hgvs_p": "p.Phe288Leu",
"transcript": "ENST00000570780.5",
"protein_id": "ENSP00000460836.1",
"transcript_support_level": 5,
"aa_start": 288,
"aa_end": null,
"aa_length": 326,
"cds_start": 864,
"cds_end": null,
"cds_length": 981,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 1238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "c.315C>A",
"hgvs_p": "p.Phe105Leu",
"transcript": "ENST00000573684.5",
"protein_id": "ENSP00000458837.1",
"transcript_support_level": 3,
"aa_start": 105,
"aa_end": null,
"aa_length": 158,
"cds_start": 315,
"cds_end": null,
"cds_length": 477,
"cdna_start": 315,
"cdna_end": null,
"cdna_length": 573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "c.48C>A",
"hgvs_p": "p.Phe16Leu",
"transcript": "ENST00000574458.1",
"protein_id": "ENSP00000459357.1",
"transcript_support_level": 2,
"aa_start": 16,
"aa_end": null,
"aa_length": 72,
"cds_start": 48,
"cds_end": null,
"cds_length": 219,
"cdna_start": 50,
"cdna_end": null,
"cdna_length": 523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000261915",
"gene_hgnc_id": null,
"hgvs_c": "n.*1070C>A",
"hgvs_p": null,
"transcript": "ENST00000315601.8",
"protein_id": "ENSP00000468744.1",
"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": 2349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "n.1641C>A",
"hgvs_p": null,
"transcript": "ENST00000571697.5",
"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": 1977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "n.1248C>A",
"hgvs_p": null,
"transcript": "ENST00000572172.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 1534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "n.537C>A",
"hgvs_p": null,
"transcript": "ENST00000573807.5",
"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": 823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000261915",
"gene_hgnc_id": null,
"hgvs_c": "n.*1070C>A",
"hgvs_p": null,
"transcript": "ENST00000315601.8",
"protein_id": "ENSP00000468744.1",
"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": 2349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "c.*17C>A",
"hgvs_p": null,
"transcript": "ENST00000577040.2",
"protein_id": "ENSP00000461624.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": -4,
"cds_end": null,
"cds_length": 778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"hgvs_c": "n.*159C>A",
"hgvs_p": null,
"transcript": "ENST00000572363.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 1143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GPS2",
"gene_hgnc_id": 4550,
"dbsnp": "rs2270981",
"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.3174237012863159,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.267,
"revel_prediction": "Benign",
"alphamissense_score": 0.9756,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.444,
"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": 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": "ENST00000380728.7",
"gene_symbol": "GPS2",
"hgnc_id": 4550,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.795C>A",
"hgvs_p": "p.Phe265Leu"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000575474.1",
"gene_symbol": "ENSG00000261915",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*1070C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}