← 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: 10-79613238-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=79613238&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 79613238,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000398636.8",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "NM_005411.5",
"protein_id": "NP_005402.3",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": "ENST00000398636.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "ENST00000398636.8",
"protein_id": "ENSP00000381633.3",
"transcript_support_level": 1,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": "NM_005411.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "ENST00000419470.6",
"protein_id": "ENSP00000397082.2",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 2210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "ENST00000428376.6",
"protein_id": "ENSP00000411102.2",
"transcript_support_level": 1,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "ENST00000429958.5",
"protein_id": "ENSP00000395527.1",
"transcript_support_level": 1,
"aa_start": 114,
"aa_end": null,
"aa_length": 157,
"cds_start": 342,
"cds_end": null,
"cds_length": 474,
"cdna_start": 395,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "NM_001093770.3",
"protein_id": "NP_001087239.2",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "NM_001164644.2",
"protein_id": "NP_001158116.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 2186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "NM_001164647.1",
"protein_id": "NP_001158119.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 2144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.240T>C",
"hgvs_p": "p.Phe80Phe",
"transcript": "NM_001164645.2",
"protein_id": "NP_001158117.1",
"transcript_support_level": null,
"aa_start": 80,
"aa_end": null,
"aa_length": 214,
"cds_start": 240,
"cds_end": null,
"cds_length": 645,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.195T>C",
"hgvs_p": "p.Phe65Phe",
"transcript": "NM_001164646.2",
"protein_id": "NP_001158118.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 199,
"cds_start": 195,
"cds_end": null,
"cds_length": 600,
"cdna_start": 333,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_006717953.3",
"protein_id": "XP_006718016.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 2219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_047425667.1",
"protein_id": "XP_047281623.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 2287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_047425668.1",
"protein_id": "XP_047281624.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 574,
"cdna_end": null,
"cdna_length": 2321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_047425669.1",
"protein_id": "XP_047281625.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 543,
"cdna_end": null,
"cdna_length": 2290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_047425670.1",
"protein_id": "XP_047281626.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_047425671.1",
"protein_id": "XP_047281627.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 528,
"cdna_end": null,
"cdna_length": 2275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_047425672.1",
"protein_id": "XP_047281628.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 2312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.387T>C",
"hgvs_p": "p.Phe129Phe",
"transcript": "XM_047425673.1",
"protein_id": "XP_047281629.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 263,
"cds_start": 387,
"cds_end": null,
"cds_length": 792,
"cdna_start": 531,
"cdna_end": null,
"cdna_length": 2278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "XM_005270062.6",
"protein_id": "XP_005270119.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 565,
"cdna_end": null,
"cdna_length": 2312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "XM_047425674.1",
"protein_id": "XP_047281630.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 514,
"cdna_end": null,
"cdna_length": 2261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe",
"transcript": "XM_047425675.1",
"protein_id": "XP_047281631.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 248,
"cds_start": 342,
"cds_end": null,
"cds_length": 747,
"cdna_start": 468,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"dbsnp": "rs1059056",
"frequency_reference_population": 0.0036278642,
"hom_count_reference_population": 4,
"allele_count_reference_population": 551,
"gnomad_exomes_af": 0.00139822,
"gnomad_genomes_af": 0.00362786,
"gnomad_exomes_ac": 2042,
"gnomad_genomes_ac": 551,
"gnomad_exomes_homalt": 26,
"gnomad_genomes_homalt": 4,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8199999928474426,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.82,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.009,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000398636.8",
"gene_symbol": "SFTPA1",
"hgnc_id": 10798,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.342T>C",
"hgvs_p": "p.Phe114Phe"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}