← 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-38710307-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=38710307&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 38710307,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000252699.7",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.784T>C",
"hgvs_p": "p.Ser262Pro",
"transcript": "NM_004924.6",
"protein_id": "NP_004915.2",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 911,
"cds_start": 784,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 4990,
"mane_select": "ENST00000252699.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.784T>C",
"hgvs_p": "p.Ser262Pro",
"transcript": "ENST00000252699.7",
"protein_id": "ENSP00000252699.2",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 911,
"cds_start": 784,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 4990,
"mane_select": "NM_004924.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "n.881T>C",
"hgvs_p": null,
"transcript": "ENST00000588618.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 1729,
"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": 21,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.733+831T>C",
"hgvs_p": null,
"transcript": "ENST00000424234.7",
"protein_id": "ENSP00000411187.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": -4,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2923,
"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": 14,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.163-4162T>C",
"hgvs_p": null,
"transcript": "ENST00000390009.7",
"protein_id": "ENSP00000439497.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 692,
"cds_start": -4,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.784T>C",
"hgvs_p": "p.Ser262Pro",
"transcript": "NM_001440296.1",
"protein_id": "NP_001427225.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 933,
"cds_start": 784,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 3998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.784T>C",
"hgvs_p": "p.Ser262Pro",
"transcript": "NM_001440298.1",
"protein_id": "NP_001427227.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 906,
"cds_start": 784,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 881,
"cdna_end": null,
"cdna_length": 3917,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.643T>C",
"hgvs_p": "p.Ser215Pro",
"transcript": "ENST00000697712.1",
"protein_id": "ENSP00000513410.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 864,
"cds_start": 643,
"cds_end": null,
"cds_length": 2595,
"cdna_start": 643,
"cdna_end": null,
"cdna_length": 4752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.532T>C",
"hgvs_p": "p.Ser178Pro",
"transcript": "NM_001440299.1",
"protein_id": "NP_001427228.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 827,
"cds_start": 532,
"cds_end": null,
"cds_length": 2484,
"cdna_start": 924,
"cdna_end": null,
"cdna_length": 3975,
"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": 22,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.733+831T>C",
"hgvs_p": null,
"transcript": "NM_001440300.1",
"protein_id": "NP_001427229.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": -4,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3998,
"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": 21,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.733+831T>C",
"hgvs_p": null,
"transcript": "NM_001411143.1",
"protein_id": "NP_001398072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 911,
"cds_start": -4,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4990,
"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": 21,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.733+831T>C",
"hgvs_p": null,
"transcript": "NM_001322033.2",
"protein_id": "NP_001308962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": -4,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4975,
"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": 21,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.733+831T>C",
"hgvs_p": null,
"transcript": "ENST00000440400.3",
"protein_id": "ENSP00000398393.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": -4,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4975,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"hgvs_c": "c.283+9593T>C",
"hgvs_p": null,
"transcript": "ENST00000589528.1",
"protein_id": "ENSP00000467190.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 104,
"cds_start": -4,
"cds_end": null,
"cds_length": 315,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000298338",
"gene_hgnc_id": null,
"hgvs_c": "n.201-8143A>G",
"hgvs_p": null,
"transcript": "ENST00000754980.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC107985291",
"gene_hgnc_id": null,
"hgvs_c": "n.170-8143A>G",
"hgvs_p": null,
"transcript": "XR_001753937.2",
"protein_id": null,
"transcript_support_level": null,
"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": 410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ACTN4",
"gene_hgnc_id": 166,
"dbsnp": "rs121908417",
"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.9904541969299316,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.957,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9993,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.52,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.835,
"phylop100way_prediction": "Pathogenic",
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM1",
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000252699.7",
"gene_symbol": "ACTN4",
"hgnc_id": 166,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.784T>C",
"hgvs_p": "p.Ser262Pro"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000754980.1",
"gene_symbol": "ENSG00000298338",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.201-8143A>G",
"hgvs_p": null
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "XR_001753937.2",
"gene_symbol": "LOC107985291",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.170-8143A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Focal segmental glomerulosclerosis 1",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Focal segmental glomerulosclerosis 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}