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=41
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=42",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=40",
    "results": [
        {
            "matrix_id": "MA0467.1",
            "name": "Crx",
            "collection": "CORE",
            "base_id": "MA0467",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0467.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0467.1/"
        },
        {
            "matrix_id": "MA0467.2",
            "name": "Crx",
            "collection": "CORE",
            "base_id": "MA0467",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0467.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0467.2/"
        },
        {
            "matrix_id": "MA0445.1",
            "name": "D",
            "collection": "CORE",
            "base_id": "MA0445",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0445.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0445.1/"
        },
        {
            "matrix_id": "MA0289.1",
            "name": "DAL80",
            "collection": "CORE",
            "base_id": "MA0289",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0289.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0289.1/"
        },
        {
            "matrix_id": "MA0290.1",
            "name": "DAL81",
            "collection": "CORE",
            "base_id": "MA0290",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0290.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0290.1/"
        },
        {
            "matrix_id": "MA0291.1",
            "name": "DAL82",
            "collection": "CORE",
            "base_id": "MA0291",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0291.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0291.1/"
        },
        {
            "matrix_id": "MA0639.1",
            "name": "DBP",
            "collection": "CORE",
            "base_id": "MA0639",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0639.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0639.1/"
        },
        {
            "matrix_id": "MA1376.1",
            "name": "DEAR3",
            "collection": "CORE",
            "base_id": "MA1376",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1376.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1376.1/"
        },
        {
            "matrix_id": "MA1366.1",
            "name": "DF1",
            "collection": "CORE",
            "base_id": "MA1366",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1366.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1366.1/"
        },
        {
            "matrix_id": "MA1192.1",
            "name": "DIV1",
            "collection": "CORE",
            "base_id": "MA1192",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1192.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1192.1/"
        }
    ]
}