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=178
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=179",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=177",
    "results": [
        {
            "matrix_id": "UN0011.1",
            "name": "PK05451.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0011",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0011.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0011.1/"
        },
        {
            "matrix_id": "UN0013.1",
            "name": "PK05732.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0013",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0013.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0013.1/"
        },
        {
            "matrix_id": "UN0015.1",
            "name": "PK06517.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0015",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0015.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0015.1/"
        },
        {
            "matrix_id": "UN0016.1",
            "name": "PK07031.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0016",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0016.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0016.1/"
        },
        {
            "matrix_id": "UN0017.1",
            "name": "PK07402.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0017",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0017.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0017.1/"
        },
        {
            "matrix_id": "UN0019.1",
            "name": "PK07858.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0019",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0019.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0019.1/"
        },
        {
            "matrix_id": "UN0021.1",
            "name": "PK08602.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0021",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0021.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0021.1/"
        },
        {
            "matrix_id": "UN0022.1",
            "name": "PK09021.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0022",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0022.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0022.1/"
        },
        {
            "matrix_id": "UN0025.1",
            "name": "PK09702.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0025",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0025.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0025.1/"
        },
        {
            "matrix_id": "UN0026.1",
            "name": "PK10344.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0026",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0026.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0026.1/"
        }
    ]
}