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

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=589",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=587",
    "results": [
        {
            "matrix_id": "MA0459.1",
            "name": "tll",
            "collection": "CORE",
            "base_id": "MA0459",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0459.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0459.1/"
        },
        {
            "matrix_id": "UN0791.1",
            "name": "toe",
            "collection": "UNVALIDATED",
            "base_id": "UN0791",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0791.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0791.1/"
        },
        {
            "matrix_id": "MA2696.1",
            "name": "toe1",
            "collection": "CORE",
            "base_id": "MA2696",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2696.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2696.1/"
        },
        {
            "matrix_id": "UN1273.1",
            "name": "toe3",
            "collection": "UNVALIDATED",
            "base_id": "UN1273",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1273.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1273.1/"
        },
        {
            "matrix_id": "MA2289.1",
            "name": "toy",
            "collection": "CORE",
            "base_id": "MA2289",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2289.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2289.1/"
        },
        {
            "matrix_id": "MA0460.1",
            "name": "ttk",
            "collection": "CORE",
            "base_id": "MA0460",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0460.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0460.1/"
        },
        {
            "matrix_id": "MA0248.1",
            "name": "tup",
            "collection": "CORE",
            "base_id": "MA0248",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0248.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0248.1/"
        },
        {
            "matrix_id": "MA0249.1",
            "name": "twi",
            "collection": "CORE",
            "base_id": "MA0249",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0249.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0249.1/"
        },
        {
            "matrix_id": "MA0249.2",
            "name": "twi",
            "collection": "CORE",
            "base_id": "MA0249",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0249.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0249.2/"
        },
        {
            "matrix_id": "MA0249.3",
            "name": "twi",
            "collection": "CORE",
            "base_id": "MA0249",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0249.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0249.3/"
        }
    ]
}