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=129
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=130",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=128",
    "results": [
        {
            "matrix_id": "MA1895.1",
            "name": "Lhx3/4",
            "collection": "CORE",
            "base_id": "MA1895",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1895.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1895.1/"
        },
        {
            "matrix_id": "MA0704.1",
            "name": "Lhx4",
            "collection": "CORE",
            "base_id": "MA0704",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0704.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0704.1/"
        },
        {
            "matrix_id": "MA0705.1",
            "name": "Lhx8",
            "collection": "CORE",
            "base_id": "MA0705",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0705.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0705.1/"
        },
        {
            "matrix_id": "MA0194.1",
            "name": "Lim1",
            "collection": "CORE",
            "base_id": "MA0194",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0194.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0194.1/"
        },
        {
            "matrix_id": "MA0195.1",
            "name": "Lim3",
            "collection": "CORE",
            "base_id": "MA0195",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0195.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0195.1/"
        },
        {
            "matrix_id": "MA1896.1",
            "name": "Lmx-b",
            "collection": "CORE",
            "base_id": "MA1896",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1896.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1896.1/"
        },
        {
            "matrix_id": "UN0253.1",
            "name": "Lyl1",
            "collection": "UNVALIDATED",
            "base_id": "UN0253",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0253.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0253.1/"
        },
        {
            "matrix_id": "MA1459.1",
            "name": "M1BP",
            "collection": "CORE",
            "base_id": "MA1459",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1459.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1459.1/"
        },
        {
            "matrix_id": "MA0326.1",
            "name": "MAC1",
            "collection": "CORE",
            "base_id": "MA0326",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0326.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0326.1/"
        },
        {
            "matrix_id": "MA1520.1",
            "name": "MAF",
            "collection": "CORE",
            "base_id": "MA1520",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1520.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1520.1/"
        }
    ]
}