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

{
    "pazar_tf_ids": [],
    "tfe_id": [],
    "tax_group": "plants",
    "collection": "UNVALIDATED",
    "base_id": "UN0072",
    "tfe_ids": [],
    "pubmed_ids": [],
    "sites_url": null,
    "class": [
        "NAC/NAM"
    ],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0072/versions",
    "pazar_tf_id": [],
    "pfm": {
        "T": [
            9.0,
            9.0,
            971.0,
            971.0,
            971.0,
            9.0,
            971.0,
            971.0
        ],
        "A": [
            971.0,
            971.0,
            9.0,
            9.0,
            9.0,
            971.0,
            9.0,
            9.0
        ],
        "G": [
            9.0,
            9.0,
            9.0,
            9.0,
            9.0,
            9.0,
            9.0,
            9.0
        ],
        "C": [
            9.0,
            9.0,
            9.0,
            9.0,
            9.0,
            9.0,
            9.0,
            9.0
        ]
    },
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0072.1.svg",
    "matrix_id": "UN0072.1",
    "medline": [],
    "tffm": null,
    "source": "31133749",
    "name": "PK27085.1",
    "type": "PBM",
    "uniprot_ids": [],
    "version": 1,
    "family": [],
    "comment": "not supported by literature",
    "species": [
        {
            "tax_id": 3483,
            "name": "Cannabis sativa"
        }
    ]
}