← 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-46439310-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=46439310&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 46439310,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000231751.9",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1894T>A",
"hgvs_p": "p.Leu632Met",
"transcript": "NM_002343.6",
"protein_id": "NP_002334.2",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 710,
"cds_start": 1894,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 1932,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": "ENST00000231751.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1894T>A",
"hgvs_p": "p.Leu632Met",
"transcript": "ENST00000231751.9",
"protein_id": "ENSP00000231751.4",
"transcript_support_level": 1,
"aa_start": 632,
"aa_end": null,
"aa_length": 710,
"cds_start": 1894,
"cds_end": null,
"cds_length": 2133,
"cdna_start": 1932,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": "NM_002343.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1888T>A",
"hgvs_p": "p.Leu630Met",
"transcript": "ENST00000417439.5",
"protein_id": "ENSP00000405546.1",
"transcript_support_level": 1,
"aa_start": 630,
"aa_end": null,
"aa_length": 708,
"cds_start": 1888,
"cds_end": null,
"cds_length": 2127,
"cdna_start": 1889,
"cdna_end": null,
"cdna_length": 2130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1888T>A",
"hgvs_p": "p.Leu630Met",
"transcript": "NM_001321121.2",
"protein_id": "NP_001308050.1",
"transcript_support_level": null,
"aa_start": 630,
"aa_end": null,
"aa_length": 708,
"cds_start": 1888,
"cds_end": null,
"cds_length": 2127,
"cdna_start": 1926,
"cdna_end": null,
"cdna_length": 2715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1855T>A",
"hgvs_p": "p.Leu619Met",
"transcript": "NM_001321122.2",
"protein_id": "NP_001308051.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 697,
"cds_start": 1855,
"cds_end": null,
"cds_length": 2094,
"cdna_start": 2423,
"cdna_end": null,
"cdna_length": 3212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1855T>A",
"hgvs_p": "p.Leu619Met",
"transcript": "ENST00000443496.5",
"protein_id": "ENSP00000397427.1",
"transcript_support_level": 2,
"aa_start": 619,
"aa_end": null,
"aa_length": 695,
"cds_start": 1855,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2423,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1762T>A",
"hgvs_p": "p.Leu588Met",
"transcript": "NM_001199149.2",
"protein_id": "NP_001186078.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 666,
"cds_start": 1762,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 2062,
"cdna_end": null,
"cdna_length": 2851,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "c.1762T>A",
"hgvs_p": "p.Leu588Met",
"transcript": "ENST00000426532.6",
"protein_id": "ENSP00000405719.2",
"transcript_support_level": 2,
"aa_start": 588,
"aa_end": null,
"aa_length": 666,
"cds_start": 1762,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 2079,
"cdna_end": null,
"cdna_length": 2494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "n.417T>A",
"hgvs_p": null,
"transcript": "ENST00000478874.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"hgvs_c": "n.383T>A",
"hgvs_p": null,
"transcript": "ENST00000493056.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 493,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LTF",
"gene_hgnc_id": 6720,
"dbsnp": "rs9110",
"frequency_reference_population": 6.850338e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85034e-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.8706643581390381,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.38999998569488525,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.37,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1988,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.624,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.39,
"spliceai_max_prediction": "Uncertain_significance",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000231751.9",
"gene_symbol": "LTF",
"hgnc_id": 6720,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1894T>A",
"hgvs_p": "p.Leu632Met"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}