← 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: 9-131069730-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=131069730&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 131069730,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_006059.4",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp",
"transcript": "NM_006059.4",
"protein_id": "NP_006050.3",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1575,
"cds_start": 2949,
"cds_end": null,
"cds_length": 4728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000361069.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006059.4"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp",
"transcript": "ENST00000361069.9",
"protein_id": "ENSP00000354360.4",
"transcript_support_level": 2,
"aa_start": 983,
"aa_end": null,
"aa_length": 1575,
"cds_start": 2949,
"cds_end": null,
"cds_length": 4728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006059.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361069.9"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp",
"transcript": "ENST00000868026.1",
"protein_id": "ENSP00000538085.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1581,
"cds_start": 2949,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868026.1"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp",
"transcript": "ENST00000955224.1",
"protein_id": "ENSP00000625283.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1573,
"cds_start": 2949,
"cds_end": null,
"cds_length": 4722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955224.1"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp",
"transcript": "ENST00000955225.1",
"protein_id": "ENSP00000625284.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1567,
"cds_start": 2949,
"cds_end": null,
"cds_length": 4704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955225.1"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2850C>G",
"hgvs_p": "p.Cys950Trp",
"transcript": "ENST00000955223.1",
"protein_id": "ENSP00000625282.1",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 1542,
"cds_start": 2850,
"cds_end": null,
"cds_length": 4629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955223.1"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2640C>G",
"hgvs_p": "p.Cys880Trp",
"transcript": "ENST00000940484.1",
"protein_id": "ENSP00000610543.1",
"transcript_support_level": null,
"aa_start": 880,
"aa_end": null,
"aa_length": 1472,
"cds_start": 2640,
"cds_end": null,
"cds_length": 4419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940484.1"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp",
"transcript": "XM_011518121.2",
"protein_id": "XP_011516423.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1581,
"cds_start": 2949,
"cds_end": null,
"cds_length": 4746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518121.2"
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp",
"transcript": "XM_006716921.3",
"protein_id": "XP_006716984.1",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 1259,
"cds_start": 2949,
"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": "XM_006716921.3"
}
],
"gene_symbol": "LAMC3",
"gene_hgnc_id": 6494,
"dbsnp": "rs373660982",
"frequency_reference_population": 0.000008276204,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.0000082762,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9934167861938477,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.823,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9018,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.42,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.361,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PP3_Strong"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006059.4",
"gene_symbol": "LAMC3",
"hgnc_id": 6494,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2949C>G",
"hgvs_p": "p.Cys983Trp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}