← 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: 2-188995767-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=188995767&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 188995767,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000090.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "NM_000090.4",
"protein_id": "NP_000081.2",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1466,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000304636.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000090.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000304636.9",
"protein_id": "ENSP00000304408.4",
"transcript_support_level": 1,
"aa_start": 529,
"aa_end": null,
"aa_length": 1466,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000090.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304636.9"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1486G>A",
"hgvs_p": "p.Val496Ile",
"transcript": "ENST00000450867.2",
"protein_id": "ENSP00000415346.2",
"transcript_support_level": 1,
"aa_start": 496,
"aa_end": null,
"aa_length": 1433,
"cds_start": 1486,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450867.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1576G>A",
"hgvs_p": "p.Val526Ile",
"transcript": "ENST00000879201.1",
"protein_id": "ENSP00000549260.1",
"transcript_support_level": null,
"aa_start": 526,
"aa_end": null,
"aa_length": 1463,
"cds_start": 1576,
"cds_end": null,
"cds_length": 4392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879201.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1540G>A",
"hgvs_p": "p.Val514Ile",
"transcript": "ENST00000879198.1",
"protein_id": "ENSP00000549257.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 1451,
"cds_start": 1540,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879198.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1534G>A",
"hgvs_p": "p.Val512Ile",
"transcript": "ENST00000879194.1",
"protein_id": "ENSP00000549253.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 1449,
"cds_start": 1534,
"cds_end": null,
"cds_length": 4350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879194.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000879200.1",
"protein_id": "ENSP00000549259.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1448,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879200.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000879202.1",
"protein_id": "ENSP00000549261.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1448,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879202.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1531G>A",
"hgvs_p": "p.Val511Ile",
"transcript": "ENST00000957918.1",
"protein_id": "ENSP00000627977.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 1448,
"cds_start": 1531,
"cds_end": null,
"cds_length": 4347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957918.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000879195.1",
"protein_id": "ENSP00000549254.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1433,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879195.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1477G>A",
"hgvs_p": "p.Val493Ile",
"transcript": "ENST00000879196.1",
"protein_id": "ENSP00000549255.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 1430,
"cds_start": 1477,
"cds_end": null,
"cds_length": 4293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879196.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000879197.1",
"protein_id": "ENSP00000549256.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1430,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879197.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000957916.1",
"protein_id": "ENSP00000627975.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1430,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957916.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000957917.1",
"protein_id": "ENSP00000627976.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1426,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957917.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000879203.1",
"protein_id": "ENSP00000549262.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1425,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879203.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1441G>A",
"hgvs_p": "p.Val481Ile",
"transcript": "ENST00000879199.1",
"protein_id": "ENSP00000549258.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 1418,
"cds_start": 1441,
"cds_end": null,
"cds_length": 4257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879199.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000713745.1",
"protein_id": "ENSP00000519049.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1415,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713745.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile",
"transcript": "ENST00000713744.1",
"protein_id": "ENSP00000519048.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 1412,
"cds_start": 1585,
"cds_end": null,
"cds_length": 4239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713744.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR3606",
"gene_hgnc_id": 38881,
"hgvs_c": "n.*75G>A",
"hgvs_p": null,
"transcript": "ENST00000637672.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "miRNA",
"feature": "ENST00000637672.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR3606",
"gene_hgnc_id": 38881,
"hgvs_c": "n.*75G>A",
"hgvs_p": null,
"transcript": "NR_037401.1",
"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_037401.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR3606",
"gene_hgnc_id": 38881,
"hgvs_c": "n.*102G>A",
"hgvs_p": null,
"transcript": "unassigned_transcript_523",
"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": "miRNA",
"feature": "unassigned_transcript_523"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR3606",
"gene_hgnc_id": 38881,
"hgvs_c": "n.*76G>A",
"hgvs_p": null,
"transcript": "unassigned_transcript_524",
"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": "miRNA",
"feature": "unassigned_transcript_524"
}
],
"gene_symbol": "COL3A1",
"gene_hgnc_id": 2201,
"dbsnp": "rs140257722",
"frequency_reference_population": 0.000071672934,
"hom_count_reference_population": 0,
"allele_count_reference_population": 112,
"gnomad_exomes_af": 0.0000723194,
"gnomad_genomes_af": 0.000065684,
"gnomad_exomes_ac": 102,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.028988748788833618,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.304,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0675,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.105,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM1,PP2,BP4_Strong",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 4,
"pathogenic_score": 3,
"criteria": [
"PM1",
"PP2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_000090.4",
"gene_symbol": "COL3A1",
"hgnc_id": 2201,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1585G>A",
"hgvs_p": "p.Val529Ile"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NR_037401.1",
"gene_symbol": "MIR3606",
"hgnc_id": 38881,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*75G>A",
"hgvs_p": null
}
],
"clinvar_disease": " type 4,Ehlers-Danlos syndrome,Familial thoracic aortic aneurysm and aortic dissection,Polymicrogyria with or without vascular-type Ehlers-Danlos syndrome,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:5 LB:1",
"phenotype_combined": "Ehlers-Danlos syndrome, type 4|Familial thoracic aortic aneurysm and aortic dissection|not provided|Polymicrogyria with or without vascular-type Ehlers-Danlos syndrome;Ehlers-Danlos syndrome, type 4",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}