← 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-58192802-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 58192802,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant,splice_region_variant",
      "transcript": "NM_004944.4",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.803C>G",
          "hgvs_p": "p.Ala268Gly",
          "transcript": "NM_004944.4",
          "protein_id": "NP_004935.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 803,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": 869,
          "cdna_end": null,
          "cdna_length": 1414,
          "mane_select": "ENST00000394549.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004944.4"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.803C>G",
          "hgvs_p": "p.Ala268Gly",
          "transcript": "ENST00000394549.7",
          "protein_id": "ENSP00000378053.2",
          "transcript_support_level": 1,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 803,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": 869,
          "cdna_end": null,
          "cdna_length": 1414,
          "mane_select": "NM_004944.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394549.7"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.830C>G",
          "hgvs_p": "p.Ala277Gly",
          "transcript": "ENST00000907344.1",
          "protein_id": "ENSP00000577403.1",
          "transcript_support_level": null,
          "aa_start": 277,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": 830,
          "cds_end": null,
          "cds_length": 945,
          "cdna_start": 893,
          "cdna_end": null,
          "cdna_length": 1061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907344.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.824C>G",
          "hgvs_p": "p.Ala275Gly",
          "transcript": "ENST00000907342.1",
          "protein_id": "ENSP00000577401.1",
          "transcript_support_level": null,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 824,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": 891,
          "cdna_end": null,
          "cdna_length": 1110,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907342.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.803C>G",
          "hgvs_p": "p.Ala268Gly",
          "transcript": "ENST00000907339.1",
          "protein_id": "ENSP00000577398.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 803,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": 856,
          "cdna_end": null,
          "cdna_length": 1029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907339.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.803C>G",
          "hgvs_p": "p.Ala268Gly",
          "transcript": "ENST00000907340.1",
          "protein_id": "ENSP00000577399.1",
          "transcript_support_level": null,
          "aa_start": 268,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 803,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": 946,
          "cdna_end": null,
          "cdna_length": 1119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907340.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.794C>G",
          "hgvs_p": "p.Ala265Gly",
          "transcript": "ENST00000907341.1",
          "protein_id": "ENSP00000577400.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 794,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": 1010,
          "cdna_end": null,
          "cdna_length": 1208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907341.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.764C>G",
          "hgvs_p": "p.Ala255Gly",
          "transcript": "ENST00000907343.1",
          "protein_id": "ENSP00000577402.1",
          "transcript_support_level": null,
          "aa_start": 255,
          "aa_end": null,
          "aa_length": 292,
          "cds_start": 764,
          "cds_end": null,
          "cds_length": 879,
          "cdna_start": 827,
          "cdna_end": null,
          "cdna_length": 1000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907343.1"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.713C>G",
          "hgvs_p": "p.Ala238Gly",
          "transcript": "NM_001256560.2",
          "protein_id": "NP_001243489.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 779,
          "cdna_end": null,
          "cdna_length": 1324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001256560.2"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.713C>G",
          "hgvs_p": "p.Ala238Gly",
          "transcript": "ENST00000486455.5",
          "protein_id": "ENSP00000419052.1",
          "transcript_support_level": 2,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 776,
          "cdna_end": null,
          "cdna_length": 1321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000486455.5"
        },
        {
          "aa_ref": "A",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.713C>G",
          "hgvs_p": "p.Ala238Gly",
          "transcript": "ENST00000907338.1",
          "protein_id": "ENSP00000577397.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 1121,
          "cdna_end": null,
          "cdna_length": 1295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000907338.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.328C>G",
          "hgvs_p": "p.Pro110Ala",
          "transcript": "ENST00000477209.5",
          "protein_id": "ENSP00000417976.1",
          "transcript_support_level": 2,
          "aa_start": 110,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": 328,
          "cds_end": null,
          "cds_length": 414,
          "cdna_start": 328,
          "cdna_end": null,
          "cdna_length": 502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000477209.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DNASE1L3",
          "gene_hgnc_id": 2959,
          "hgvs_c": "c.*475C>G",
          "hgvs_p": null,
          "transcript": "ENST00000483681.5",
          "protein_id": "ENSP00000417047.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 288,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 867,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483681.5"
        }
      ],
      "gene_symbol": "DNASE1L3",
      "gene_hgnc_id": 2959,
      "dbsnp": "rs113005222",
      "frequency_reference_population": 0.000037828613,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 61,
      "gnomad_exomes_af": 0.0000328706,
      "gnomad_genomes_af": 0.0000853769,
      "gnomad_exomes_ac": 48,
      "gnomad_genomes_ac": 13,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6039124131202698,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.7680000066757202,
      "splice_prediction_selected": "Pathogenic",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": 0.578,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3219,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.19,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.885,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": 0.975182775552536,
      "dbscsnv_ada_prediction": "Pathogenic",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PP3,BS1",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 4,
          "pathogenic_score": 1,
          "criteria": [
            "PP3",
            "BS1"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_004944.4",
          "gene_symbol": "DNASE1L3",
          "hgnc_id": 2959,
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.803C>G",
          "hgvs_p": "p.Ala268Gly"
        }
      ],
      "clinvar_disease": "Autosomal systemic lupus erythematosus type 16,not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "not provided|Autosomal systemic lupus erythematosus type 16",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.