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

{
    "uniprot_ids": [],
    "sites_url": null,
    "tax_group": "plants",
    "species": [
        {
            "name": "Cannabis sativa",
            "tax_id": 3483
        }
    ],
    "collection": "UNVALIDATED",
    "pfm": {
        "C": [
            4.0,
            3.0,
            990.0,
            990.0,
            3.0,
            3.0,
            990.0,
            985.0
        ],
        "A": [
            4.0,
            990.0,
            3.0,
            3.0,
            3.0,
            990.0,
            3.0,
            4.0
        ],
        "T": [
            985.0,
            3.0,
            3.0,
            3.0,
            990.0,
            3.0,
            3.0,
            4.0
        ],
        "G": [
            4.0,
            3.0,
            3.0,
            3.0,
            3.0,
            3.0,
            3.0,
            4.0
        ]
    },
    "version": 1,
    "base_id": "UN0078",
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0078/versions",
    "pubmed_ids": [],
    "comment": "not supported by literature",
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0078.1.svg",
    "tfe_ids": [],
    "tfe_id": [],
    "name": "PK28187.1",
    "pazar_tf_id": [],
    "medline": [],
    "type": "PBM",
    "matrix_id": "UN0078.1",
    "pazar_tf_ids": [],
    "class": [
        "Tryptophan cluster factors"
    ],
    "family": [
        "Myb/SANT domain factors"
    ],
    "tffm": null,
    "source": "31133749"
}