← 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: 7-30014800-CTTT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=30014800&ref=CTTT&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 30014800,
"ref": "CTTT",
"alt": "C",
"effect": "conservative_inframe_deletion",
"transcript": "ENST00000222803.10",
"consequences": [
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "c.568_570delAAA",
"hgvs_p": "p.Lys190del",
"transcript": "NM_017946.4",
"protein_id": "NP_060416.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 211,
"cds_start": 568,
"cds_end": null,
"cds_length": 636,
"cdna_start": 764,
"cdna_end": null,
"cdna_length": 4978,
"mane_select": "ENST00000222803.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "c.568_570delAAA",
"hgvs_p": "p.Lys190del",
"transcript": "ENST00000222803.10",
"protein_id": "ENSP00000222803.5",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 211,
"cds_start": 568,
"cds_end": null,
"cds_length": 636,
"cdna_start": 764,
"cdna_end": null,
"cdna_length": 4978,
"mane_select": "NM_017946.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "n.*215_*217delAAA",
"hgvs_p": null,
"transcript": "ENST00000419018.1",
"protein_id": "ENSP00000406270.1",
"transcript_support_level": 1,
"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": 1085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "n.*215_*217delAAA",
"hgvs_p": null,
"transcript": "ENST00000419018.1",
"protein_id": "ENSP00000406270.1",
"transcript_support_level": 1,
"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": 1085,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "n.*303_*305delAAA",
"hgvs_p": null,
"transcript": "ENST00000412494.1",
"protein_id": "ENSP00000403279.1",
"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": 703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "n.854_856delAAA",
"hgvs_p": null,
"transcript": "NR_046478.2",
"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": 5070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "n.610_612delAAA",
"hgvs_p": null,
"transcript": "NR_046479.2",
"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": 4826,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "n.*303_*305delAAA",
"hgvs_p": null,
"transcript": "ENST00000412494.1",
"protein_id": "ENSP00000403279.1",
"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": 703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FKBP14-AS1",
"gene_hgnc_id": 40990,
"hgvs_c": "n.344+6424_344+6426delTTT",
"hgvs_p": null,
"transcript": "ENST00000419103.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "FKBP14-AS1",
"gene_hgnc_id": 40990,
"hgvs_c": "n.679+6424_679+6426delTTT",
"hgvs_p": null,
"transcript": "ENST00000422239.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 2836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "FKBP14-AS1",
"gene_hgnc_id": 40990,
"hgvs_c": "n.288+6424_288+6426delTTT",
"hgvs_p": null,
"transcript": "NR_187577.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": 2143,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "FKBP14",
"gene_hgnc_id": 18625,
"hgvs_c": "c.477+4193_477+4195delAAA",
"hgvs_p": null,
"transcript": "XM_047420550.1",
"protein_id": "XP_047276506.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 216,
"cds_start": -4,
"cds_end": null,
"cds_length": 651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FKBP14",
"gene_hgnc_id": 18625,
"dbsnp": "rs762279651",
"frequency_reference_population": 0.00033693181,
"hom_count_reference_population": 5,
"allele_count_reference_population": 543,
"gnomad_exomes_af": 0.000333711,
"gnomad_genomes_af": 0.000367802,
"gnomad_exomes_ac": 487,
"gnomad_genomes_ac": 56,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.56,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM4_Supporting,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PM4_Supporting",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000222803.10",
"gene_symbol": "FKBP14",
"hgnc_id": 18625,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.568_570delAAA",
"hgvs_p": "p.Lys190del"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000419103.1",
"gene_symbol": "FKBP14-AS1",
"hgnc_id": 40990,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.344+6424_344+6426delTTT",
"hgvs_p": null
}
],
"clinvar_disease": " 2, kyphoscoliotic type,Cardiovascular phenotype,Ehlers-Danlos syndrome,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:3 LB:2",
"phenotype_combined": "Ehlers-Danlos syndrome, kyphoscoliotic type, 2|not provided|Ehlers-Danlos syndrome|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}