← 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: 6-160731229-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=160731229&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 160731229,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_000301.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "NM_000301.5",
"protein_id": "NP_000292.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 810,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000308192.14",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000301.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000308192.14",
"protein_id": "ENSP00000308938.9",
"transcript_support_level": 1,
"aa_start": 479,
"aa_end": null,
"aa_length": 810,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2433,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000301.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308192.14"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872438.1",
"protein_id": "ENSP00000542497.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 917,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872438.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872435.1",
"protein_id": "ENSP00000542494.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 846,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872435.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1486G>T",
"hgvs_p": "p.Glu496*",
"transcript": "ENST00000418964.2",
"protein_id": "ENSP00000389424.2",
"transcript_support_level": 4,
"aa_start": 496,
"aa_end": null,
"aa_length": 827,
"cds_start": 1486,
"cds_end": null,
"cds_length": 2484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418964.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872429.1",
"protein_id": "ENSP00000542488.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 820,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872429.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1465G>T",
"hgvs_p": "p.Glu489*",
"transcript": "ENST00000872440.1",
"protein_id": "ENSP00000542499.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 820,
"cds_start": 1465,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872440.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000957675.1",
"protein_id": "ENSP00000627734.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 809,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957675.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872434.1",
"protein_id": "ENSP00000542493.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 807,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872434.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1423G>T",
"hgvs_p": "p.Glu475*",
"transcript": "ENST00000872431.1",
"protein_id": "ENSP00000542490.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 806,
"cds_start": 1423,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872431.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1417G>T",
"hgvs_p": "p.Glu473*",
"transcript": "ENST00000872439.1",
"protein_id": "ENSP00000542498.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 804,
"cds_start": 1417,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872439.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872432.1",
"protein_id": "ENSP00000542491.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 785,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872432.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872428.1",
"protein_id": "ENSP00000542487.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 763,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872428.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872433.1",
"protein_id": "ENSP00000542492.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 738,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872433.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Glu399*",
"transcript": "ENST00000872436.1",
"protein_id": "ENSP00000542495.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 730,
"cds_start": 1195,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872436.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872437.1",
"protein_id": "ENSP00000542496.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 729,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872437.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*",
"transcript": "ENST00000872430.1",
"protein_id": "ENSP00000542489.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 662,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872430.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "c.388G>T",
"hgvs_p": "p.Glu130*",
"transcript": "ENST00000297289.9",
"protein_id": "ENSP00000516619.1",
"transcript_support_level": 5,
"aa_start": 130,
"aa_end": null,
"aa_length": 461,
"cds_start": 388,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297289.9"
},
{
"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": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "n.490G>T",
"hgvs_p": null,
"transcript": "ENST00000493435.1",
"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": "retained_intron",
"feature": "ENST00000493435.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"hgvs_c": "n.1435G>T",
"hgvs_p": null,
"transcript": "ENST00000706906.1",
"protein_id": "ENSP00000516618.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000706906.1"
}
],
"gene_symbol": "PLG",
"gene_hgnc_id": 9071,
"dbsnp": "rs121918032",
"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.6299999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.924,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_000301.5",
"gene_symbol": "PLG",
"hgnc_id": 9071,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1435G>T",
"hgvs_p": "p.Glu479*"
}
],
"clinvar_disease": " type I,Plasminogen deficiency",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Plasminogen deficiency, type I",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}