← 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: 7-80745012-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=80745012&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 80745012,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001350120.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713Gln",
"transcript": "NM_006379.5",
"protein_id": "NP_006370.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265361.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006379.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713Gln",
"transcript": "ENST00000265361.8",
"protein_id": "ENSP00000265361.3",
"transcript_support_level": 1,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006379.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265361.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2312G>A",
"hgvs_p": "p.Arg771Gln",
"transcript": "ENST00000953788.1",
"protein_id": "ENSP00000623847.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 809,
"cds_start": 2312,
"cds_end": null,
"cds_length": 2430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953788.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2255G>A",
"hgvs_p": "p.Arg752Gln",
"transcript": "ENST00000953787.1",
"protein_id": "ENSP00000623846.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 790,
"cds_start": 2255,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953787.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2192G>A",
"hgvs_p": "p.Arg731Gln",
"transcript": "NM_001350120.2",
"protein_id": "NP_001337049.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 769,
"cds_start": 2192,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350120.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2147G>A",
"hgvs_p": "p.Arg716Gln",
"transcript": "ENST00000878448.1",
"protein_id": "ENSP00000548507.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 754,
"cds_start": 2147,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878448.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713Gln",
"transcript": "ENST00000419255.6",
"protein_id": "ENSP00000411193.2",
"transcript_support_level": 2,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419255.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713Gln",
"transcript": "ENST00000878446.1",
"protein_id": "ENSP00000548505.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878446.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713Gln",
"transcript": "ENST00000878449.1",
"protein_id": "ENSP00000548508.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878449.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713Gln",
"transcript": "ENST00000953794.1",
"protein_id": "ENSP00000623853.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953794.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2138G>A",
"hgvs_p": "p.Arg713Gln",
"transcript": "ENST00000953795.1",
"protein_id": "ENSP00000623854.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2138,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953795.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2135G>A",
"hgvs_p": "p.Arg712Gln",
"transcript": "ENST00000953790.1",
"protein_id": "ENSP00000623849.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 750,
"cds_start": 2135,
"cds_end": null,
"cds_length": 2253,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953790.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2132G>A",
"hgvs_p": "p.Arg711Gln",
"transcript": "ENST00000953789.1",
"protein_id": "ENSP00000623848.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 749,
"cds_start": 2132,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953789.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2099G>A",
"hgvs_p": "p.Arg700Gln",
"transcript": "ENST00000953792.1",
"protein_id": "ENSP00000623851.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 738,
"cds_start": 2099,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953792.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.2018G>A",
"hgvs_p": "p.Arg673Gln",
"transcript": "ENST00000953793.1",
"protein_id": "ENSP00000623852.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 711,
"cds_start": 2018,
"cds_end": null,
"cds_length": 2136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953793.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.1964G>A",
"hgvs_p": "p.Arg655Gln",
"transcript": "NM_001350121.2",
"protein_id": "NP_001337050.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 693,
"cds_start": 1964,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350121.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.1880G>A",
"hgvs_p": "p.Arg627Gln",
"transcript": "ENST00000953791.1",
"protein_id": "ENSP00000623850.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 665,
"cds_start": 1880,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953791.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"hgvs_c": "c.1703G>A",
"hgvs_p": "p.Arg568Gln",
"transcript": "ENST00000878447.1",
"protein_id": "ENSP00000548506.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 606,
"cds_start": 1703,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878447.1"
}
],
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"dbsnp": "rs536937172",
"frequency_reference_population": 0.00002106518,
"hom_count_reference_population": 1,
"allele_count_reference_population": 34,
"gnomad_exomes_af": 0.0000205226,
"gnomad_genomes_af": 0.0000262753,
"gnomad_exomes_ac": 30,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.12223732471466064,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.103,
"revel_prediction": "Benign",
"alphamissense_score": 0.0917,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.4,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001350120.2",
"gene_symbol": "SEMA3C",
"hgnc_id": 10725,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2192G>A",
"hgvs_p": "p.Arg731Gln"
}
],
"clinvar_disease": "SEMA3C-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "SEMA3C-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}