This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix/UN0289.1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "sites_url": null,
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0289.1.svg",
    "tffm": null,
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0289/versions",
    "tfe_id": [],
    "uniprot_ids": [
        "Q5B1H1"
    ],
    "name": "ANIA_05609",
    "medline": [],
    "type": "PBM",
    "family": [],
    "base_id": "UN0289",
    "pazar_tf_id": [],
    "matrix_id": "UN0289.1",
    "pazar_tf_ids": [],
    "species": [
        {
            "name": "Emericella nidulans",
            "tax_id": 162425
        }
    ],
    "tfe_ids": [],
    "pfm": {
        "A": [
            0.0,
            997.0,
            614.0,
            0.0,
            0.0,
            0.0,
            921.0,
            1.0
        ],
        "C": [
            0.0,
            0.0,
            154.0,
            384.0,
            997.0,
            0.0,
            0.0,
            711.0
        ],
        "G": [
            0.0,
            0.0,
            230.0,
            0.0,
            0.0,
            997.0,
            77.0,
            143.0
        ],
        "T": [
            997.0,
            0.0,
            0.0,
            614.0,
            0.0,
            0.0,
            0.0,
            143.0
        ]
    },
    "version": 1,
    "collection": "UNVALIDATED",
    "class": [
        "C6 zinc cluster factors"
    ],
    "pubmed_ids": [],
    "source": "31133749",
    "comment": "not supported by literature",
    "tax_group": "fungi"
}