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": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=64",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=62",
    "results": [
        {
            "matrix_id": "MA1005.1",
            "name": "ERF3",
            "collection": "CORE",
            "base_id": "MA1005",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1005.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1005.1/"
        },
        {
            "matrix_id": "MA1005.2",
            "name": "ERF3",
            "collection": "CORE",
            "base_id": "MA1005",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1005.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1005.2/"
        },
        {
            "matrix_id": "MA1238.1",
            "name": "ERF38",
            "collection": "CORE",
            "base_id": "MA1238",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1238.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1238.1/"
        },
        {
            "matrix_id": "MA1238.2",
            "name": "ERF38",
            "collection": "CORE",
            "base_id": "MA1238",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1238.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1238.2/"
        },
        {
            "matrix_id": "MA0992.1",
            "name": "ERF4",
            "collection": "CORE",
            "base_id": "MA0992",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0992.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0992.1/"
        },
        {
            "matrix_id": "MA0992.2",
            "name": "ERF4",
            "collection": "CORE",
            "base_id": "MA0992",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0992.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0992.2/"
        },
        {
            "matrix_id": "MA1225.1",
            "name": "ERF5",
            "collection": "CORE",
            "base_id": "MA1225",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1225.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1225.1/"
        },
        {
            "matrix_id": "MA1006.1",
            "name": "ERF6",
            "collection": "CORE",
            "base_id": "MA1006",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1006.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1006.1/"
        },
        {
            "matrix_id": "MA0993.1",
            "name": "ERF7",
            "collection": "CORE",
            "base_id": "MA0993",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0993.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0993.1/"
        },
        {
            "matrix_id": "MA0994.1",
            "name": "ERF8",
            "collection": "CORE",
            "base_id": "MA0994",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0994.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0994.1/"
        }
    ]
}