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

{
    "family": [],
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0010/versions",
    "collection": "UNVALIDATED",
    "pubmed_ids": [],
    "base_id": "UN0010",
    "tax_group": "plants",
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0010.1.svg",
    "name": "PK05432.1",
    "pfm": {
        "C": [
            231.0,
            264.0,
            103.0,
            1.0,
            2.0,
            963.0,
            132.0,
            47.0,
            408.0
        ],
        "T": [
            263.0,
            294.0,
            60.0,
            100.0,
            986.0,
            1.0,
            106.0,
            129.0,
            154.0
        ],
        "G": [
            242.0,
            220.0,
            451.0,
            894.0,
            2.0,
            0.0,
            35.0,
            201.0,
            121.0
        ],
        "A": [
            263.0,
            220.0,
            384.0,
            4.0,
            8.0,
            34.0,
            725.0,
            622.0,
            314.0
        ]
    },
    "comment": "not supported by literature",
    "tfe_id": [],
    "source": "31133749",
    "tffm": null,
    "medline": [],
    "pazar_tf_id": [],
    "species": [
        {
            "tax_id": 3483,
            "name": "Cannabis sativa"
        }
    ],
    "matrix_id": "UN0010.1",
    "type": "PBM",
    "sites_url": null,
    "tfe_ids": [],
    "class": [
        "WRKY"
    ],
    "pazar_tf_ids": [],
    "version": 1,
    "uniprot_ids": []
}