← 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-164508511-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=164508511&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 164508511,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_004490.3",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.967T>C",
"hgvs_p": "p.Cys323Arg",
"transcript": "NM_004490.3",
"protein_id": "NP_004481.2",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 540,
"cds_start": 967,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263915.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004490.3"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.967T>C",
"hgvs_p": "p.Cys323Arg",
"transcript": "ENST00000263915.8",
"protein_id": "ENSP00000263915.3",
"transcript_support_level": 1,
"aa_start": 323,
"aa_end": null,
"aa_length": 540,
"cds_start": 967,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004490.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263915.8"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.832T>C",
"hgvs_p": "p.Cys278Arg",
"transcript": "ENST00000446413.6",
"protein_id": "ENSP00000416786.2",
"transcript_support_level": 1,
"aa_start": 278,
"aa_end": null,
"aa_length": 414,
"cds_start": 832,
"cds_end": null,
"cds_length": 1247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446413.6"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.967T>C",
"hgvs_p": "p.Cys323Arg",
"transcript": "ENST00000943514.1",
"protein_id": "ENSP00000613573.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 593,
"cds_start": 967,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943514.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.1114T>C",
"hgvs_p": "p.Cys372Arg",
"transcript": "ENST00000943511.1",
"protein_id": "ENSP00000613570.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 589,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943511.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.967T>C",
"hgvs_p": "p.Cys323Arg",
"transcript": "ENST00000894024.1",
"protein_id": "ENSP00000564083.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 540,
"cds_start": 967,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894024.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.967T>C",
"hgvs_p": "p.Cys323Arg",
"transcript": "ENST00000911822.1",
"protein_id": "ENSP00000581881.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 522,
"cds_start": 967,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911822.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.892T>C",
"hgvs_p": "p.Cys298Arg",
"transcript": "ENST00000894027.1",
"protein_id": "ENSP00000564086.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 515,
"cds_start": 892,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894027.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.967T>C",
"hgvs_p": "p.Cys323Arg",
"transcript": "ENST00000894025.1",
"protein_id": "ENSP00000564084.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 513,
"cds_start": 967,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894025.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.832T>C",
"hgvs_p": "p.Cys278Arg",
"transcript": "ENST00000943512.1",
"protein_id": "ENSP00000613571.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 495,
"cds_start": 832,
"cds_end": null,
"cds_length": 1488,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943512.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.706T>C",
"hgvs_p": "p.Cys236Arg",
"transcript": "NM_001303422.2",
"protein_id": "NP_001290351.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 453,
"cds_start": 706,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303422.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.706T>C",
"hgvs_p": "p.Cys236Arg",
"transcript": "ENST00000696453.2",
"protein_id": "ENSP00000512640.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 453,
"cds_start": 706,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696453.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.367T>C",
"hgvs_p": "p.Cys123Arg",
"transcript": "XM_047444013.1",
"protein_id": "XP_047299969.1",
"transcript_support_level": null,
"aa_start": 123,
"aa_end": null,
"aa_length": 340,
"cds_start": 367,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444013.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.*9T>C",
"hgvs_p": null,
"transcript": "XM_047444014.1",
"protein_id": "XP_047299970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 336,
"cds_start": null,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444014.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.927+231T>C",
"hgvs_p": null,
"transcript": "ENST00000894026.1",
"protein_id": "ENSP00000564085.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": null,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894026.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.927+231T>C",
"hgvs_p": null,
"transcript": "ENST00000911821.1",
"protein_id": "ENSP00000581880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 481,
"cds_start": null,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911821.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.817-6176T>C",
"hgvs_p": null,
"transcript": "ENST00000943513.1",
"protein_id": "ENSP00000613572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 471,
"cds_start": null,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943513.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "n.1103T>C",
"hgvs_p": null,
"transcript": "ENST00000488342.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000488342.5"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "n.1193T>C",
"hgvs_p": null,
"transcript": "XR_427085.4",
"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": "XR_427085.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "c.*132T>C",
"hgvs_p": null,
"transcript": "XM_011511022.2",
"protein_id": "XP_011509324.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 312,
"cds_start": null,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011511022.2"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"hgvs_c": "n.*152T>C",
"hgvs_p": null,
"transcript": "ENST00000469573.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000469573.1"
}
],
"gene_symbol": "GRB14",
"gene_hgnc_id": 4565,
"dbsnp": "rs1203497960",
"frequency_reference_population": 0.0000037174168,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000273634,
"gnomad_genomes_af": 0.0000131392,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9416946172714233,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.785,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9049,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.485,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_004490.3",
"gene_symbol": "GRB14",
"hgnc_id": 4565,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.967T>C",
"hgvs_p": "p.Cys323Arg"
}
],
"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
}