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=61
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=62",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=60",
    "results": [
        {
            "matrix_id": "MA0995.1",
            "name": "ERF039",
            "collection": "CORE",
            "base_id": "MA0995",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0995.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0995.1/"
        },
        {
            "matrix_id": "MA0995.2",
            "name": "ERF039",
            "collection": "CORE",
            "base_id": "MA0995",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0995.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0995.2/"
        },
        {
            "matrix_id": "MA1241.1",
            "name": "ERF043",
            "collection": "CORE",
            "base_id": "MA1241",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1241.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1241.1/"
        },
        {
            "matrix_id": "MA1232.1",
            "name": "ERF054",
            "collection": "CORE",
            "base_id": "MA1232",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1232.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1232.1/"
        },
        {
            "matrix_id": "MA1263.1",
            "name": "ERF055",
            "collection": "CORE",
            "base_id": "MA1263",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1263.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1263.1/"
        },
        {
            "matrix_id": "MA1753.1",
            "name": "ERF057",
            "collection": "CORE",
            "base_id": "MA1753",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1753.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1753.1/"
        },
        {
            "matrix_id": "MA0997.1",
            "name": "ERF069",
            "collection": "CORE",
            "base_id": "MA0997",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0997.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0997.1/"
        },
        {
            "matrix_id": "MA1754.1",
            "name": "ERF073",
            "collection": "CORE",
            "base_id": "MA1754",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1754.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1754.1/"
        },
        {
            "matrix_id": "MA1252.1",
            "name": "ERF086",
            "collection": "CORE",
            "base_id": "MA1252",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1252.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1252.1/"
        },
        {
            "matrix_id": "MA1247.1",
            "name": "ERF087",
            "collection": "CORE",
            "base_id": "MA1247",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1247.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1247.1/"
        }
    ]
}