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=154
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=155",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=153",
    "results": [
        {
            "matrix_id": "MA1434.1",
            "name": "NCU02182",
            "collection": "CORE",
            "base_id": "MA1434",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1434.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1434.1/"
        },
        {
            "matrix_id": "UN0089.1",
            "name": "NCU03421",
            "collection": "UNVALIDATED",
            "base_id": "UN0089",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0089.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0089.1/"
        },
        {
            "matrix_id": "UN0090.1",
            "name": "NCU04211",
            "collection": "UNVALIDATED",
            "base_id": "UN0090",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0090.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0090.1/"
        },
        {
            "matrix_id": "UN0091.1",
            "name": "NCU05061",
            "collection": "UNVALIDATED",
            "base_id": "UN0091",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0091.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0091.1/"
        },
        {
            "matrix_id": "UN0092.1",
            "name": "NCU05637",
            "collection": "UNVALIDATED",
            "base_id": "UN0092",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0092.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0092.1/"
        },
        {
            "matrix_id": "UN0093.1",
            "name": "NCU05909",
            "collection": "UNVALIDATED",
            "base_id": "UN0093",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0093.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0093.1/"
        },
        {
            "matrix_id": "UN0094.1",
            "name": "NCU06487",
            "collection": "UNVALIDATED",
            "base_id": "UN0094",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0094.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0094.1/"
        },
        {
            "matrix_id": "UN0095.1",
            "name": "NCU09576",
            "collection": "UNVALIDATED",
            "base_id": "UN0095",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0095.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0095.1/"
        },
        {
            "matrix_id": "UN0096.1",
            "name": "NCU10697",
            "collection": "UNVALIDATED",
            "base_id": "UN0096",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0096.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0096.1/"
        },
        {
            "matrix_id": "MA0343.1",
            "name": "NDT80",
            "collection": "CORE",
            "base_id": "MA0343",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0343.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0343.1/"
        }
    ]
}