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=453
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=454",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=452",
    "results": [
        {
            "matrix_id": "UN0630.1",
            "name": "ZNF554",
            "collection": "UNVALIDATED",
            "base_id": "UN0630",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0630.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0630.1/"
        },
        {
            "matrix_id": "UN0630.2",
            "name": "ZNF554",
            "collection": "UNVALIDATED",
            "base_id": "UN0630",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0630.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0630.2/"
        },
        {
            "matrix_id": "MA2335.1",
            "name": "ZNF558",
            "collection": "CORE",
            "base_id": "MA2335",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2335.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2335.1/"
        },
        {
            "matrix_id": "UN0631.1",
            "name": "ZNF560",
            "collection": "UNVALIDATED",
            "base_id": "UN0631",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0631.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0631.1/"
        },
        {
            "matrix_id": "UN0204.1",
            "name": "ZNF565",
            "collection": "UNVALIDATED",
            "base_id": "UN0204",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0204.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0204.1/"
        },
        {
            "matrix_id": "UN0632.1",
            "name": "ZNF566",
            "collection": "UNVALIDATED",
            "base_id": "UN0632",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0632.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0632.1/"
        },
        {
            "matrix_id": "UN0632.2",
            "name": "ZNF566",
            "collection": "UNVALIDATED",
            "base_id": "UN0632",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0632.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0632.2/"
        },
        {
            "matrix_id": "UN0633.1",
            "name": "ZNF567",
            "collection": "UNVALIDATED",
            "base_id": "UN0633",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0633.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0633.1/"
        },
        {
            "matrix_id": "UN0634.1",
            "name": "ZNF570",
            "collection": "UNVALIDATED",
            "base_id": "UN0634",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0634.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0634.1/"
        },
        {
            "matrix_id": "UN0634.2",
            "name": "ZNF570",
            "collection": "UNVALIDATED",
            "base_id": "UN0634",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0634.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0634.2/"
        }
    ]
}