← 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: 2-9443579-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=9443579&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 9443579,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001321836.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1160C>T",
"hgvs_p": "p.Ser387Phe",
"transcript": "NM_016207.4",
"protein_id": "NP_057291.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 684,
"cds_start": 1160,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000238112.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016207.4"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1160C>T",
"hgvs_p": "p.Ser387Phe",
"transcript": "ENST00000238112.8",
"protein_id": "ENSP00000238112.3",
"transcript_support_level": 1,
"aa_start": 387,
"aa_end": null,
"aa_length": 684,
"cds_start": 1160,
"cds_end": null,
"cds_length": 2055,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016207.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000238112.8"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1049C>T",
"hgvs_p": "p.Ser350Phe",
"transcript": "ENST00000460593.1",
"protein_id": "ENSP00000418957.1",
"transcript_support_level": 1,
"aa_start": 350,
"aa_end": null,
"aa_length": 647,
"cds_start": 1049,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000460593.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1160C>T",
"hgvs_p": "p.Ser387Phe",
"transcript": "ENST00000882814.1",
"protein_id": "ENSP00000552873.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 712,
"cds_start": 1160,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882814.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1172C>T",
"hgvs_p": "p.Ser391Phe",
"transcript": "NM_001321836.2",
"protein_id": "NP_001308765.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 688,
"cds_start": 1172,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321836.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1172C>T",
"hgvs_p": "p.Ser391Phe",
"transcript": "ENST00000947880.1",
"protein_id": "ENSP00000617939.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 688,
"cds_start": 1172,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947880.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1049C>T",
"hgvs_p": "p.Ser350Phe",
"transcript": "NM_001321833.2",
"protein_id": "NP_001308762.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 647,
"cds_start": 1049,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321833.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1049C>T",
"hgvs_p": "p.Ser350Phe",
"transcript": "NM_001321834.2",
"protein_id": "NP_001308763.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 647,
"cds_start": 1049,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321834.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1031C>T",
"hgvs_p": "p.Ser344Phe",
"transcript": "ENST00000921419.1",
"protein_id": "ENSP00000591478.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 641,
"cds_start": 1031,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921419.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1160C>T",
"hgvs_p": "p.Ser387Phe",
"transcript": "ENST00000882813.1",
"protein_id": "ENSP00000552872.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 633,
"cds_start": 1160,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882813.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1001C>T",
"hgvs_p": "p.Ser334Phe",
"transcript": "ENST00000921420.1",
"protein_id": "ENSP00000591479.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 631,
"cds_start": 1001,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921420.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.743C>T",
"hgvs_p": "p.Ser248Phe",
"transcript": "NM_001321835.2",
"protein_id": "NP_001308764.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 545,
"cds_start": 743,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321835.2"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1130C>T",
"hgvs_p": "p.Ser377Phe",
"transcript": "XM_047444745.1",
"protein_id": "XP_047300701.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 674,
"cds_start": 1130,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444745.1"
},
{
"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": 17,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "c.1095+1603C>T",
"hgvs_p": null,
"transcript": "ENST00000921418.1",
"protein_id": "ENSP00000591477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": null,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921418.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"hgvs_c": "n.312C>T",
"hgvs_p": null,
"transcript": "ENST00000489629.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000489629.1"
}
],
"gene_symbol": "CPSF3",
"gene_hgnc_id": 2326,
"dbsnp": "rs905530660",
"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.862274169921875,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.586,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9114,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.574,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.05,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001321836.2",
"gene_symbol": "CPSF3",
"hgnc_id": 2326,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1172C>T",
"hgvs_p": "p.Ser391Phe"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}