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=134
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=135",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=133",
    "results": [
        {
            "matrix_id": "MA0333.1",
            "name": "MET31",
            "collection": "CORE",
            "base_id": "MA0333",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0333.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0333.1/"
        },
        {
            "matrix_id": "MA0334.1",
            "name": "MET32",
            "collection": "CORE",
            "base_id": "MA0334",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0334.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0334.1/"
        },
        {
            "matrix_id": "MA0335.1",
            "name": "MET4",
            "collection": "CORE",
            "base_id": "MA0335",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0335.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0335.1/"
        },
        {
            "matrix_id": "MA0801.1",
            "name": "MGA",
            "collection": "CORE",
            "base_id": "MA0801",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0801.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0801.1/"
        },
        {
            "matrix_id": "MA0336.1",
            "name": "MGA1",
            "collection": "CORE",
            "base_id": "MA0336",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0336.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0336.1/"
        },
        {
            "matrix_id": "UN0572.1",
            "name": "MGA::DLX2",
            "collection": "UNVALIDATED",
            "base_id": "UN0572",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0572.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0572.1/"
        },
        {
            "matrix_id": "UN0573.1",
            "name": "MGA::DLX3",
            "collection": "UNVALIDATED",
            "base_id": "UN0573",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0573.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0573.1/"
        },
        {
            "matrix_id": "MA1960.1",
            "name": "MGA::EVX1",
            "collection": "CORE",
            "base_id": "MA1960",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1960.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1960.1/"
        },
        {
            "matrix_id": "UN0405.1",
            "name": "MGH6.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0405",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0405.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0405.1/"
        },
        {
            "matrix_id": "MA1158.1",
            "name": "MGP",
            "collection": "CORE",
            "base_id": "MA1158",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1158.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1158.1/"
        }
    ]
}