← 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: 1-154926467-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=154926467&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 154926467,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006556.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.329G>A",
"hgvs_p": "p.Arg110Gln",
"transcript": "NM_006556.4",
"protein_id": "NP_006547.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 192,
"cds_start": 329,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368467.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006556.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.329G>A",
"hgvs_p": "p.Arg110Gln",
"transcript": "ENST00000368467.4",
"protein_id": "ENSP00000357452.3",
"transcript_support_level": 1,
"aa_start": 110,
"aa_end": null,
"aa_length": 192,
"cds_start": 329,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006556.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368467.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.521G>A",
"hgvs_p": "p.Arg174Gln",
"transcript": "ENST00000940351.1",
"protein_id": "ENSP00000610410.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 256,
"cds_start": 521,
"cds_end": null,
"cds_length": 771,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940351.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.368G>A",
"hgvs_p": "p.Arg123Gln",
"transcript": "ENST00000885059.1",
"protein_id": "ENSP00000555118.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 205,
"cds_start": 368,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885059.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.335G>A",
"hgvs_p": "p.Arg112Gln",
"transcript": "ENST00000940350.1",
"protein_id": "ENSP00000610409.1",
"transcript_support_level": null,
"aa_start": 112,
"aa_end": null,
"aa_length": 194,
"cds_start": 335,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940350.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Arg109Gln",
"transcript": "ENST00000885057.1",
"protein_id": "ENSP00000555116.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 191,
"cds_start": 326,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885057.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103Gln",
"transcript": "ENST00000885055.1",
"protein_id": "ENSP00000555114.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 185,
"cds_start": 308,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885055.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "NM_001323011.3",
"protein_id": "NP_001309940.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 178,
"cds_start": 287,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323011.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.206G>A",
"hgvs_p": "p.Arg69Gln",
"transcript": "ENST00000885058.1",
"protein_id": "ENSP00000555117.1",
"transcript_support_level": null,
"aa_start": 69,
"aa_end": null,
"aa_length": 151,
"cds_start": 206,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885058.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.176G>A",
"hgvs_p": "p.Arg59Gln",
"transcript": "ENST00000885056.1",
"protein_id": "ENSP00000555115.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 141,
"cds_start": 176,
"cds_end": null,
"cds_length": 426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000885056.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.104G>A",
"hgvs_p": "p.Arg35Gln",
"transcript": "NM_001323012.3",
"protein_id": "NP_001309941.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 117,
"cds_start": 104,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001323012.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"hgvs_c": "c.104G>A",
"hgvs_p": "p.Arg35Gln",
"transcript": "NM_001348696.2",
"protein_id": "NP_001335625.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 117,
"cds_start": 104,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348696.2"
}
],
"gene_symbol": "PMVK",
"gene_hgnc_id": 9141,
"dbsnp": "rs140728783",
"frequency_reference_population": 0.00032227478,
"hom_count_reference_population": 0,
"allele_count_reference_population": 520,
"gnomad_exomes_af": 0.000336678,
"gnomad_genomes_af": 0.000183978,
"gnomad_exomes_ac": 492,
"gnomad_genomes_ac": 28,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9037228226661682,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.655,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.458,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.315,
"phylop100way_prediction": "Uncertain_significance",
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006556.4",
"gene_symbol": "PMVK",
"hgnc_id": 9141,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.329G>A",
"hgvs_p": "p.Arg110Gln"
}
],
"clinvar_disease": "Linear porokeratosis",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Linear porokeratosis",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}