← 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-7606570-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7606570&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7606570,
"ref": "C",
"alt": "A",
"effect": "stop_gained,splice_region_variant",
"transcript": "NM_001080429.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "NM_020902.2",
"protein_id": "NP_065953.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1249,
"cds_start": 620,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000160298.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020902.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000160298.9",
"protein_id": "ENSP00000160298.3",
"transcript_support_level": 2,
"aa_start": 207,
"aa_end": null,
"aa_length": 1249,
"cds_start": 620,
"cds_end": null,
"cds_length": 3750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020902.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000160298.9"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000446248.4",
"protein_id": "ENSP00000416797.1",
"transcript_support_level": 1,
"aa_start": 207,
"aa_end": null,
"aa_length": 1276,
"cds_start": 620,
"cds_end": null,
"cds_length": 3831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446248.4"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "NM_001080429.3",
"protein_id": "NP_001073898.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1276,
"cds_start": 620,
"cds_end": null,
"cds_length": 3831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080429.3"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000930508.1",
"protein_id": "ENSP00000600567.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1272,
"cds_start": 620,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930508.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.689C>A",
"hgvs_p": "p.Ser230*",
"transcript": "ENST00000930509.1",
"protein_id": "ENSP00000600568.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 1272,
"cds_start": 689,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930509.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000867870.1",
"protein_id": "ENSP00000537929.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1265,
"cds_start": 620,
"cds_end": null,
"cds_length": 3798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867870.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000867871.1",
"protein_id": "ENSP00000537930.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1260,
"cds_start": 620,
"cds_end": null,
"cds_length": 3783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867871.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000930507.1",
"protein_id": "ENSP00000600566.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1259,
"cds_start": 620,
"cds_end": null,
"cds_length": 3780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930507.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000930505.1",
"protein_id": "ENSP00000600564.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1248,
"cds_start": 620,
"cds_end": null,
"cds_length": 3747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930505.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000930506.1",
"protein_id": "ENSP00000600565.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1243,
"cds_start": 620,
"cds_end": null,
"cds_length": 3732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930506.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained",
"splice_region_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*",
"transcript": "ENST00000867872.1",
"protein_id": "ENSP00000537931.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 1232,
"cds_start": 620,
"cds_end": null,
"cds_length": 3699,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867872.1"
}
],
"gene_symbol": "CAMSAP3",
"gene_hgnc_id": 29307,
"dbsnp": "rs1225722242",
"frequency_reference_population": 7.2689846e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.26898e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5400000214576721,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.5440000295639038,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.54,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.105,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.502788387704436,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001080429.3",
"gene_symbol": "CAMSAP3",
"hgnc_id": 29307,
"effects": [
"stop_gained",
"splice_region_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.620C>A",
"hgvs_p": "p.Ser207*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}