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

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=469",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=467",
    "results": [
        {
            "matrix_id": "MA1719.1",
            "name": "ZNF816",
            "collection": "CORE",
            "base_id": "MA1719",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1719.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1719.1/"
        },
        {
            "matrix_id": "MA1719.2",
            "name": "ZNF816",
            "collection": "CORE",
            "base_id": "MA1719",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1719.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1719.2/"
        },
        {
            "matrix_id": "UN0237.1",
            "name": "ZNF821",
            "collection": "UNVALIDATED",
            "base_id": "UN0237",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0237.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0237.1/"
        },
        {
            "matrix_id": "UN0237.2",
            "name": "ZNF821",
            "collection": "UNVALIDATED",
            "base_id": "UN0237",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0237.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0237.2/"
        },
        {
            "matrix_id": "UN0238.1",
            "name": "ZNF823",
            "collection": "UNVALIDATED",
            "base_id": "UN0238",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0238.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0238.1/"
        },
        {
            "matrix_id": "UN0238.2",
            "name": "ZNF823",
            "collection": "UNVALIDATED",
            "base_id": "UN0238",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0238.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0238.2/"
        },
        {
            "matrix_id": "UN0239.1",
            "name": "ZNF84",
            "collection": "UNVALIDATED",
            "base_id": "UN0239",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0239.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0239.1/"
        },
        {
            "matrix_id": "UN0663.1",
            "name": "ZNF846",
            "collection": "UNVALIDATED",
            "base_id": "UN0663",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0663.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0663.1/"
        },
        {
            "matrix_id": "UN0663.2",
            "name": "ZNF846",
            "collection": "UNVALIDATED",
            "base_id": "UN0663",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0663.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0663.2/"
        },
        {
            "matrix_id": "MA1720.1",
            "name": "ZNF85",
            "collection": "CORE",
            "base_id": "MA1720",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1720.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1720.1/"
        }
    ]
}