← 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: 6-43512208-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=43512208&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 43512208,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000372422.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "c.1012G>T",
"hgvs_p": "p.Ala338Ser",
"transcript": "NM_015388.4",
"protein_id": "NP_056203.2",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 350,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1053,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 1507,
"mane_select": "ENST00000372422.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "c.1012G>T",
"hgvs_p": "p.Ala338Ser",
"transcript": "ENST00000372422.7",
"protein_id": "ENSP00000361499.2",
"transcript_support_level": 1,
"aa_start": 338,
"aa_end": null,
"aa_length": 350,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1053,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 1507,
"mane_select": "NM_015388.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "c.1030G>T",
"hgvs_p": "p.Ala344Ser",
"transcript": "ENST00000506469.5",
"protein_id": "ENSP00000425494.1",
"transcript_support_level": 5,
"aa_start": 344,
"aa_end": null,
"aa_length": 356,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1164,
"cdna_end": null,
"cdna_length": 1444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "c.907G>T",
"hgvs_p": "p.Ala303Ser",
"transcript": "XM_047418608.1",
"protein_id": "XP_047274564.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 315,
"cds_start": 907,
"cds_end": null,
"cds_length": 948,
"cdna_start": 1457,
"cdna_end": null,
"cdna_length": 1833,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "n.*912G>T",
"hgvs_p": null,
"transcript": "ENST00000490447.6",
"protein_id": "ENSP00000424629.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": 1321,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "n.*901G>T",
"hgvs_p": null,
"transcript": "ENST00000510102.5",
"protein_id": "ENSP00000427207.1",
"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": 1639,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "n.*912G>T",
"hgvs_p": null,
"transcript": "ENST00000490447.6",
"protein_id": "ENSP00000424629.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": 1321,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "n.*901G>T",
"hgvs_p": null,
"transcript": "ENST00000510102.5",
"protein_id": "ENSP00000427207.1",
"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": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.-225-777C>A",
"hgvs_p": null,
"transcript": "ENST00000646188.1",
"protein_id": "ENSP00000496001.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 291,
"cds_start": -4,
"cds_end": null,
"cds_length": 876,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1221,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "POLR1C",
"gene_hgnc_id": 20194,
"hgvs_c": "c.-97+2400C>A",
"hgvs_p": null,
"transcript": "ENST00000428025.6",
"protein_id": "ENSP00000395401.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 123,
"cds_start": -4,
"cds_end": null,
"cds_length": 373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "c.*247G>T",
"hgvs_p": null,
"transcript": "ENST00000503972.5",
"protein_id": "ENSP00000421461.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 261,
"cds_start": -4,
"cds_end": null,
"cds_length": 787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 933,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "n.*12G>T",
"hgvs_p": null,
"transcript": "ENST00000503147.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": 652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "YIPF3",
"gene_hgnc_id": 21023,
"hgvs_c": "n.*250G>T",
"hgvs_p": null,
"transcript": "ENST00000514627.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "YIPF3",
"gene_hgnc_id": 21023,
"dbsnp": "rs764341744",
"frequency_reference_population": 0.000004956691,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000478845,
"gnomad_genomes_af": 0.00000657333,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08266887068748474,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.042,
"revel_prediction": "Benign",
"alphamissense_score": 0.079,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.696,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000372422.7",
"gene_symbol": "YIPF3",
"hgnc_id": 21023,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1012G>T",
"hgvs_p": "p.Ala338Ser"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000428025.6",
"gene_symbol": "POLR1C",
"hgnc_id": 20194,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.-97+2400C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}