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/UN0299.1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

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