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=278
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=279",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=277",
    "results": [
        {
            "matrix_id": "MA1653.1",
            "name": "ZNF148",
            "collection": "CORE",
            "base_id": "MA1653",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1653.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1653.1/"
        },
        {
            "matrix_id": "MA1654.1",
            "name": "ZNF16",
            "collection": "CORE",
            "base_id": "MA1654",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1654.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1654.1/"
        },
        {
            "matrix_id": "UN0164.1",
            "name": "ZNF174",
            "collection": "UNVALIDATED",
            "base_id": "UN0164",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0164.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0164.1/"
        },
        {
            "matrix_id": "UN0165.1",
            "name": "ZNF177",
            "collection": "UNVALIDATED",
            "base_id": "UN0165",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0165.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0165.1/"
        },
        {
            "matrix_id": "UN0317.1",
            "name": "ZNF18",
            "collection": "UNVALIDATED",
            "base_id": "UN0317",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0317.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0317.1/"
        },
        {
            "matrix_id": "UN0318.1",
            "name": "ZNF189",
            "collection": "UNVALIDATED",
            "base_id": "UN0318",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0318.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0318.1/"
        },
        {
            "matrix_id": "UN0167.1",
            "name": "ZNF23",
            "collection": "UNVALIDATED",
            "base_id": "UN0167",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0167.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0167.1/"
        },
        {
            "matrix_id": "MA1124.1",
            "name": "ZNF24",
            "collection": "CORE",
            "base_id": "MA1124",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1124.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1124.1/"
        },
        {
            "matrix_id": "UN0168.1",
            "name": "ZNF248",
            "collection": "UNVALIDATED",
            "base_id": "UN0168",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0168.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0168.1/"
        },
        {
            "matrix_id": "UN0169.1",
            "name": "ZNF254",
            "collection": "UNVALIDATED",
            "base_id": "UN0169",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0169.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0169.1/"
        }
    ]
}