← 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: 3-197681350-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=197681350&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 197681350,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001346873.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2209C>T",
"hgvs_p": "p.Arg737Trp",
"transcript": "NM_014687.4",
"protein_id": "NP_055502.1",
"transcript_support_level": null,
"aa_start": 737,
"aa_end": null,
"aa_length": 972,
"cds_start": 2209,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000296343.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014687.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2209C>T",
"hgvs_p": "p.Arg737Trp",
"transcript": "ENST00000296343.10",
"protein_id": "ENSP00000296343.5",
"transcript_support_level": 1,
"aa_start": 737,
"aa_end": null,
"aa_length": 972,
"cds_start": 2209,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014687.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296343.10"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.1558C>T",
"hgvs_p": "p.Arg520Trp",
"transcript": "ENST00000415452.5",
"protein_id": "ENSP00000409618.1",
"transcript_support_level": 1,
"aa_start": 520,
"aa_end": null,
"aa_length": 679,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415452.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2326C>T",
"hgvs_p": "p.Arg776Trp",
"transcript": "NM_001346873.2",
"protein_id": "NP_001333802.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2326,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346873.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2326C>T",
"hgvs_p": "p.Arg776Trp",
"transcript": "ENST00000707076.1",
"protein_id": "ENSP00000516727.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2326,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000707076.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2284C>T",
"hgvs_p": "p.Arg762Trp",
"transcript": "ENST00000854678.1",
"protein_id": "ENSP00000524737.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 997,
"cds_start": 2284,
"cds_end": null,
"cds_length": 2994,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000854678.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2206C>T",
"hgvs_p": "p.Arg736Trp",
"transcript": "ENST00000935231.1",
"protein_id": "ENSP00000605290.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 971,
"cds_start": 2206,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935231.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2092C>T",
"hgvs_p": "p.Arg698Trp",
"transcript": "ENST00000413360.5",
"protein_id": "ENSP00000405115.1",
"transcript_support_level": 5,
"aa_start": 698,
"aa_end": null,
"aa_length": 933,
"cds_start": 2092,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413360.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2074C>T",
"hgvs_p": "p.Arg692Trp",
"transcript": "NM_001145642.5",
"protein_id": "NP_001139114.1",
"transcript_support_level": null,
"aa_start": 692,
"aa_end": null,
"aa_length": 927,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145642.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2074C>T",
"hgvs_p": "p.Arg692Trp",
"transcript": "ENST00000273582.9",
"protein_id": "ENSP00000273582.5",
"transcript_support_level": 5,
"aa_start": 692,
"aa_end": null,
"aa_length": 927,
"cds_start": 2074,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000273582.9"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2329C>T",
"hgvs_p": "p.Arg777Trp",
"transcript": "XM_006713827.4",
"protein_id": "XP_006713890.1",
"transcript_support_level": null,
"aa_start": 777,
"aa_end": null,
"aa_length": 1012,
"cds_start": 2329,
"cds_end": null,
"cds_length": 3039,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713827.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2284C>T",
"hgvs_p": "p.Arg762Trp",
"transcript": "XM_006713828.4",
"protein_id": "XP_006713891.1",
"transcript_support_level": null,
"aa_start": 762,
"aa_end": null,
"aa_length": 997,
"cds_start": 2284,
"cds_end": null,
"cds_length": 2994,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713828.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2266C>T",
"hgvs_p": "p.Arg756Trp",
"transcript": "XM_047449268.1",
"protein_id": "XP_047305224.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 991,
"cds_start": 2266,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449268.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.2254C>T",
"hgvs_p": "p.Arg752Trp",
"transcript": "XM_005269374.4",
"protein_id": "XP_005269431.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 987,
"cds_start": 2254,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005269374.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.1828C>T",
"hgvs_p": "p.Arg610Trp",
"transcript": "XM_006713831.5",
"protein_id": "XP_006713894.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 845,
"cds_start": 1828,
"cds_end": null,
"cds_length": 2538,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006713831.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"hgvs_c": "c.1783C>T",
"hgvs_p": "p.Arg595Trp",
"transcript": "XM_017007543.2",
"protein_id": "XP_016863032.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 830,
"cds_start": 1783,
"cds_end": null,
"cds_length": 2493,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007543.2"
}
],
"gene_symbol": "RUBCN",
"gene_hgnc_id": 28991,
"dbsnp": "rs770720829",
"frequency_reference_population": 0.00001923349,
"hom_count_reference_population": 0,
"allele_count_reference_population": 31,
"gnomad_exomes_af": 0.0000137024,
"gnomad_genomes_af": 0.0000722857,
"gnomad_exomes_ac": 20,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9283297657966614,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.885,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.964,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.039,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001346873.2",
"gene_symbol": "RUBCN",
"hgnc_id": 28991,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2326C>T",
"hgvs_p": "p.Arg776Trp"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}