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=60
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=61",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=59",
    "results": [
        {
            "matrix_id": "MA2012.1",
            "name": "ERF023",
            "collection": "CORE",
            "base_id": "MA2012",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA2012.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA2012.1/"
        },
        {
            "matrix_id": "MA1752.1",
            "name": "ERF025",
            "collection": "CORE",
            "base_id": "MA1752",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1752.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1752.1/"
        },
        {
            "matrix_id": "MA1227.1",
            "name": "ERF027",
            "collection": "CORE",
            "base_id": "MA1227",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1227.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1227.1/"
        },
        {
            "matrix_id": "MA1227.2",
            "name": "ERF027",
            "collection": "CORE",
            "base_id": "MA1227",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1227.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1227.2/"
        },
        {
            "matrix_id": "MA1229.1",
            "name": "ERF034",
            "collection": "CORE",
            "base_id": "MA1229",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1229.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1229.1/"
        },
        {
            "matrix_id": "MA1223.1",
            "name": "ERF035",
            "collection": "CORE",
            "base_id": "MA1223",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1223.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1223.1/"
        },
        {
            "matrix_id": "MA1253.1",
            "name": "ERF036",
            "collection": "CORE",
            "base_id": "MA1253",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1253.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1253.1/"
        },
        {
            "matrix_id": "MA1230.1",
            "name": "ERF037",
            "collection": "CORE",
            "base_id": "MA1230",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1230.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1230.1/"
        },
        {
            "matrix_id": "MA1238.1",
            "name": "ERF038",
            "collection": "CORE",
            "base_id": "MA1238",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1238.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1238.1/"
        },
        {
            "matrix_id": "MA1238.2",
            "name": "ERF038",
            "collection": "CORE",
            "base_id": "MA1238",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1238.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1238.2/"
        }
    ]
}