← 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: 1-183186353-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=183186353&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 183186353,
"ref": "A",
"alt": "G",
"effect": "start_lost",
"transcript": "NM_005562.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "NM_005562.3",
"protein_id": "NP_005553.2",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1193,
"cds_start": 1,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264144.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005562.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000264144.5",
"protein_id": "ENSP00000264144.4",
"transcript_support_level": 1,
"aa_start": 1,
"aa_end": null,
"aa_length": 1193,
"cds_start": 1,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005562.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264144.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000493293.5",
"protein_id": "ENSP00000432063.1",
"transcript_support_level": 1,
"aa_start": 1,
"aa_end": null,
"aa_length": 1111,
"cds_start": 1,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493293.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000914499.1",
"protein_id": "ENSP00000584558.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1201,
"cds_start": 1,
"cds_end": null,
"cds_length": 3606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914499.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000878927.1",
"protein_id": "ENSP00000548986.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1152,
"cds_start": 1,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878927.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000878928.1",
"protein_id": "ENSP00000548987.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1151,
"cds_start": 1,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878928.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000878925.1",
"protein_id": "ENSP00000548984.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1130,
"cds_start": 1,
"cds_end": null,
"cds_length": 3393,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878925.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000971656.1",
"protein_id": "ENSP00000641715.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1120,
"cds_start": 1,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971656.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "NM_018891.3",
"protein_id": "NP_061486.2",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1111,
"cds_start": 1,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018891.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000878926.1",
"protein_id": "ENSP00000548985.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1111,
"cds_start": 1,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878926.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000914498.1",
"protein_id": "ENSP00000584557.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914498.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000971655.1",
"protein_id": "ENSP00000641714.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1048,
"cds_start": 1,
"cds_end": null,
"cds_length": 3147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971655.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "ENST00000971657.1",
"protein_id": "ENSP00000641716.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1010,
"cds_start": 1,
"cds_end": null,
"cds_length": 3033,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971657.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_047420358.1",
"protein_id": "XP_047276314.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1191,
"cds_start": 1,
"cds_end": null,
"cds_length": 3576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420358.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_047420361.1",
"protein_id": "XP_047276317.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 1182,
"cds_start": 1,
"cds_end": null,
"cds_length": 3549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420361.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"start_lost"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?",
"transcript": "XM_017001273.2",
"protein_id": "XP_016856762.1",
"transcript_support_level": null,
"aa_start": 1,
"aa_end": null,
"aa_length": 742,
"cds_start": 1,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001273.2"
}
],
"gene_symbol": "LAMC2",
"gene_hgnc_id": 6493,
"dbsnp": "rs886045625",
"frequency_reference_population": 0.0000013814425,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000138144,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.959804356098175,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.216,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.266,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_005562.3",
"gene_symbol": "LAMC2",
"hgnc_id": 6493,
"effects": [
"start_lost"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1A>G",
"hgvs_p": "p.Met1?"
}
],
"clinvar_disease": " intermediate, junctional 3A, junctional 3B, severe,Epidermolysis bullosa,Junctional epidermolysis bullosa,Junctional epidermolysis bullosa gravis of Herlitz",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:1",
"phenotype_combined": "Junctional epidermolysis bullosa|Junctional epidermolysis bullosa gravis of Herlitz|Epidermolysis bullosa, junctional 3A, intermediate;Epidermolysis bullosa, junctional 3B, severe",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}