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=146
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=147",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=145",
    "results": [
        {
            "matrix_id": "MA0117.1",
            "name": "Mafb",
            "collection": "CORE",
            "base_id": "MA0117",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0117.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0117.1/"
        },
        {
            "matrix_id": "MA0117.2",
            "name": "Mafb",
            "collection": "CORE",
            "base_id": "MA0117",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0117.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0117.2/"
        },
        {
            "matrix_id": "MA0659.3",
            "name": "Mafg",
            "collection": "CORE",
            "base_id": "MA0659",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0659.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0659.3/"
        },
        {
            "matrix_id": "MA1897.1",
            "name": "Max",
            "collection": "CORE",
            "base_id": "MA1897",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1897.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1897.1/"
        },
        {
            "matrix_id": "MA0029.1",
            "name": "Mecom",
            "collection": "CORE",
            "base_id": "MA0029",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0029.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0029.1/"
        },
        {
            "matrix_id": "UN0454.1",
            "name": "Mef2",
            "collection": "UNVALIDATED",
            "base_id": "UN0454",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0454.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0454.1/"
        },
        {
            "matrix_id": "UN0455.1",
            "name": "Meis",
            "collection": "UNVALIDATED",
            "base_id": "UN0455",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0455.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0455.1/"
        },
        {
            "matrix_id": "MA0498.1",
            "name": "Meis1",
            "collection": "CORE",
            "base_id": "MA0498",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0498.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0498.1/"
        },
        {
            "matrix_id": "MA1898.1",
            "name": "Meox",
            "collection": "CORE",
            "base_id": "MA1898",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1898.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1898.1/"
        },
        {
            "matrix_id": "UN0456.1",
            "name": "Mesp-Msgn",
            "collection": "UNVALIDATED",
            "base_id": "UN0456",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0456.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0456.1/"
        }
    ]
}