← 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-186602143-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=186602143&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 186602143,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_002210.5",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "NM_002210.5",
"protein_id": "NP_002201.2",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 1048,
"cds_start": 308,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 591,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "ENST00000261023.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000261023.8",
"protein_id": "ENSP00000261023.3",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 1048,
"cds_start": 308,
"cds_end": null,
"cds_length": 3147,
"cdna_start": 591,
"cdna_end": null,
"cdna_length": 7039,
"mane_select": "NM_002210.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000374907.7",
"protein_id": "ENSP00000364042.3",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 1012,
"cds_start": 308,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 567,
"cdna_end": null,
"cdna_length": 6903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000696906.1",
"protein_id": "ENSP00000512967.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 1044,
"cds_start": 308,
"cds_end": null,
"cds_length": 3135,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 3721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000696913.1",
"protein_id": "ENSP00000512974.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 1021,
"cds_start": 308,
"cds_end": null,
"cds_length": 3066,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 6939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "NM_001145000.3",
"protein_id": "NP_001138472.2",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 1012,
"cds_start": 308,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 591,
"cdna_end": null,
"cdna_length": 6931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000696912.1",
"protein_id": "ENSP00000512973.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 1012,
"cds_start": 308,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 6912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000696911.1",
"protein_id": "ENSP00000512972.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 1010,
"cds_start": 308,
"cds_end": null,
"cds_length": 3033,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 6898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "NM_001144999.3",
"protein_id": "NP_001138471.2",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 1002,
"cds_start": 170,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 6748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.170A>G",
"hgvs_p": "p.Asp57Gly",
"transcript": "ENST00000433736.6",
"protein_id": "ENSP00000404291.2",
"transcript_support_level": 2,
"aa_start": 57,
"aa_end": null,
"aa_length": 1002,
"cds_start": 170,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 300,
"cdna_end": null,
"cdna_length": 3288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000696909.1",
"protein_id": "ENSP00000512970.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 989,
"cds_start": 308,
"cds_end": null,
"cds_length": 2970,
"cdna_start": 584,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000696910.1",
"protein_id": "ENSP00000512971.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 974,
"cds_start": 308,
"cds_end": null,
"cds_length": 2925,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 6789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.308A>G",
"hgvs_p": "p.Asp103Gly",
"transcript": "ENST00000696907.1",
"protein_id": "ENSP00000512968.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 953,
"cds_start": 308,
"cds_end": null,
"cds_length": 2862,
"cdna_start": 613,
"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.308A>G",
"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.308A>G",
"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.317A>G",
"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.77A>G",
"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.578A>G",
"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.308A>G",
"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": "rs1430725633",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7987766265869141,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.345,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9686,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.04,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 6.054,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002210.5",
"gene_symbol": "ITGAV",
"hgnc_id": 6150,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.308A>G",
"hgvs_p": "p.Asp103Gly"
}
],
"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
}