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": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=61",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=59",
    "results": [
        {
            "matrix_id": "MA1234.1",
            "name": "ERF017",
            "collection": "CORE",
            "base_id": "MA1234",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1234.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1234.1/"
        },
        {
            "matrix_id": "MA1048.1",
            "name": "ERF018",
            "collection": "CORE",
            "base_id": "MA1048",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1048.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1048.1/"
        },
        {
            "matrix_id": "MA1424.1",
            "name": "ERF019",
            "collection": "CORE",
            "base_id": "MA1424",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1424.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1424.1/"
        },
        {
            "matrix_id": "MA1233.1",
            "name": "ERF021",
            "collection": "CORE",
            "base_id": "MA1233",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1233.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1233.1/"
        },
        {
            "matrix_id": "MA1233.2",
            "name": "ERF021",
            "collection": "CORE",
            "base_id": "MA1233",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1233.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1233.2/"
        },
        {
            "matrix_id": "MA1227.1",
            "name": "ERF027",
            "collection": "CORE",
            "base_id": "MA1227",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1227.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1227.1/"
        },
        {
            "matrix_id": "MA1227.2",
            "name": "ERF027",
            "collection": "CORE",
            "base_id": "MA1227",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1227.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1227.2/"
        },
        {
            "matrix_id": "MA1223.1",
            "name": "ERF035",
            "collection": "CORE",
            "base_id": "MA1223",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1223.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1223.1/"
        },
        {
            "matrix_id": "MA1230.1",
            "name": "ERF037",
            "collection": "CORE",
            "base_id": "MA1230",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1230.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1230.1/"
        },
        {
            "matrix_id": "MA0995.1",
            "name": "ERF039",
            "collection": "CORE",
            "base_id": "MA0995",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0995.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0995.1/"
        }
    ]
}