← 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: 11-65348869-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=65348869&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 65348869,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000528416.6",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.1037A>G",
"hgvs_p": "p.Asp346Gly",
"transcript": "NM_006268.5",
"protein_id": "NP_006259.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 391,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 3714,
"mane_select": "ENST00000528416.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.1037A>G",
"hgvs_p": "p.Asp346Gly",
"transcript": "ENST00000528416.6",
"protein_id": "ENSP00000436901.1",
"transcript_support_level": 1,
"aa_start": 346,
"aa_end": null,
"aa_length": 391,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1176,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 3714,
"mane_select": "NM_006268.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.1589A>G",
"hgvs_p": "p.Asp530Gly",
"transcript": "ENST00000703424.1",
"protein_id": "ENSP00000515295.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 575,
"cds_start": 1589,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1609,
"cdna_end": null,
"cdna_length": 2761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.1148A>G",
"hgvs_p": "p.Asp383Gly",
"transcript": "ENST00000703425.1",
"protein_id": "ENSP00000515296.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 428,
"cds_start": 1148,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1168,
"cdna_end": null,
"cdna_length": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.1079A>G",
"hgvs_p": "p.Asp360Gly",
"transcript": "NM_001330308.2",
"protein_id": "NP_001317237.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 405,
"cds_start": 1079,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 1114,
"cdna_end": null,
"cdna_length": 3756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.1079A>G",
"hgvs_p": "p.Asp360Gly",
"transcript": "ENST00000252268.8",
"protein_id": "ENSP00000252268.4",
"transcript_support_level": 5,
"aa_start": 360,
"aa_end": null,
"aa_length": 405,
"cds_start": 1079,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.977A>G",
"hgvs_p": "p.Asp326Gly",
"transcript": "ENST00000703427.1",
"protein_id": "ENSP00000515298.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 371,
"cds_start": 977,
"cds_end": null,
"cds_length": 1116,
"cdna_start": 1161,
"cdna_end": null,
"cdna_length": 2590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.485A>G",
"hgvs_p": "p.Asp162Gly",
"transcript": "ENST00000415073.6",
"protein_id": "ENSP00000399714.2",
"transcript_support_level": 2,
"aa_start": 162,
"aa_end": null,
"aa_length": 207,
"cds_start": 485,
"cds_end": null,
"cds_length": 624,
"cdna_start": 517,
"cdna_end": null,
"cdna_length": 2085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.212A>G",
"hgvs_p": "p.Asp71Gly",
"transcript": "ENST00000531989.1",
"protein_id": "ENSP00000435887.1",
"transcript_support_level": 3,
"aa_start": 71,
"aa_end": null,
"aa_length": 116,
"cds_start": 212,
"cds_end": null,
"cds_length": 351,
"cdna_start": 212,
"cdna_end": null,
"cdna_length": 1573,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.101A>G",
"hgvs_p": "p.Asp34Gly",
"transcript": "ENST00000530993.6",
"protein_id": "ENSP00000515294.1",
"transcript_support_level": 5,
"aa_start": 34,
"aa_end": null,
"aa_length": 79,
"cds_start": 101,
"cds_end": null,
"cds_length": 240,
"cdna_start": 947,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "c.1019A>G",
"hgvs_p": "p.Asp340Gly",
"transcript": "XM_017018101.3",
"protein_id": "XP_016873590.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 385,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 1791,
"cdna_end": null,
"cdna_length": 4433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.3479A>G",
"hgvs_p": null,
"transcript": "ENST00000524666.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.1806A>G",
"hgvs_p": null,
"transcript": "ENST00000532052.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.*21A>G",
"hgvs_p": null,
"transcript": "ENST00000703393.1",
"protein_id": "ENSP00000515285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.1249A>G",
"hgvs_p": null,
"transcript": "ENST00000703394.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.*934A>G",
"hgvs_p": null,
"transcript": "ENST00000703426.1",
"protein_id": "ENSP00000515297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.993A>G",
"hgvs_p": null,
"transcript": "XR_007062491.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.*21A>G",
"hgvs_p": null,
"transcript": "ENST00000703393.1",
"protein_id": "ENSP00000515285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"hgvs_c": "n.*934A>G",
"hgvs_p": null,
"transcript": "ENST00000703426.1",
"protein_id": "ENSP00000515297.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DPF2",
"gene_hgnc_id": 9964,
"dbsnp": "rs1555032044",
"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.9487409591674805,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.853,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9997,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.45,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.325,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000528416.6",
"gene_symbol": "DPF2",
"hgnc_id": 9964,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1037A>G",
"hgvs_p": "p.Asp346Gly"
}
],
"clinvar_disease": "Coffin-Siris syndrome 7",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Coffin-Siris syndrome 7",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}