← 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-2090775-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=2090775&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 2090775,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001009944.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12037T>G",
"hgvs_p": "p.Ser4013Ala",
"transcript": "NM_001009944.3",
"protein_id": "NP_001009944.3",
"transcript_support_level": null,
"aa_start": 4013,
"aa_end": null,
"aa_length": 4303,
"cds_start": 12037,
"cds_end": null,
"cds_length": 12912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262304.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001009944.3"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12037T>G",
"hgvs_p": "p.Ser4013Ala",
"transcript": "ENST00000262304.9",
"protein_id": "ENSP00000262304.4",
"transcript_support_level": 1,
"aa_start": 4013,
"aa_end": null,
"aa_length": 4303,
"cds_start": 12037,
"cds_end": null,
"cds_length": 12912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001009944.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262304.9"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12034T>G",
"hgvs_p": "p.Ser4012Ala",
"transcript": "ENST00000423118.5",
"protein_id": "ENSP00000399501.1",
"transcript_support_level": 1,
"aa_start": 4012,
"aa_end": null,
"aa_length": 4302,
"cds_start": 12034,
"cds_end": null,
"cds_length": 12909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423118.5"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12034T>G",
"hgvs_p": "p.Ser4012Ala",
"transcript": "NM_000296.4",
"protein_id": "NP_000287.4",
"transcript_support_level": null,
"aa_start": 4012,
"aa_end": null,
"aa_length": 4302,
"cds_start": 12034,
"cds_end": null,
"cds_length": 12909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000296.4"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12172T>G",
"hgvs_p": "p.Ser4058Ala",
"transcript": "XM_047434208.1",
"protein_id": "XP_047290164.1",
"transcript_support_level": null,
"aa_start": 4058,
"aa_end": null,
"aa_length": 4348,
"cds_start": 12172,
"cds_end": null,
"cds_length": 13047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434208.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12100T>G",
"hgvs_p": "p.Ser4034Ala",
"transcript": "XM_047434209.1",
"protein_id": "XP_047290165.1",
"transcript_support_level": null,
"aa_start": 4034,
"aa_end": null,
"aa_length": 4324,
"cds_start": 12100,
"cds_end": null,
"cds_length": 12975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434209.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12091T>G",
"hgvs_p": "p.Ser4031Ala",
"transcript": "XM_011522528.4",
"protein_id": "XP_011520830.1",
"transcript_support_level": null,
"aa_start": 4031,
"aa_end": null,
"aa_length": 4321,
"cds_start": 12091,
"cds_end": null,
"cds_length": 12966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522528.4"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 45,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12088T>G",
"hgvs_p": "p.Ser4030Ala",
"transcript": "XM_011522529.3",
"protein_id": "XP_011520831.1",
"transcript_support_level": null,
"aa_start": 4030,
"aa_end": null,
"aa_length": 4320,
"cds_start": 12088,
"cds_end": null,
"cds_length": 12963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522529.3"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.12019T>G",
"hgvs_p": "p.Ser4007Ala",
"transcript": "XM_047434210.1",
"protein_id": "XP_047290166.1",
"transcript_support_level": null,
"aa_start": 4007,
"aa_end": null,
"aa_length": 4297,
"cds_start": 12019,
"cds_end": null,
"cds_length": 12894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434210.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 46,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.11962T>G",
"hgvs_p": "p.Ser3988Ala",
"transcript": "XM_047434211.1",
"protein_id": "XP_047290167.1",
"transcript_support_level": null,
"aa_start": 3988,
"aa_end": null,
"aa_length": 4278,
"cds_start": 11962,
"cds_end": null,
"cds_length": 12837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434211.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.10132T>G",
"hgvs_p": "p.Ser3378Ala",
"transcript": "XM_047434212.1",
"protein_id": "XP_047290168.1",
"transcript_support_level": null,
"aa_start": 3378,
"aa_end": null,
"aa_length": 3668,
"cds_start": 10132,
"cds_end": null,
"cds_length": 11007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434212.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9115T>G",
"hgvs_p": "p.Ser3039Ala",
"transcript": "XM_011522537.2",
"protein_id": "XP_011520839.1",
"transcript_support_level": null,
"aa_start": 3039,
"aa_end": null,
"aa_length": 3329,
"cds_start": 9115,
"cds_end": null,
"cds_length": 9990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522537.2"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.9109T>G",
"hgvs_p": "p.Ser3037Ala",
"transcript": "XM_047434213.1",
"protein_id": "XP_047290169.1",
"transcript_support_level": null,
"aa_start": 3037,
"aa_end": null,
"aa_length": 3327,
"cds_start": 9109,
"cds_end": null,
"cds_length": 9984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434213.1"
},
{
"aa_ref": "S",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "c.8992T>G",
"hgvs_p": "p.Ser2998Ala",
"transcript": "XM_005255370.4",
"protein_id": "XP_005255427.1",
"transcript_support_level": null,
"aa_start": 2998,
"aa_end": null,
"aa_length": 3288,
"cds_start": 8992,
"cds_end": null,
"cds_length": 9867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255370.4"
},
{
"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": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.65T>G",
"hgvs_p": null,
"transcript": "ENST00000472577.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": "ENST00000472577.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.558T>G",
"hgvs_p": null,
"transcript": "ENST00000564313.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000564313.1"
},
{
"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": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.*3305T>G",
"hgvs_p": null,
"transcript": "ENST00000487932.5",
"protein_id": "ENSP00000457132.1",
"transcript_support_level": 5,
"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": "ENST00000487932.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"hgvs_c": "n.*636T>G",
"hgvs_p": null,
"transcript": "ENST00000561668.5",
"protein_id": "ENSP00000461391.1",
"transcript_support_level": 3,
"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": "ENST00000561668.5"
}
],
"gene_symbol": "PKD1",
"gene_hgnc_id": 9008,
"dbsnp": "rs1555444981",
"frequency_reference_population": 6.847983e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84798e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5957127213478088,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.339,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1002,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.911,
"phylop100way_prediction": "Benign",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001009944.3",
"gene_symbol": "PKD1",
"hgnc_id": 9008,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.12037T>G",
"hgvs_p": "p.Ser4013Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}