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=435
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=436",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=434",
    "results": [
        {
            "matrix_id": "UN0164.1",
            "name": "ZNF174",
            "collection": "UNVALIDATED",
            "base_id": "UN0164",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0164.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0164.1/"
        },
        {
            "matrix_id": "UN0164.2",
            "name": "ZNF174",
            "collection": "UNVALIDATED",
            "base_id": "UN0164",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0164.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0164.2/"
        },
        {
            "matrix_id": "MA2332.1",
            "name": "ZNF175",
            "collection": "CORE",
            "base_id": "MA2332",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2332.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2332.1/"
        },
        {
            "matrix_id": "UN0165.1",
            "name": "ZNF177",
            "collection": "UNVALIDATED",
            "base_id": "UN0165",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0165.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0165.1/"
        },
        {
            "matrix_id": "UN0165.2",
            "name": "ZNF177",
            "collection": "UNVALIDATED",
            "base_id": "UN0165",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0165.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0165.2/"
        },
        {
            "matrix_id": "UN0317.1",
            "name": "ZNF18",
            "collection": "UNVALIDATED",
            "base_id": "UN0317",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0317.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0317.1/"
        },
        {
            "matrix_id": "UN0317.2",
            "name": "ZNF18",
            "collection": "UNVALIDATED",
            "base_id": "UN0317",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0317.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0317.2/"
        },
        {
            "matrix_id": "UN0597.1",
            "name": "ZNF182",
            "collection": "UNVALIDATED",
            "base_id": "UN0597",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0597.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0597.1/"
        },
        {
            "matrix_id": "MA2120.1",
            "name": "ZNF184",
            "collection": "CORE",
            "base_id": "MA2120",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2120.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2120.1/"
        },
        {
            "matrix_id": "MA1725.1",
            "name": "ZNF189",
            "collection": "CORE",
            "base_id": "MA1725",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1725.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1725.1/"
        }
    ]
}