← 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-186625505-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=186625505&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 186625505,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_002210.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "NM_002210.5",
"protein_id": "NP_002201.2",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1048,
"cds_start": 441,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "ENST00000261023.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "ENST00000261023.8",
"protein_id": "ENSP00000261023.3",
"transcript_support_level": 1,
"aa_start": 147,
"aa_end": null,
"aa_length": 1048,
"cds_start": 441,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "NM_002210.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "ENST00000374907.7",
"protein_id": "ENSP00000364042.3",
"transcript_support_level": 1,
"aa_start": 147,
"aa_end": null,
"aa_length": 1012,
"cds_start": 441,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 700,
"cdna_end": null,
"cdna_length": 6903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "ENST00000696906.1",
"protein_id": "ENSP00000512967.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1044,
"cds_start": 441,
"cds_end": null,
"cds_length": 3135,
"cdna_start": 770,
"cdna_end": null,
"cdna_length": 3721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "ENST00000696913.1",
"protein_id": "ENSP00000512974.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1021,
"cds_start": 441,
"cds_end": null,
"cds_length": 3066,
"cdna_start": 711,
"cdna_end": null,
"cdna_length": 6939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "NM_001145000.3",
"protein_id": "NP_001138472.2",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1012,
"cds_start": 441,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 6931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "ENST00000696912.1",
"protein_id": "ENSP00000512973.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1012,
"cds_start": 441,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 711,
"cdna_end": null,
"cdna_length": 6912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "ENST00000696911.1",
"protein_id": "ENSP00000512972.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 1010,
"cds_start": 441,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 711,
"cdna_end": null,
"cdna_length": 6898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.303G>A",
"hgvs_p": "p.Glu101Glu",
"transcript": "NM_001144999.3",
"protein_id": "NP_001138471.2",
"transcript_support_level": null,
"aa_start": 101,
"aa_end": null,
"aa_length": 1002,
"cds_start": 303,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 6748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.303G>A",
"hgvs_p": "p.Glu101Glu",
"transcript": "ENST00000433736.6",
"protein_id": "ENSP00000404291.2",
"transcript_support_level": 2,
"aa_start": 101,
"aa_end": null,
"aa_length": 1002,
"cds_start": 303,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 3288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu",
"transcript": "ENST00000696910.1",
"protein_id": "ENSP00000512971.1",
"transcript_support_level": null,
"aa_start": 147,
"aa_end": null,
"aa_length": 974,
"cds_start": 441,
"cds_end": null,
"cds_length": 2925,
"cdna_start": 711,
"cdna_end": null,
"cdna_length": 6789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.441G>A",
"hgvs_p": null,
"transcript": "ENST00000696908.1",
"protein_id": "ENSP00000512969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.441G>A",
"hgvs_p": null,
"transcript": "ENST00000696914.1",
"protein_id": "ENSP00000512975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.450G>A",
"hgvs_p": null,
"transcript": "ENST00000696915.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.711G>A",
"hgvs_p": null,
"transcript": "ENST00000696936.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2525,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.441G>A",
"hgvs_p": null,
"transcript": "ENST00000696937.1",
"protein_id": "ENSP00000512982.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.408+3075G>A",
"hgvs_p": null,
"transcript": "ENST00000696909.1",
"protein_id": "ENSP00000512970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 989,
"cds_start": -4,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.408+3075G>A",
"hgvs_p": null,
"transcript": "ENST00000696907.1",
"protein_id": "ENSP00000512968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 953,
"cds_start": -4,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"dbsnp": "rs114767222",
"frequency_reference_population": 0.0014919363,
"hom_count_reference_population": 34,
"allele_count_reference_population": 2408,
"gnomad_exomes_af": 0.000794954,
"gnomad_genomes_af": 0.00818176,
"gnomad_exomes_ac": 1162,
"gnomad_genomes_ac": 1246,
"gnomad_exomes_homalt": 16,
"gnomad_genomes_homalt": 18,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6600000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.197,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002210.5",
"gene_symbol": "ITGAV",
"hgnc_id": 6150,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.441G>A",
"hgvs_p": "p.Glu147Glu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}