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=252
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=253",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=251",
    "results": [
        {
            "matrix_id": "MA1583.1",
            "name": "ZFP57",
            "collection": "CORE",
            "base_id": "MA1583",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1583.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1583.1/"
        },
        {
            "matrix_id": "UN0155.1",
            "name": "ZFP64",
            "collection": "UNVALIDATED",
            "base_id": "UN0155",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0155.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0155.1/"
        },
        {
            "matrix_id": "UN0588.1",
            "name": "ZFP64",
            "collection": "UNVALIDATED",
            "base_id": "UN0588",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0588.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0588.1/"
        },
        {
            "matrix_id": "UN0156.1",
            "name": "ZFP69",
            "collection": "UNVALIDATED",
            "base_id": "UN0156",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0156.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0156.1/"
        },
        {
            "matrix_id": "UN0589.1",
            "name": "ZFP69B",
            "collection": "UNVALIDATED",
            "base_id": "UN0589",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0589.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0589.1/"
        },
        {
            "matrix_id": "UN0590.1",
            "name": "ZFP82",
            "collection": "UNVALIDATED",
            "base_id": "UN0590",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0590.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0590.1/"
        },
        {
            "matrix_id": "UN0313.1",
            "name": "ZFP91",
            "collection": "UNVALIDATED",
            "base_id": "UN0313",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0313.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0313.1/"
        },
        {
            "matrix_id": "MA1329.1",
            "name": "ZHD1",
            "collection": "CORE",
            "base_id": "MA1329",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1329.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1329.1/"
        },
        {
            "matrix_id": "MA1329.2",
            "name": "ZHD1",
            "collection": "CORE",
            "base_id": "MA1329",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1329.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1329.2/"
        },
        {
            "matrix_id": "MA1807.1",
            "name": "ZHD10",
            "collection": "CORE",
            "base_id": "MA1807",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1807.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1807.1/"
        }
    ]
}