← 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: 6-117329351-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=117329351&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 117329351,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002944.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5326A>G",
"hgvs_p": "p.Thr1776Ala",
"transcript": "NM_001378902.1",
"protein_id": "NP_001365831.1",
"transcript_support_level": null,
"aa_start": 1776,
"aa_end": null,
"aa_length": 2341,
"cds_start": 5326,
"cds_end": null,
"cds_length": 7026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368507.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378902.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5326A>G",
"hgvs_p": "p.Thr1776Ala",
"transcript": "ENST00000368507.8",
"protein_id": "ENSP00000357493.3",
"transcript_support_level": 5,
"aa_start": 1776,
"aa_end": null,
"aa_length": 2341,
"cds_start": 5326,
"cds_end": null,
"cds_length": 7026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001378902.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368507.8"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5344A>G",
"hgvs_p": "p.Thr1782Ala",
"transcript": "ENST00000368508.7",
"protein_id": "ENSP00000357494.3",
"transcript_support_level": 1,
"aa_start": 1782,
"aa_end": null,
"aa_length": 2347,
"cds_start": 5344,
"cds_end": null,
"cds_length": 7044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368508.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000282218",
"gene_hgnc_id": null,
"hgvs_c": "c.548-7957A>G",
"hgvs_p": null,
"transcript": "ENST00000467125.1",
"protein_id": "ENSP00000487717.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 309,
"cds_start": null,
"cds_end": null,
"cds_length": 930,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000467125.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5371A>G",
"hgvs_p": "p.Thr1791Ala",
"transcript": "ENST00000957000.1",
"protein_id": "ENSP00000627059.1",
"transcript_support_level": null,
"aa_start": 1791,
"aa_end": null,
"aa_length": 2356,
"cds_start": 5371,
"cds_end": null,
"cds_length": 7071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957000.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5344A>G",
"hgvs_p": "p.Thr1782Ala",
"transcript": "NM_002944.3",
"protein_id": "NP_002935.2",
"transcript_support_level": null,
"aa_start": 1782,
"aa_end": null,
"aa_length": 2347,
"cds_start": 5344,
"cds_end": null,
"cds_length": 7044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002944.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5332A>G",
"hgvs_p": "p.Thr1778Ala",
"transcript": "NM_001378891.1",
"protein_id": "NP_001365820.1",
"transcript_support_level": null,
"aa_start": 1778,
"aa_end": null,
"aa_length": 2343,
"cds_start": 5332,
"cds_end": null,
"cds_length": 7032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378891.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5197A>G",
"hgvs_p": "p.Thr1733Ala",
"transcript": "ENST00000956999.1",
"protein_id": "ENSP00000627058.1",
"transcript_support_level": null,
"aa_start": 1733,
"aa_end": null,
"aa_length": 2298,
"cds_start": 5197,
"cds_end": null,
"cds_length": 6897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956999.1"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.265A>G",
"hgvs_p": "p.Thr89Ala",
"transcript": "ENST00000403284.2",
"protein_id": "ENSP00000384647.2",
"transcript_support_level": 2,
"aa_start": 89,
"aa_end": null,
"aa_length": 97,
"cds_start": 265,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000403284.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5374A>G",
"hgvs_p": "p.Thr1792Ala",
"transcript": "XM_011536049.3",
"protein_id": "XP_011534351.1",
"transcript_support_level": null,
"aa_start": 1792,
"aa_end": null,
"aa_length": 2357,
"cds_start": 5374,
"cds_end": null,
"cds_length": 7074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536049.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5371A>G",
"hgvs_p": "p.Thr1791Ala",
"transcript": "XM_011536050.3",
"protein_id": "XP_011534352.1",
"transcript_support_level": null,
"aa_start": 1791,
"aa_end": null,
"aa_length": 2356,
"cds_start": 5371,
"cds_end": null,
"cds_length": 7071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536050.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5347A>G",
"hgvs_p": "p.Thr1783Ala",
"transcript": "XM_011536051.3",
"protein_id": "XP_011534353.1",
"transcript_support_level": null,
"aa_start": 1783,
"aa_end": null,
"aa_length": 2348,
"cds_start": 5347,
"cds_end": null,
"cds_length": 7047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536051.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5329A>G",
"hgvs_p": "p.Thr1777Ala",
"transcript": "XM_006715548.5",
"protein_id": "XP_006715611.1",
"transcript_support_level": null,
"aa_start": 1777,
"aa_end": null,
"aa_length": 2342,
"cds_start": 5329,
"cds_end": null,
"cds_length": 7029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006715548.5"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5305A>G",
"hgvs_p": "p.Thr1769Ala",
"transcript": "XM_017011172.2",
"protein_id": "XP_016866661.1",
"transcript_support_level": null,
"aa_start": 1769,
"aa_end": null,
"aa_length": 2334,
"cds_start": 5305,
"cds_end": null,
"cds_length": 7005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011172.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5302A>G",
"hgvs_p": "p.Thr1768Ala",
"transcript": "XM_017011173.2",
"protein_id": "XP_016866662.1",
"transcript_support_level": null,
"aa_start": 1768,
"aa_end": null,
"aa_length": 2333,
"cds_start": 5302,
"cds_end": null,
"cds_length": 7002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011173.2"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5200A>G",
"hgvs_p": "p.Thr1734Ala",
"transcript": "XM_011536053.3",
"protein_id": "XP_011534355.1",
"transcript_support_level": null,
"aa_start": 1734,
"aa_end": null,
"aa_length": 2299,
"cds_start": 5200,
"cds_end": null,
"cds_length": 6900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536053.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5374A>G",
"hgvs_p": "p.Thr1792Ala",
"transcript": "XM_011536054.3",
"protein_id": "XP_011534356.1",
"transcript_support_level": null,
"aa_start": 1792,
"aa_end": null,
"aa_length": 2200,
"cds_start": 5374,
"cds_end": null,
"cds_length": 6603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536054.3"
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"hgvs_c": "c.5374A>G",
"hgvs_p": "p.Thr1792Ala",
"transcript": "XM_011536055.3",
"protein_id": "XP_011534357.1",
"transcript_support_level": null,
"aa_start": 1792,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5374,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011536055.3"
}
],
"gene_symbol": "ROS1",
"gene_hgnc_id": 10261,
"dbsnp": "rs149390376",
"frequency_reference_population": 0.000044396274,
"hom_count_reference_population": 0,
"allele_count_reference_population": 68,
"gnomad_exomes_af": 0.0000406,
"gnomad_genomes_af": 0.000078767,
"gnomad_exomes_ac": 56,
"gnomad_genomes_ac": 12,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04587972164154053,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.079,
"revel_prediction": "Benign",
"alphamissense_score": 0.0831,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.566,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_002944.3",
"gene_symbol": "ROS1",
"hgnc_id": 10261,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.5344A>G",
"hgvs_p": "p.Thr1782Ala"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000467125.1",
"gene_symbol": "ENSG00000282218",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.548-7957A>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}