← 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-55165427-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=55165427&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 55165427,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000524407.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.265C>T",
"hgvs_p": "p.Arg89*",
"transcript": "NM_001256715.2",
"protein_id": "NP_001243644.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 541,
"cds_start": 265,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 360,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": "ENST00000524407.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.265C>T",
"hgvs_p": "p.Arg89*",
"transcript": "ENST00000524407.7",
"protein_id": "ENSP00000432046.3",
"transcript_support_level": 1,
"aa_start": 89,
"aa_end": null,
"aa_length": 541,
"cds_start": 265,
"cds_end": null,
"cds_length": 1626,
"cdna_start": 360,
"cdna_end": null,
"cdna_length": 2118,
"mane_select": "NM_001256715.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.103C>T",
"hgvs_p": "p.Arg35*",
"transcript": "ENST00000455045.5",
"protein_id": "ENSP00000394343.1",
"transcript_support_level": 1,
"aa_start": 35,
"aa_end": null,
"aa_length": 487,
"cds_start": 103,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 556,
"cdna_end": null,
"cdna_length": 2318,
"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": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "n.*53C>T",
"hgvs_p": null,
"transcript": "ENST00000528412.5",
"protein_id": "ENSP00000433826.2",
"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": 2215,
"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": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "n.*53C>T",
"hgvs_p": null,
"transcript": "ENST00000528412.5",
"protein_id": "ENSP00000433826.2",
"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": 2215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.469C>T",
"hgvs_p": "p.Arg157*",
"transcript": "NM_001256714.1",
"protein_id": "NP_001243643.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 608,
"cds_start": 469,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 2302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.469C>T",
"hgvs_p": "p.Arg157*",
"transcript": "ENST00000527223.6",
"protein_id": "ENSP00000436975.2",
"transcript_support_level": 2,
"aa_start": 157,
"aa_end": null,
"aa_length": 608,
"cds_start": 469,
"cds_end": null,
"cds_length": 1827,
"cdna_start": 471,
"cdna_end": null,
"cdna_length": 2228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.406C>T",
"hgvs_p": "p.Arg136*",
"transcript": "NM_178837.4",
"protein_id": "NP_849159.2",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 588,
"cds_start": 406,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.406C>T",
"hgvs_p": "p.Arg136*",
"transcript": "ENST00000391720.8",
"protein_id": "ENSP00000375600.5",
"transcript_support_level": 2,
"aa_start": 136,
"aa_end": null,
"aa_length": 588,
"cds_start": 406,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 2169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.103C>T",
"hgvs_p": "p.Arg35*",
"transcript": "NM_001256716.2",
"protein_id": "NP_001243645.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 487,
"cds_start": 103,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 2205,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.265C>T",
"hgvs_p": "p.Arg89*",
"transcript": "ENST00000526003.5",
"protein_id": "ENSP00000473009.1",
"transcript_support_level": 4,
"aa_start": 89,
"aa_end": null,
"aa_length": 159,
"cds_start": 265,
"cds_end": null,
"cds_length": 480,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Arg71*",
"transcript": "ENST00000534170.5",
"protein_id": "ENSP00000432360.2",
"transcript_support_level": 4,
"aa_start": 71,
"aa_end": null,
"aa_length": 111,
"cds_start": 211,
"cds_end": null,
"cds_length": 337,
"cdna_start": 411,
"cdna_end": null,
"cdna_length": 537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "c.211C>T",
"hgvs_p": "p.Arg71*",
"transcript": "ENST00000532817.5",
"protein_id": "ENSP00000432838.2",
"transcript_support_level": 4,
"aa_start": 71,
"aa_end": null,
"aa_length": 104,
"cds_start": 211,
"cds_end": null,
"cds_length": 317,
"cdna_start": 464,
"cdna_end": null,
"cdna_length": 570,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "n.*53C>T",
"hgvs_p": null,
"transcript": "ENST00000534214.1",
"protein_id": "ENSP00000433247.2",
"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": 485,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"hgvs_c": "n.*53C>T",
"hgvs_p": null,
"transcript": "ENST00000534214.1",
"protein_id": "ENSP00000433247.2",
"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": 485,
"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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DNAAF3-AS1",
"gene_hgnc_id": 55292,
"hgvs_c": "n.1186+2626G>A",
"hgvs_p": null,
"transcript": "ENST00000591665.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": 1643,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DNAAF3-AS1",
"gene_hgnc_id": 55292,
"hgvs_c": "n.354+4213G>A",
"hgvs_p": null,
"transcript": "ENST00000805275.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": 646,
"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": "DNAAF3-AS1",
"gene_hgnc_id": 55292,
"hgvs_c": "n.357-392G>A",
"hgvs_p": null,
"transcript": "XR_007067344.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": 1442,
"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": "DNAAF3-AS1",
"gene_hgnc_id": 55292,
"hgvs_c": "n.564-392G>A",
"hgvs_p": null,
"transcript": "XR_007067345.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": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DNAAF3",
"gene_hgnc_id": 30492,
"dbsnp": "rs387907152",
"frequency_reference_population": 0.0000055764845,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000547241,
"gnomad_genomes_af": 0.00000657722,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5699999928474426,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.57,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.813,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000524407.7",
"gene_symbol": "DNAAF3",
"hgnc_id": 30492,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.265C>T",
"hgvs_p": "p.Arg89*"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000591665.1",
"gene_symbol": "DNAAF3-AS1",
"hgnc_id": 55292,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1186+2626G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Primary ciliary dyskinesia,Primary ciliary dyskinesia 2,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Primary ciliary dyskinesia 2|Primary ciliary dyskinesia|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}