← 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: 11-19186318-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=19186318&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 19186318,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001369404.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "NM_003476.5",
"protein_id": "NP_003467.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265968.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003476.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000265968.9",
"protein_id": "ENSP00000265968.3",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003476.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265968.9"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000533783.2",
"protein_id": "ENSP00000431813.1",
"transcript_support_level": 1,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533783.2"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.143C>G",
"hgvs_p": "p.Pro48Arg",
"transcript": "NM_001369404.1",
"protein_id": "NP_001356333.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 150,
"cds_start": 143,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369404.1"
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.143C>G",
"hgvs_p": "p.Pro48Arg",
"transcript": "ENST00000649842.1",
"protein_id": "ENSP00000497531.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 150,
"cds_start": 143,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649842.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.321C>G",
"hgvs_p": "p.Thr107Thr",
"transcript": "ENST00000951070.1",
"protein_id": "ENSP00000621129.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 197,
"cds_start": 321,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951070.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000649235.1",
"protein_id": "ENSP00000497388.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649235.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000862857.1",
"protein_id": "ENSP00000532916.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862857.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000862858.1",
"protein_id": "ENSP00000532917.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862858.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000862859.1",
"protein_id": "ENSP00000532918.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862859.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000862860.1",
"protein_id": "ENSP00000532919.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862860.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000951069.1",
"protein_id": "ENSP00000621128.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951069.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000951071.1",
"protein_id": "ENSP00000621130.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951071.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000951072.1",
"protein_id": "ENSP00000621131.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951072.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000951073.1",
"protein_id": "ENSP00000621132.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951073.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.312C>G",
"hgvs_p": "p.Thr104Thr",
"transcript": "ENST00000951075.1",
"protein_id": "ENSP00000621134.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 194,
"cds_start": 312,
"cds_end": null,
"cds_length": 585,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951075.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.300C>G",
"hgvs_p": "p.Thr100Thr",
"transcript": "ENST00000862861.1",
"protein_id": "ENSP00000532920.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 190,
"cds_start": 300,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862861.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.279C>G",
"hgvs_p": "p.Thr93Thr",
"transcript": "ENST00000951074.1",
"protein_id": "ENSP00000621133.1",
"transcript_support_level": null,
"aa_start": 93,
"aa_end": null,
"aa_length": 183,
"cds_start": 279,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951074.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.282-1273C>G",
"hgvs_p": null,
"transcript": "ENST00000647990.1",
"protein_id": "ENSP00000496798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": null,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647990.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"hgvs_c": "c.113-1273C>G",
"hgvs_p": null,
"transcript": "ENST00000648719.1",
"protein_id": "ENSP00000497633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": null,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648719.1"
}
],
"gene_symbol": "CSRP3",
"gene_hgnc_id": 2472,
"dbsnp": "rs45582433",
"frequency_reference_population": 0.003020699,
"hom_count_reference_population": 123,
"allele_count_reference_population": 4876,
"gnomad_exomes_af": 0.0016896,
"gnomad_genomes_af": 0.0157969,
"gnomad_exomes_ac": 2470,
"gnomad_genomes_ac": 2406,
"gnomad_exomes_homalt": 59,
"gnomad_genomes_homalt": 64,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0029513537883758545,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.1064,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.543,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001369404.1",
"gene_symbol": "CSRP3",
"hgnc_id": 2472,
"effects": [
"missense_variant"
],
"inheritance_mode": "SD,AD",
"hgvs_c": "c.143C>G",
"hgvs_p": "p.Pro48Arg"
}
],
"clinvar_disease": "CSRP3-related disorder,Cardiomyopathy,Cardiovascular phenotype,Dilated cardiomyopathy 1M,Hypertrophic cardiomyopathy 12,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:9",
"phenotype_combined": "not specified|Cardiovascular phenotype|not provided|Hypertrophic cardiomyopathy 12|Cardiomyopathy|Dilated cardiomyopathy 1M;Hypertrophic cardiomyopathy 12|CSRP3-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}