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=63
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=64",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=62",
    "results": [
        {
            "matrix_id": "MA1001.2",
            "name": "ERF11",
            "collection": "CORE",
            "base_id": "MA1001",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1001.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1001.2/"
        },
        {
            "matrix_id": "MA1001.3",
            "name": "ERF11",
            "collection": "CORE",
            "base_id": "MA1001",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1001.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1001.3/"
        },
        {
            "matrix_id": "MA1245.1",
            "name": "ERF112",
            "collection": "CORE",
            "base_id": "MA1245",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1245.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1245.1/"
        },
        {
            "matrix_id": "MA1245.2",
            "name": "ERF112",
            "collection": "CORE",
            "base_id": "MA1245",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1245.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1245.2/"
        },
        {
            "matrix_id": "MA2013.1",
            "name": "ERF115",
            "collection": "CORE",
            "base_id": "MA2013",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA2013.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA2013.1/"
        },
        {
            "matrix_id": "MA1671.1",
            "name": "ERF118",
            "collection": "CORE",
            "base_id": "MA1671",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1671.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1671.1/"
        },
        {
            "matrix_id": "MA1261.1",
            "name": "ERF122",
            "collection": "CORE",
            "base_id": "MA1261",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1261.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1261.1/"
        },
        {
            "matrix_id": "MA1004.1",
            "name": "ERF13",
            "collection": "CORE",
            "base_id": "MA1004",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1004.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1004.1/"
        },
        {
            "matrix_id": "MA1231.1",
            "name": "ERF15",
            "collection": "CORE",
            "base_id": "MA1231",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1231.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1231.1/"
        },
        {
            "matrix_id": "MA1231.2",
            "name": "ERF15",
            "collection": "CORE",
            "base_id": "MA1231",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1231.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1231.2/"
        }
    ]
}