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

{
    "class": [
        "Homeo domain factors"
    ],
    "pazar_tf_ids": [],
    "type": "SELEX",
    "medline": [
        "11247607"
    ],
    "name": "ATHB-5",
    "versions_url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0110/versions",
    "tfe_id": [],
    "matrix_id": "MA0110.2",
    "species": [
        {
            "name": "Arabidopsis thaliana",
            "tax_id": 3702
        }
    ],
    "tfbs_shape_id": "1",
    "tax_group": "plants",
    "uniprot_ids": [
        "P46667"
    ],
    "collection": "CORE",
    "version": 2,
    "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0110.2.svg",
    "tffm": {
        "experiment_name": "GSE60143",
        "version": 1,
        "tffm_id": "TFFM0294.1",
        "tffm_url": "https://jaspar2020.genereg.net/api/v1/tffm/TFFM0294.1/",
        "base_id": "TFFM0294",
        "log_p_1st_order": -32701.0,
        "log_p_detailed": -32557.3
    },
    "family": [],
    "pfm": {
        "T": [
            9.0,
            4.0,
            14.0,
            7.0,
            3.0,
            1.0,
            0.0,
            39.0,
            22.0,
            0.0,
            39.0,
            39.0,
            1.0
        ],
        "A": [
            0.0,
            4.0,
            2.0,
            2.0,
            0.0,
            32.0,
            39.0,
            0.0,
            2.0,
            39.0,
            0.0,
            0.0,
            0.0
        ],
        "C": [
            9.0,
            9.0,
            12.0,
            17.0,
            32.0,
            6.0,
            0.0,
            0.0,
            8.0,
            0.0,
            0.0,
            0.0,
            0.0
        ],
        "G": [
            12.0,
            17.0,
            8.0,
            10.0,
            4.0,
            0.0,
            0.0,
            0.0,
            7.0,
            0.0,
            0.0,
            0.0,
            7.0
        ]
    },
    "pazar_tf_id": [],
    "base_id": "MA0110",
    "sites_url": null,
    "tfe_ids": [],
    "pubmed_ids": [
        "11247607"
    ]
}