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

{
    "collection": "CORE",
    "tax_group": "plants",
    "sites_url": null,
    "pfm": {
        "G": [
            60.0,
            28.0,
            34.0,
            64.0,
            0.0,
            0.0,
            0.0,
            6.0,
            0.0,
            22.0,
            52.0,
            51.0,
            28.0,
            30.0
        ],
        "T": [
            115.0,
            278.0,
            193.0,
            41.0,
            565.0,
            485.0,
            0.0,
            573.0,
            0.0,
            296.0,
            345.0,
            147.0,
            249.0,
            285.0
        ],
        "C": [
            46.0,
            16.0,
            326.0,
            360.0,
            17.0,
            93.0,
            0.0,
            3.0,
            582.0,
            144.0,
            63.0,
            195.0,
            15.0,
            155.0
        ],
        "A": [
            361.0,
            260.0,
            29.0,
            117.0,
            0.0,
            4.0,
            582.0,
            0.0,
            0.0,
            120.0,
            122.0,
            189.0,
            290.0,
            112.0
        ]
    },
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1188.1.svg",
    "source": "27203113",
    "tfbs_shape_id": "1",
    "medline": [
        "25215497"
    ],
    "pazar_tf_ids": [],
    "tffm": {
        "tffm_url": "https://jaspar2020.genereg.net/api/v1/tffm/TFFM0259.1/",
        "tffm_id": "TFFM0259.1",
        "experiment_name": "GSE60143",
        "version": 1,
        "log_p_1st_order": -1779.73,
        "base_id": "TFFM0259",
        "log_p_detailed": -1593.53
    },
    "version": 1,
    "matrix_id": "MA1188.1",
    "pubmed_ids": [
        "25215497"
    ],
    "pazar_tf_id": [],
    "species": [
        {
            "name": "Arabidopsis thaliana",
            "tax_id": 3702
        }
    ],
    "tfe_id": [],
    "uniprot_ids": [],
    "tfe_ids": [],
    "type": "DAP-seq",
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1188/versions",
    "family": [
        "Myb-related"
    ],
    "name": "At3g11280",
    "class": [
        "Helix-Turn-Helix"
    ],
    "base_id": "MA1188"
}