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=55
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=56",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=54",
    "results": [
        {
            "matrix_id": "MA0640.2",
            "name": "ELF3",
            "collection": "CORE",
            "base_id": "MA0640",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0640.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0640.2/"
        },
        {
            "matrix_id": "MA0641.1",
            "name": "ELF4",
            "collection": "CORE",
            "base_id": "MA0641",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0641.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0641.1/"
        },
        {
            "matrix_id": "MA0136.1",
            "name": "ELF5",
            "collection": "CORE",
            "base_id": "MA0136",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0136.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0136.1/"
        },
        {
            "matrix_id": "MA0136.2",
            "name": "ELF5",
            "collection": "CORE",
            "base_id": "MA0136",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0136.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0136.2/"
        },
        {
            "matrix_id": "MA0028.1",
            "name": "ELK1",
            "collection": "CORE",
            "base_id": "MA0028",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0028.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0028.1/"
        },
        {
            "matrix_id": "MA0028.2",
            "name": "ELK1",
            "collection": "CORE",
            "base_id": "MA0028",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0028.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0028.2/"
        },
        {
            "matrix_id": "UN0494.1",
            "name": "ELK1::EOMES",
            "collection": "UNVALIDATED",
            "base_id": "UN0494",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0494.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0494.1/"
        },
        {
            "matrix_id": "UN0495.1",
            "name": "ELK1::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0495",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0495.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0495.1/"
        },
        {
            "matrix_id": "UN0496.1",
            "name": "ELK1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0496",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0496.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0496.1/"
        },
        {
            "matrix_id": "UN0497.1",
            "name": "ELK1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0497",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0497.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0497.1/"
        }
    ]
}