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=286
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=287",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=285",
    "results": [
        {
            "matrix_id": "MA1600.1",
            "name": "ZNF684",
            "collection": "CORE",
            "base_id": "MA1600",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1600.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1600.1/"
        },
        {
            "matrix_id": "UN0213.1",
            "name": "ZNF704",
            "collection": "UNVALIDATED",
            "base_id": "UN0213",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0213.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0213.1/"
        },
        {
            "matrix_id": "UN0214.1",
            "name": "ZNF707",
            "collection": "UNVALIDATED",
            "base_id": "UN0214",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0214.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0214.1/"
        },
        {
            "matrix_id": "UN0339.1",
            "name": "ZNF708",
            "collection": "UNVALIDATED",
            "base_id": "UN0339",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0339.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0339.1/"
        },
        {
            "matrix_id": "UN0216.1",
            "name": "ZNF713",
            "collection": "UNVALIDATED",
            "base_id": "UN0216",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0216.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0216.1/"
        },
        {
            "matrix_id": "UN0217.1",
            "name": "ZNF713",
            "collection": "UNVALIDATED",
            "base_id": "UN0217",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0217.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0217.1/"
        },
        {
            "matrix_id": "MA0753.1",
            "name": "ZNF740",
            "collection": "CORE",
            "base_id": "MA0753",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0753.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0753.1/"
        },
        {
            "matrix_id": "MA0753.2",
            "name": "ZNF740",
            "collection": "CORE",
            "base_id": "MA0753",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0753.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0753.2/"
        },
        {
            "matrix_id": "UN0218.1",
            "name": "ZNF750",
            "collection": "UNVALIDATED",
            "base_id": "UN0218",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0218.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0218.1/"
        },
        {
            "matrix_id": "UN0219.1",
            "name": "ZNF75A",
            "collection": "UNVALIDATED",
            "base_id": "UN0219",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0219.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0219.1/"
        }
    ]
}