← 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: 16-372624-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=372624&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 372624,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_021259.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.2006T>A",
"hgvs_p": "p.Met669Lys",
"transcript": "NM_021259.3",
"protein_id": "NP_067082.2",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 771,
"cds_start": 2006,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000431232.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021259.3"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.2006T>A",
"hgvs_p": "p.Met669Lys",
"transcript": "ENST00000431232.7",
"protein_id": "ENSP00000401338.2",
"transcript_support_level": 1,
"aa_start": 669,
"aa_end": null,
"aa_length": 771,
"cds_start": 2006,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021259.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431232.7"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.2195T>A",
"hgvs_p": "p.Met732Lys",
"transcript": "ENST00000946607.1",
"protein_id": "ENSP00000616666.1",
"transcript_support_level": null,
"aa_start": 732,
"aa_end": null,
"aa_length": 834,
"cds_start": 2195,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946607.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.2027T>A",
"hgvs_p": "p.Met676Lys",
"transcript": "ENST00000930879.1",
"protein_id": "ENSP00000600938.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 778,
"cds_start": 2027,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930879.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1985T>A",
"hgvs_p": "p.Met662Lys",
"transcript": "ENST00000930880.1",
"protein_id": "ENSP00000600939.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 764,
"cds_start": 1985,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930880.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1961T>A",
"hgvs_p": "p.Met654Lys",
"transcript": "ENST00000930881.1",
"protein_id": "ENSP00000600940.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 756,
"cds_start": 1961,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930881.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1955T>A",
"hgvs_p": "p.Met652Lys",
"transcript": "ENST00000946605.1",
"protein_id": "ENSP00000616664.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 754,
"cds_start": 1955,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946605.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1907T>A",
"hgvs_p": "p.Met636Lys",
"transcript": "ENST00000946604.1",
"protein_id": "ENSP00000616663.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 738,
"cds_start": 1907,
"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": "ENST00000946604.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1859T>A",
"hgvs_p": "p.Met620Lys",
"transcript": "ENST00000946606.1",
"protein_id": "ENSP00000616665.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 722,
"cds_start": 1859,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946606.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1661T>A",
"hgvs_p": "p.Met554Lys",
"transcript": "ENST00000946608.1",
"protein_id": "ENSP00000616667.1",
"transcript_support_level": null,
"aa_start": 554,
"aa_end": null,
"aa_length": 656,
"cds_start": 1661,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946608.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1427T>A",
"hgvs_p": "p.Met476Lys",
"transcript": "ENST00000250930.7",
"protein_id": "ENSP00000250930.3",
"transcript_support_level": 2,
"aa_start": 476,
"aa_end": null,
"aa_length": 578,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000250930.7"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.650T>A",
"hgvs_p": "p.Met217Lys",
"transcript": "ENST00000448854.1",
"protein_id": "ENSP00000401931.1",
"transcript_support_level": 2,
"aa_start": 217,
"aa_end": null,
"aa_length": 243,
"cds_start": 650,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448854.1"
},
{
"aa_ref": "M",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.1427T>A",
"hgvs_p": "p.Met476Lys",
"transcript": "XM_047434413.1",
"protein_id": "XP_047290369.1",
"transcript_support_level": null,
"aa_start": 476,
"aa_end": null,
"aa_length": 578,
"cds_start": 1427,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434413.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"hgvs_c": "c.421-341T>A",
"hgvs_p": null,
"transcript": "ENST00000424078.5",
"protein_id": "ENSP00000397620.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 238,
"cds_start": null,
"cds_end": null,
"cds_length": 717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424078.5"
}
],
"gene_symbol": "PGAP6",
"gene_hgnc_id": 17205,
"dbsnp": "rs761820371",
"frequency_reference_population": 0.0000626718,
"hom_count_reference_population": 0,
"allele_count_reference_population": 101,
"gnomad_exomes_af": 0.0000568726,
"gnomad_genomes_af": 0.00011829,
"gnomad_exomes_ac": 83,
"gnomad_genomes_ac": 18,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2820993661880493,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.527,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9392,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.327,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": "NM_021259.3",
"gene_symbol": "PGAP6",
"hgnc_id": 17205,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2006T>A",
"hgvs_p": "p.Met669Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}