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

{
    "class": [
        "C6 zinc cluster factors"
    ],
    "pubmed_ids": [],
    "uniprot_ids": [
        "Q5BCA6"
    ],
    "species": [
        {
            "tax_id": 162425,
            "name": "Emericella nidulans"
        }
    ],
    "type": "PBM",
    "pazar_tf_id": [],
    "tffm": null,
    "pfm": {
        "C": [
            0.0,
            24.0,
            910.0,
            644.0,
            999.0,
            977.0,
            0.0,
            0.0
        ],
        "T": [
            285.0,
            832.0,
            22.0,
            22.0,
            0.0,
            0.0,
            0.0,
            0.0
        ],
        "A": [
            535.0,
            142.0,
            0.0,
            0.0,
            0.0,
            0.0,
            0.0,
            734.0
        ],
        "G": [
            178.0,
            0.0,
            66.0,
            333.0,
            0.0,
            22.0,
            999.0,
            264.0
        ]
    },
    "matrix_id": "UN0282.1",
    "name": "ANIA_01824",
    "pazar_tf_ids": [],
    "comment": "not supported by literature",
    "tfe_id": [],
    "medline": [],
    "tfe_ids": [],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0282/versions",
    "sites_url": null,
    "family": [],
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0282.1.svg",
    "collection": "UNVALIDATED",
    "source": "31133749",
    "base_id": "UN0282",
    "tax_group": "fungi",
    "version": 1
}