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

{
    "count": 2981,
    "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=245",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=243",
    "results": [
        {
            "matrix_id": "MA1313.1",
            "name": "WRKY7",
            "collection": "CORE",
            "base_id": "MA1313",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1313.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1313.1/"
        },
        {
            "matrix_id": "MA1308.1",
            "name": "WRKY70",
            "collection": "CORE",
            "base_id": "MA1308",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1308.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1308.1/"
        },
        {
            "matrix_id": "MA1316.1",
            "name": "WRKY71",
            "collection": "CORE",
            "base_id": "MA1316",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1316.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1316.1/"
        },
        {
            "matrix_id": "MA1093.1",
            "name": "WRKY75",
            "collection": "CORE",
            "base_id": "MA1093",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1093.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1093.1/"
        },
        {
            "matrix_id": "MA1094.1",
            "name": "WRKY8",
            "collection": "CORE",
            "base_id": "MA1094",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1094.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1094.1/"
        },
        {
            "matrix_id": "MA1094.2",
            "name": "WRKY8",
            "collection": "CORE",
            "base_id": "MA1094",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1094.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1094.2/"
        },
        {
            "matrix_id": "MA1627.1",
            "name": "Wt1",
            "collection": "CORE",
            "base_id": "MA1627",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1627.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1627.1/"
        },
        {
            "matrix_id": "MA0414.1",
            "name": "XBP1",
            "collection": "CORE",
            "base_id": "MA0414",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0414.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0414.1/"
        },
        {
            "matrix_id": "MA0844.1",
            "name": "XBP1",
            "collection": "CORE",
            "base_id": "MA0844",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0844.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0844.1/"
        },
        {
            "matrix_id": "UN0415.1",
            "name": "YAB1",
            "collection": "UNVALIDATED",
            "base_id": "UN0415",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0415.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0415.1/"
        }
    ]
}