← 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: 6-2833748-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=2833748&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 2833748,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_030666.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "NM_030666.4",
"protein_id": "NP_109591.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380739.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030666.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000380739.6",
"protein_id": "ENSP00000370115.5",
"transcript_support_level": 1,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030666.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380739.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000878907.1",
"protein_id": "ENSP00000548966.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878907.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000878908.1",
"protein_id": "ENSP00000548967.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878908.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000878910.1",
"protein_id": "ENSP00000548969.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878910.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000878911.1",
"protein_id": "ENSP00000548970.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878911.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000878912.1",
"protein_id": "ENSP00000548971.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878912.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000878913.1",
"protein_id": "ENSP00000548972.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878913.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000878914.1",
"protein_id": "ENSP00000548973.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878914.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000915893.1",
"protein_id": "ENSP00000585952.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915893.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "ENST00000952270.1",
"protein_id": "ENSP00000622329.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952270.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Ala327Thr",
"transcript": "ENST00000878906.1",
"protein_id": "ENSP00000548965.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 372,
"cds_start": 979,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878906.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.979G>A",
"hgvs_p": "p.Ala327Thr",
"transcript": "ENST00000952269.1",
"protein_id": "ENSP00000622328.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 372,
"cds_start": 979,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952269.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.967G>A",
"hgvs_p": "p.Ala323Thr",
"transcript": "ENST00000878915.1",
"protein_id": "ENSP00000548974.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 368,
"cds_start": 967,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878915.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.862G>A",
"hgvs_p": "p.Ala288Thr",
"transcript": "ENST00000878909.1",
"protein_id": "ENSP00000548968.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 333,
"cds_start": 862,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878909.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "XM_011514333.2",
"protein_id": "XP_011512635.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514333.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr",
"transcript": "XM_011514334.3",
"protein_id": "XP_011512636.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 379,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1140,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514334.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.853G>A",
"hgvs_p": "p.Ala285Thr",
"transcript": "XM_011514335.3",
"protein_id": "XP_011512637.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 330,
"cds_start": 853,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514335.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "c.853G>A",
"hgvs_p": "p.Ala285Thr",
"transcript": "XM_047418269.1",
"protein_id": "XP_047274225.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 330,
"cds_start": 853,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418269.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "n.1192G>A",
"hgvs_p": null,
"transcript": "NR_073111.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_073111.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "n.1056G>A",
"hgvs_p": null,
"transcript": "NR_073112.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_073112.2"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"hgvs_c": "n.262-49G>A",
"hgvs_p": null,
"transcript": "ENST00000468511.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000468511.5"
}
],
"gene_symbol": "SERPINB1",
"gene_hgnc_id": 3311,
"dbsnp": "rs1766406684",
"frequency_reference_population": 6.840778e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84078e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6628575325012207,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.577,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4535,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.991,
"phylop100way_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_030666.4",
"gene_symbol": "SERPINB1",
"hgnc_id": 3311,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1000G>A",
"hgvs_p": "p.Ala334Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}