← 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-186602122-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=186602122&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 186602122,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_002210.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "NM_002210.5",
"protein_id": "NP_002201.2",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 1048,
"cds_start": 287,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 570,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "ENST00000261023.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000261023.8",
"protein_id": "ENSP00000261023.3",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 1048,
"cds_start": 287,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 570,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "NM_002210.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000374907.7",
"protein_id": "ENSP00000364042.3",
"transcript_support_level": 1,
"aa_start": 96,
"aa_end": null,
"aa_length": 1012,
"cds_start": 287,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 546,
"cdna_end": null,
"cdna_length": 6903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000696906.1",
"protein_id": "ENSP00000512967.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 1044,
"cds_start": 287,
"cds_end": null,
"cds_length": 3135,
"cdna_start": 616,
"cdna_end": null,
"cdna_length": 3721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000696913.1",
"protein_id": "ENSP00000512974.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 1021,
"cds_start": 287,
"cds_end": null,
"cds_length": 3066,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 6939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "NM_001145000.3",
"protein_id": "NP_001138472.2",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 1012,
"cds_start": 287,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 570,
"cdna_end": null,
"cdna_length": 6931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000696912.1",
"protein_id": "ENSP00000512973.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 1012,
"cds_start": 287,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 6912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000696911.1",
"protein_id": "ENSP00000512972.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 1010,
"cds_start": 287,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 6898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.149G>A",
"hgvs_p": "p.Arg50Gln",
"transcript": "NM_001144999.3",
"protein_id": "NP_001138471.2",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 1002,
"cds_start": 149,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 279,
"cdna_end": null,
"cdna_length": 6748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.149G>A",
"hgvs_p": "p.Arg50Gln",
"transcript": "ENST00000433736.6",
"protein_id": "ENSP00000404291.2",
"transcript_support_level": 2,
"aa_start": 50,
"aa_end": null,
"aa_length": 1002,
"cds_start": 149,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 279,
"cdna_end": null,
"cdna_length": 3288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000696909.1",
"protein_id": "ENSP00000512970.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 989,
"cds_start": 287,
"cds_end": null,
"cds_length": 2970,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000696910.1",
"protein_id": "ENSP00000512971.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 974,
"cds_start": 287,
"cds_end": null,
"cds_length": 2925,
"cdna_start": 557,
"cdna_end": null,
"cdna_length": 6789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln",
"transcript": "ENST00000696907.1",
"protein_id": "ENSP00000512968.1",
"transcript_support_level": null,
"aa_start": 96,
"aa_end": null,
"aa_length": 953,
"cds_start": 287,
"cds_end": null,
"cds_length": 2862,
"cdna_start": 592,
"cdna_end": null,
"cdna_length": 6770,
"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": 2,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.287G>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": 2,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.287G>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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.296G>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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.56G>A",
"hgvs_p": null,
"transcript": "ENST00000696916.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": 1416,
"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": 2,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.557G>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": 2,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"hgvs_c": "n.287G>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
}
],
"gene_symbol": "ITGAV",
"gene_hgnc_id": 6150,
"dbsnp": "rs201909609",
"frequency_reference_population": 0.00003226431,
"hom_count_reference_population": 0,
"allele_count_reference_population": 52,
"gnomad_exomes_af": 0.0000253516,
"gnomad_genomes_af": 0.0000985442,
"gnomad_exomes_ac": 37,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01976865530014038,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.182,
"revel_prediction": "Benign",
"alphamissense_score": 0.0664,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.559,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_002210.5",
"gene_symbol": "ITGAV",
"hgnc_id": 6150,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.287G>A",
"hgvs_p": "p.Arg96Gln"
}
],
"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
}