← 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: 15-100569625-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=100569625&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 100569625,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001040616.3",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1887C>A",
"hgvs_p": "p.Tyr629*",
"transcript": "NM_001040616.3",
"protein_id": "NP_001035706.2",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 757,
"cds_start": 1887,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000314742.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001040616.3"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1887C>A",
"hgvs_p": "p.Tyr629*",
"transcript": "ENST00000314742.13",
"protein_id": "ENSP00000318423.8",
"transcript_support_level": 5,
"aa_start": 629,
"aa_end": null,
"aa_length": 757,
"cds_start": 1887,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001040616.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000314742.13"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1851C>A",
"hgvs_p": "p.Tyr617*",
"transcript": "ENST00000869609.1",
"protein_id": "ENSP00000539668.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 745,
"cds_start": 1851,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869609.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1842C>A",
"hgvs_p": "p.Tyr614*",
"transcript": "ENST00000869606.1",
"protein_id": "ENSP00000539665.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 742,
"cds_start": 1842,
"cds_end": null,
"cds_length": 2229,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869606.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1779C>A",
"hgvs_p": "p.Tyr593*",
"transcript": "ENST00000869607.1",
"protein_id": "ENSP00000539666.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 721,
"cds_start": 1779,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869607.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1734C>A",
"hgvs_p": "p.Tyr578*",
"transcript": "NM_001352508.2",
"protein_id": "NP_001339437.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 706,
"cds_start": 1734,
"cds_end": null,
"cds_length": 2121,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352508.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1647C>A",
"hgvs_p": "p.Tyr549*",
"transcript": "ENST00000916779.1",
"protein_id": "ENSP00000586838.1",
"transcript_support_level": null,
"aa_start": 549,
"aa_end": null,
"aa_length": 677,
"cds_start": 1647,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916779.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1530C>A",
"hgvs_p": "p.Tyr510*",
"transcript": "ENST00000869608.1",
"protein_id": "ENSP00000539667.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 638,
"cds_start": 1530,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869608.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1140C>A",
"hgvs_p": "p.Tyr380*",
"transcript": "NM_001352507.2",
"protein_id": "NP_001339436.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 508,
"cds_start": 1140,
"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": "NM_001352507.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1887C>A",
"hgvs_p": "p.Tyr629*",
"transcript": "XM_005254941.3",
"protein_id": "XP_005254998.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 757,
"cds_start": 1887,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254941.3"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1887C>A",
"hgvs_p": "p.Tyr629*",
"transcript": "XM_024449980.2",
"protein_id": "XP_024305748.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 757,
"cds_start": 1887,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449980.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1779C>A",
"hgvs_p": "p.Tyr593*",
"transcript": "XM_005254943.3",
"protein_id": "XP_005255000.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 721,
"cds_start": 1779,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005254943.3"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1779C>A",
"hgvs_p": "p.Tyr593*",
"transcript": "XM_047432784.1",
"protein_id": "XP_047288740.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 721,
"cds_start": 1779,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432784.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1779C>A",
"hgvs_p": "p.Tyr593*",
"transcript": "XM_047432785.1",
"protein_id": "XP_047288741.1",
"transcript_support_level": null,
"aa_start": 593,
"aa_end": null,
"aa_length": 721,
"cds_start": 1779,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432785.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "c.1140C>A",
"hgvs_p": "p.Tyr380*",
"transcript": "XM_017022399.3",
"protein_id": "XP_016877888.1",
"transcript_support_level": null,
"aa_start": 380,
"aa_end": null,
"aa_length": 508,
"cds_start": 1140,
"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": "XM_017022399.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "n.2162C>A",
"hgvs_p": null,
"transcript": "ENST00000559169.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": "ENST00000559169.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "n.2010C>A",
"hgvs_p": null,
"transcript": "NR_148017.2",
"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": "NR_148017.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "n.1998C>A",
"hgvs_p": null,
"transcript": "NR_148018.2",
"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": "NR_148018.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "n.3293C>A",
"hgvs_p": null,
"transcript": "NR_148019.2",
"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": "NR_148019.2"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "n.2156C>A",
"hgvs_p": null,
"transcript": "XR_007064471.1",
"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_007064471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"hgvs_c": "n.190+4026C>A",
"hgvs_p": null,
"transcript": "ENST00000560783.1",
"protein_id": "ENSP00000474128.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000560783.1"
}
],
"gene_symbol": "LINS1",
"gene_hgnc_id": 30922,
"dbsnp": "rs61999313",
"frequency_reference_population": 0.0000020534528,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205345,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5699999928474426,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.57,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.278,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PVS1_Strong",
"PM2"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001040616.3",
"gene_symbol": "LINS1",
"hgnc_id": 30922,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1887C>A",
"hgvs_p": "p.Tyr629*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}