← 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: 5-38481601-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=38481601&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 21,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS1",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "LIFR",
          "hgnc_id": 6597,
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -21,
          "transcript": "NM_002310.6",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_score": -21,
      "allele_count_reference_population": 1096,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.6,
      "chr": "5",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": "LIFR-related disorder,Stuve-Wiedemann syndrome,Stüve-Wiedemann syndrome 1,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:4",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.6000000238418579,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10553,
          "cdna_start": 3620,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001127671.2",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000453190.7",
          "protein_coding": true,
          "protein_id": "NP_001121143.1",
          "strand": false,
          "transcript": "NM_001127671.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 10553,
          "cdna_start": 3620,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000453190.7",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001127671.2",
          "protein_coding": true,
          "protein_id": "ENSP00000398368.2",
          "strand": false,
          "transcript": "ENST00000453190.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10089,
          "cdna_start": 3451,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000263409.8",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000263409.4",
          "strand": false,
          "transcript": "ENST00000263409.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10573,
          "cdna_start": 3640,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001364297.2",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001351226.1",
          "strand": false,
          "transcript": "NM_001364297.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10385,
          "cdna_start": 3452,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_002310.6",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_002301.1",
          "strand": false,
          "transcript": "NM_002310.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5095,
          "cdna_start": 3729,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000872131.1",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542190.1",
          "strand": false,
          "transcript": "ENST00000872131.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5541,
          "cdna_start": 3743,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000952493.1",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622552.1",
          "strand": false,
          "transcript": "ENST00000952493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1086,
          "aa_ref": "N",
          "aa_start": 1085,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10540,
          "cdna_start": 3607,
          "cds_end": null,
          "cds_length": 3261,
          "cds_start": 3255,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001364298.2",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3255C>T",
          "hgvs_p": "p.Asn1085Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001351227.1",
          "strand": false,
          "transcript": "NM_001364298.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1086,
          "aa_ref": "N",
          "aa_start": 1085,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5404,
          "cdna_start": 3602,
          "cds_end": null,
          "cds_length": 3261,
          "cds_start": 3255,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000872130.1",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3255C>T",
          "hgvs_p": "p.Asn1085Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000542189.1",
          "strand": false,
          "transcript": "ENST00000872130.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1071,
          "aa_ref": "N",
          "aa_start": 1070,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5340,
          "cdna_start": 3538,
          "cds_end": null,
          "cds_length": 3216,
          "cds_start": 3210,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000952492.1",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3210C>T",
          "hgvs_p": "p.Asn1070Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622551.1",
          "strand": false,
          "transcript": "ENST00000952492.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1067,
          "aa_ref": "N",
          "aa_start": 1066,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10182,
          "cdna_start": 3544,
          "cds_end": null,
          "cds_length": 3204,
          "cds_start": 3198,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000929709.1",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3198C>T",
          "hgvs_p": "p.Asn1066Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000599768.1",
          "strand": false,
          "transcript": "ENST00000929709.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1066,
          "aa_ref": "N",
          "aa_start": 1065,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5401,
          "cdna_start": 3603,
          "cds_end": null,
          "cds_length": 3201,
          "cds_start": 3195,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000952491.1",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3195C>T",
          "hgvs_p": "p.Asn1065Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000622550.1",
          "strand": false,
          "transcript": "ENST00000952491.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1115,
          "aa_ref": "N",
          "aa_start": 1114,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10622,
          "cdna_start": 3689,
          "cds_end": null,
          "cds_length": 3348,
          "cds_start": 3342,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_047417172.1",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3342C>T",
          "hgvs_p": "p.Asn1114Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047273128.1",
          "strand": false,
          "transcript": "XM_047417172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10614,
          "cdna_start": 3681,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_011514042.4",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011512344.1",
          "strand": false,
          "transcript": "XM_011514042.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "N",
          "aa_start": 1096,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10717,
          "cdna_start": 3784,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 3288,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_017009463.2",
          "gene_hgnc_id": 6597,
          "gene_symbol": "LIFR",
          "hgvs_c": "c.3288C>T",
          "hgvs_p": "p.Asn1096Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016864952.1",
          "strand": false,
          "transcript": "XM_017009463.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs3729751",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00067902793,
      "gene_hgnc_id": 6597,
      "gene_symbol": "LIFR",
      "gnomad_exomes_ac": 589,
      "gnomad_exomes_af": 0.000402923,
      "gnomad_exomes_homalt": 3,
      "gnomad_genomes_ac": 507,
      "gnomad_genomes_af": 0.00332992,
      "gnomad_genomes_homalt": 3,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 6,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "not specified|Stuve-Wiedemann syndrome|not provided|Stüve-Wiedemann syndrome 1|LIFR-related disorder",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.331,
      "pos": 38481601,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_002310.6"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.