← 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-79613943-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=79613943&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 79613943,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000398636.8",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "NM_005411.5",
"protein_id": "NP_005402.3",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": "ENST00000398636.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "ENST00000398636.8",
"protein_id": "ENSP00000381633.3",
"transcript_support_level": 1,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": "NM_005411.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "ENST00000419470.6",
"protein_id": "ENSP00000397082.2",
"transcript_support_level": 1,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 2210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "ENST00000428376.6",
"protein_id": "ENSP00000411102.2",
"transcript_support_level": 1,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 644,
"cdna_end": null,
"cdna_length": 2141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "NM_001093770.3",
"protein_id": "NP_001087239.2",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 704,
"cdna_end": null,
"cdna_length": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "NM_001164644.2",
"protein_id": "NP_001158116.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 674,
"cdna_end": null,
"cdna_length": 2186,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "NM_001164647.1",
"protein_id": "NP_001158119.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 644,
"cdna_end": null,
"cdna_length": 2144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.475C>A",
"hgvs_p": "p.Pro159Thr",
"transcript": "NM_001164645.2",
"protein_id": "NP_001158117.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 214,
"cds_start": 475,
"cds_end": null,
"cds_length": 645,
"cdna_start": 560,
"cdna_end": null,
"cdna_length": 2072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.430C>A",
"hgvs_p": "p.Pro144Thr",
"transcript": "NM_001164646.2",
"protein_id": "NP_001158118.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 199,
"cds_start": 430,
"cds_end": null,
"cds_length": 600,
"cdna_start": 568,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_006717953.3",
"protein_id": "XP_006718016.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 2219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_047425667.1",
"protein_id": "XP_047281623.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 775,
"cdna_end": null,
"cdna_length": 2287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_047425668.1",
"protein_id": "XP_047281624.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 809,
"cdna_end": null,
"cdna_length": 2321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_047425669.1",
"protein_id": "XP_047281625.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 778,
"cdna_end": null,
"cdna_length": 2290,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_047425670.1",
"protein_id": "XP_047281626.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 797,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_047425671.1",
"protein_id": "XP_047281627.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 763,
"cdna_end": null,
"cdna_length": 2275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_047425672.1",
"protein_id": "XP_047281628.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 2312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.622C>A",
"hgvs_p": "p.Pro208Thr",
"transcript": "XM_047425673.1",
"protein_id": "XP_047281629.1",
"transcript_support_level": null,
"aa_start": 208,
"aa_end": null,
"aa_length": 263,
"cds_start": 622,
"cds_end": null,
"cds_length": 792,
"cdna_start": 766,
"cdna_end": null,
"cdna_length": 2278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "XM_005270062.6",
"protein_id": "XP_005270119.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 2312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "XM_047425674.1",
"protein_id": "XP_047281630.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 749,
"cdna_end": null,
"cdna_length": 2261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "XM_047425675.1",
"protein_id": "XP_047281631.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 248,
"cds_start": 577,
"cds_end": null,
"cds_length": 747,
"cdna_start": 703,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"hgvs_c": "c.*103C>A",
"hgvs_p": null,
"transcript": "ENST00000429958.5",
"protein_id": "ENSP00000395527.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": -4,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SFTPA1",
"gene_hgnc_id": 10798,
"dbsnp": "rs139806726",
"frequency_reference_population": 6.8410213e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84102e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08897000551223755,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.018,
"revel_prediction": "Benign",
"alphamissense_score": 0.0819,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.732,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000398636.8",
"gene_symbol": "SFTPA1",
"hgnc_id": 10798,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}