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=92
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=93",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=91",
    "results": [
        {
            "matrix_id": "UN0541.1",
            "name": "GCM1::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0541",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0541.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0541.1/"
        },
        {
            "matrix_id": "UN0542.1",
            "name": "GCM1::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0542",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0542.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0542.1/"
        },
        {
            "matrix_id": "UN0543.1",
            "name": "GCM1::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0543",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0543.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0543.1/"
        },
        {
            "matrix_id": "UN0544.1",
            "name": "GCM1::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN0544",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0544.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0544.1/"
        },
        {
            "matrix_id": "UN0545.1",
            "name": "GCM1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0545",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0545.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0545.1/"
        },
        {
            "matrix_id": "UN0546.1",
            "name": "GCM1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0546",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0546.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0546.1/"
        },
        {
            "matrix_id": "UN0547.1",
            "name": "GCM1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0547",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0547.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0547.1/"
        },
        {
            "matrix_id": "UN0548.1",
            "name": "GCM1::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0548",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0548.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0548.1/"
        },
        {
            "matrix_id": "UN0549.1",
            "name": "GCM1::SOX2",
            "collection": "UNVALIDATED",
            "base_id": "UN0549",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0549.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0549.1/"
        },
        {
            "matrix_id": "UN0550.1",
            "name": "GCM1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0550",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0550.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0550.1/"
        }
    ]
}