← 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: 19-7558948-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7558948&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7558948,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001166111.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3496G>T",
"hgvs_p": "p.Gly1166Cys",
"transcript": "NM_001166114.2",
"protein_id": "NP_001159586.1",
"transcript_support_level": null,
"aa_start": 1166,
"aa_end": null,
"aa_length": 1365,
"cds_start": 3496,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000600737.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166114.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3496G>T",
"hgvs_p": "p.Gly1166Cys",
"transcript": "ENST00000600737.6",
"protein_id": "ENSP00000473211.1",
"transcript_support_level": 1,
"aa_start": 1166,
"aa_end": null,
"aa_length": 1365,
"cds_start": 3496,
"cds_end": null,
"cds_length": 4098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001166114.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600737.6"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3382G>T",
"hgvs_p": "p.Gly1128Cys",
"transcript": "ENST00000221249.10",
"protein_id": "ENSP00000221249.5",
"transcript_support_level": 1,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3382,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000221249.10"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3382G>T",
"hgvs_p": "p.Gly1128Cys",
"transcript": "ENST00000450331.7",
"protein_id": "ENSP00000394348.2",
"transcript_support_level": 1,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3382,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450331.7"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3526G>T",
"hgvs_p": "p.Gly1176Cys",
"transcript": "NM_001166111.2",
"protein_id": "NP_001159583.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1375,
"cds_start": 3526,
"cds_end": null,
"cds_length": 4128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166111.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3526G>T",
"hgvs_p": "p.Gly1176Cys",
"transcript": "ENST00000414982.7",
"protein_id": "ENSP00000407509.2",
"transcript_support_level": 2,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1375,
"cds_start": 3526,
"cds_end": null,
"cds_length": 4128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414982.7"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3382G>T",
"hgvs_p": "p.Gly1128Cys",
"transcript": "NM_001166113.1",
"protein_id": "NP_001159585.1",
"transcript_support_level": null,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3382,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166113.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3382G>T",
"hgvs_p": "p.Gly1128Cys",
"transcript": "NM_006702.5",
"protein_id": "NP_006693.3",
"transcript_support_level": null,
"aa_start": 1128,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3382,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006702.5"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3301G>T",
"hgvs_p": "p.Gly1101Cys",
"transcript": "NM_001166112.2",
"protein_id": "NP_001159584.1",
"transcript_support_level": null,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1300,
"cds_start": 3301,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166112.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.3301G>T",
"hgvs_p": "p.Gly1101Cys",
"transcript": "ENST00000545201.6",
"protein_id": "ENSP00000443323.1",
"transcript_support_level": 2,
"aa_start": 1101,
"aa_end": null,
"aa_length": 1300,
"cds_start": 3301,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545201.6"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.667G>T",
"hgvs_p": "p.Gly223Cys",
"transcript": "ENST00000646984.1",
"protein_id": "ENSP00000496219.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 223,
"cds_start": 667,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"hgvs_c": "c.-21G>T",
"hgvs_p": null,
"transcript": "ENST00000599947.1",
"protein_id": "ENSP00000469171.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 154,
"cds_start": null,
"cds_end": null,
"cds_length": 465,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000599947.1"
}
],
"gene_symbol": "PNPLA6",
"gene_hgnc_id": 16268,
"dbsnp": "rs142422525",
"frequency_reference_population": 0.000002478198,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000136812,
"gnomad_genomes_af": 0.0000131394,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9430315494537354,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.833,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9954,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.43,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"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": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Strong",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001166111.2",
"gene_symbol": "PNPLA6",
"hgnc_id": 16268,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3526G>T",
"hgvs_p": "p.Gly1176Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}