← 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: 4-148436373-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=148436373&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 148436373,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "ENST00000358102.8",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_000901.5",
"protein_id": "NP_000892.2",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 984,
"cds_start": 488,
"cds_end": null,
"cds_length": 2955,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 5792,
"mane_select": "ENST00000358102.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "ENST00000358102.8",
"protein_id": "ENSP00000350815.3",
"transcript_support_level": 1,
"aa_start": 163,
"aa_end": null,
"aa_length": 984,
"cds_start": 488,
"cds_end": null,
"cds_length": 2955,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 5792,
"mane_select": "NM_000901.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "ENST00000512865.5",
"protein_id": "ENSP00000423510.1",
"transcript_support_level": 1,
"aa_start": 163,
"aa_end": null,
"aa_length": 867,
"cds_start": 488,
"cds_end": null,
"cds_length": 2604,
"cdna_start": 555,
"cdna_end": null,
"cdna_length": 3822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_001437657.1",
"protein_id": "NP_001424586.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 988,
"cds_start": 488,
"cds_end": null,
"cds_length": 2967,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 5804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "ENST00000511528.1",
"protein_id": "ENSP00000421481.1",
"transcript_support_level": 5,
"aa_start": 163,
"aa_end": null,
"aa_length": 988,
"cds_start": 488,
"cds_end": null,
"cds_length": 2967,
"cdna_start": 488,
"cdna_end": null,
"cdna_length": 2967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "ENST00000625323.2",
"protein_id": "ENSP00000486719.1",
"transcript_support_level": 5,
"aa_start": 163,
"aa_end": null,
"aa_length": 988,
"cds_start": 488,
"cds_end": null,
"cds_length": 2967,
"cdna_start": 851,
"cdna_end": null,
"cdna_length": 5909,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_001437654.1",
"protein_id": "NP_001424583.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 984,
"cds_start": 488,
"cds_end": null,
"cds_length": 2955,
"cdna_start": 672,
"cdna_end": null,
"cdna_length": 5719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_001437655.1",
"protein_id": "NP_001424584.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 984,
"cds_start": 488,
"cds_end": null,
"cds_length": 2955,
"cdna_start": 613,
"cdna_end": null,
"cdna_length": 5660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_001437656.1",
"protein_id": "NP_001424585.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 984,
"cds_start": 488,
"cds_end": null,
"cds_length": 2955,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 5587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "ENST00000344721.8",
"protein_id": "ENSP00000341390.4",
"transcript_support_level": 5,
"aa_start": 163,
"aa_end": null,
"aa_length": 984,
"cds_start": 488,
"cds_end": null,
"cds_length": 2955,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 5712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_001166104.2",
"protein_id": "NP_001159576.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 867,
"cds_start": 488,
"cds_end": null,
"cds_length": 2604,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 5441,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_001354819.1",
"protein_id": "NP_001341748.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 867,
"cds_start": 488,
"cds_end": null,
"cds_length": 2604,
"cdna_start": 663,
"cdna_end": null,
"cdna_length": 5359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "NM_001437658.1",
"protein_id": "NP_001424587.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 845,
"cds_start": 488,
"cds_end": null,
"cds_length": 2538,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 3732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*",
"transcript": "XM_011531978.3",
"protein_id": "XP_011530280.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 849,
"cds_start": 488,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 3744,
"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": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "n.488C>G",
"hgvs_p": null,
"transcript": "ENST00000342437.8",
"protein_id": "ENSP00000343907.4",
"transcript_support_level": 2,
"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": 3150,
"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": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"hgvs_c": "n.745C>G",
"hgvs_p": null,
"transcript": "NR_148974.2",
"protein_id": null,
"transcript_support_level": null,
"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": 5296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NR3C2",
"gene_hgnc_id": 7979,
"dbsnp": "rs121912568",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3100000023841858,
"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.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.178,
"phylop100way_prediction": "Pathogenic",
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000358102.8",
"gene_symbol": "NR3C2",
"hgnc_id": 7979,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.488C>G",
"hgvs_p": "p.Ser163*"
}
],
"clinvar_disease": "Autosomal dominant pseudohypoaldosteronism type 1",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Autosomal dominant pseudohypoaldosteronism type 1",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}