← 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: 8-100162282-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=100162282&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 100162282,
"ref": "T",
"alt": "G",
"effect": "start_lost",
"transcript": "ENST00000388798.7",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "NM_003114.5",
"protein_id": "NP_003105.2",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 926,
"cds_start": 2,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 34,
"cdna_end": null,
"cdna_length": 3695,
"mane_select": "ENST00000388798.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000388798.7",
"protein_id": "ENSP00000373450.3",
"transcript_support_level": 1,
"aa_start": 1,
"aa_end": null,
"aa_length": 926,
"cds_start": 2,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 34,
"cdna_end": null,
"cdna_length": 3695,
"mane_select": "NM_003114.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "NM_001374321.1",
"protein_id": "NP_001361250.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 926,
"cds_start": 2,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 95,
"cdna_end": null,
"cdna_length": 3756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "NM_172218.3",
"protein_id": "NP_757367.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 926,
"cds_start": 2,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 85,
"cdna_end": null,
"cdna_length": 3746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000251809.4",
"protein_id": "ENSP00000251809.3",
"transcript_support_level": 5,
"aa_start": 1,
"aa_end": null,
"aa_length": 926,
"cds_start": 2,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 88,
"cdna_end": null,
"cdna_length": 3748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000520508.5",
"protein_id": "ENSP00000428070.1",
"transcript_support_level": 5,
"aa_start": 1,
"aa_end": null,
"aa_length": 416,
"cds_start": 2,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 286,
"cdna_end": null,
"cdna_length": 1796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000520643.5",
"protein_id": "ENSP00000427716.1",
"transcript_support_level": 2,
"aa_start": 1,
"aa_end": null,
"aa_length": 416,
"cds_start": 2,
"cds_end": null,
"cds_length": 1251,
"cdna_start": 217,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_011517243.3",
"protein_id": "XP_011515545.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 926,
"cds_start": 2,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 457,
"cdna_end": null,
"cdna_length": 4118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_047422128.1",
"protein_id": "XP_047278084.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 926,
"cds_start": 2,
"cds_end": null,
"cds_length": 2781,
"cdna_start": 167,
"cdna_end": null,
"cdna_length": 3828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_011517240.3",
"protein_id": "XP_011515542.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 875,
"cds_start": 2,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 85,
"cdna_end": null,
"cdna_length": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_011517241.3",
"protein_id": "XP_011515543.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 871,
"cds_start": 2,
"cds_end": null,
"cds_length": 2616,
"cdna_start": 85,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_047422129.1",
"protein_id": "XP_047278085.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 668,
"cds_start": 2,
"cds_end": null,
"cds_length": 2007,
"cdna_start": 85,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_047422130.1",
"protein_id": "XP_047278086.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 563,
"cds_start": 2,
"cds_end": null,
"cds_length": 1692,
"cdna_start": 85,
"cdna_end": null,
"cdna_length": 1868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_011517245.3",
"protein_id": "XP_011515547.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 487,
"cds_start": 2,
"cds_end": null,
"cds_length": 1464,
"cdna_start": 85,
"cdna_end": null,
"cdna_length": 1671,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_047422131.1",
"protein_id": "XP_047278087.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 483,
"cds_start": 2,
"cds_end": null,
"cds_length": 1452,
"cdna_start": 85,
"cdna_end": null,
"cdna_length": 1688,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SPAG1",
"gene_hgnc_id": 11212,
"dbsnp": "rs397518458",
"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.8768978118896484,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.30000001192092896,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.457,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.23,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.131,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.3,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000388798.7",
"gene_symbol": "SPAG1",
"hgnc_id": 11212,
"effects": [
"start_lost"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2T>G",
"hgvs_p": "p.Met1?"
}
],
"clinvar_disease": "Primary ciliary dyskinesia 28",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Primary ciliary dyskinesia 28",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}