← 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-80745013-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=80745013&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 80745013,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001350120.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"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.2137C>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "NM_006379.5",
"protein_id": "NP_006370.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2399,
"cdna_end": null,
"cdna_length": 4874,
"mane_select": "ENST00000265361.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006379.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2137C>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "ENST00000265361.8",
"protein_id": "ENSP00000265361.3",
"transcript_support_level": 1,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2399,
"cdna_end": null,
"cdna_length": 4874,
"mane_select": "NM_006379.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265361.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2311C>G",
"hgvs_p": "p.Arg771Gly",
"transcript": "ENST00000953788.1",
"protein_id": "ENSP00000623847.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 809,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2430,
"cdna_start": 2887,
"cdna_end": null,
"cdna_length": 5360,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953788.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2254C>G",
"hgvs_p": "p.Arg752Gly",
"transcript": "ENST00000953787.1",
"protein_id": "ENSP00000623846.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 790,
"cds_start": 2254,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 2407,
"cdna_end": null,
"cdna_length": 4882,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953787.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2191C>G",
"hgvs_p": "p.Arg731Gly",
"transcript": "NM_001350120.2",
"protein_id": "NP_001337049.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 769,
"cds_start": 2191,
"cds_end": null,
"cds_length": 2310,
"cdna_start": 2300,
"cdna_end": null,
"cdna_length": 4775,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350120.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2146C>G",
"hgvs_p": "p.Arg716Gly",
"transcript": "ENST00000878448.1",
"protein_id": "ENSP00000548507.1",
"transcript_support_level": null,
"aa_start": 716,
"aa_end": null,
"aa_length": 754,
"cds_start": 2146,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 2408,
"cdna_end": null,
"cdna_length": 4883,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878448.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2137C>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "ENST00000419255.6",
"protein_id": "ENSP00000411193.2",
"transcript_support_level": 2,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2270,
"cdna_end": null,
"cdna_length": 2415,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419255.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2137C>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "ENST00000878446.1",
"protein_id": "ENSP00000548505.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2728,
"cdna_end": null,
"cdna_length": 5203,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878446.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2137C>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "ENST00000878449.1",
"protein_id": "ENSP00000548508.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2520,
"cdna_end": null,
"cdna_length": 4995,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878449.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2137C>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "ENST00000953794.1",
"protein_id": "ENSP00000623853.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2572,
"cdna_end": null,
"cdna_length": 5044,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953794.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2137C>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "ENST00000953795.1",
"protein_id": "ENSP00000623854.1",
"transcript_support_level": null,
"aa_start": 713,
"aa_end": null,
"aa_length": 751,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 2207,
"cdna_end": null,
"cdna_length": 4680,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953795.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2134C>G",
"hgvs_p": "p.Arg712Gly",
"transcript": "ENST00000953790.1",
"protein_id": "ENSP00000623849.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 750,
"cds_start": 2134,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 2436,
"cdna_end": null,
"cdna_length": 4910,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953790.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2131C>G",
"hgvs_p": "p.Arg711Gly",
"transcript": "ENST00000953789.1",
"protein_id": "ENSP00000623848.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 749,
"cds_start": 2131,
"cds_end": null,
"cds_length": 2250,
"cdna_start": 2513,
"cdna_end": null,
"cdna_length": 4988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953789.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2098C>G",
"hgvs_p": "p.Arg700Gly",
"transcript": "ENST00000953792.1",
"protein_id": "ENSP00000623851.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 738,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 2342,
"cdna_end": null,
"cdna_length": 4816,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953792.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.2017C>G",
"hgvs_p": "p.Arg673Gly",
"transcript": "ENST00000953793.1",
"protein_id": "ENSP00000623852.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 711,
"cds_start": 2017,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 2259,
"cdna_end": null,
"cdna_length": 4732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953793.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.1963C>G",
"hgvs_p": "p.Arg655Gly",
"transcript": "NM_001350121.2",
"protein_id": "NP_001337050.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 693,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2082,
"cdna_start": 2487,
"cdna_end": null,
"cdna_length": 4962,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350121.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.1879C>G",
"hgvs_p": "p.Arg627Gly",
"transcript": "ENST00000953791.1",
"protein_id": "ENSP00000623850.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 665,
"cds_start": 1879,
"cds_end": null,
"cds_length": 1998,
"cdna_start": 2142,
"cdna_end": null,
"cdna_length": 4617,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953791.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"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.1702C>G",
"hgvs_p": "p.Arg568Gly",
"transcript": "ENST00000878447.1",
"protein_id": "ENSP00000548506.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 606,
"cds_start": 1702,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 2045,
"cdna_end": null,
"cdna_length": 4520,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878447.1"
}
],
"gene_symbol": "SEMA3C",
"gene_hgnc_id": 10725,
"dbsnp": "rs199571544",
"frequency_reference_population": 0.0000074354416,
"hom_count_reference_population": 0,
"allele_count_reference_population": 12,
"gnomad_exomes_af": 0.00000684088,
"gnomad_genomes_af": 0.0000131499,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16794314980506897,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.086,
"revel_prediction": "Benign",
"alphamissense_score": 0.1927,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.872,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001350120.2",
"gene_symbol": "SEMA3C",
"hgnc_id": 10725,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2191C>G",
"hgvs_p": "p.Arg731Gly"
}
],
"clinvar_disease": "SEMA3C-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "SEMA3C-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}