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=523
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=524",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=522",
    "results": [
        {
            "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": "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/"
        },
        {
            "matrix_id": "UN0792.1",
            "name": "tx",
            "collection": "UNVALIDATED",
            "base_id": "UN0792",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0792.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0792.1/"
        },
        {
            "matrix_id": "MA2321.1",
            "name": "tx",
            "collection": "CORE",
            "base_id": "MA2321",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2321.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2321.1/"
        },
        {
            "matrix_id": "MA1443.1",
            "name": "unc-30",
            "collection": "CORE",
            "base_id": "MA1443",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1443.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1443.1/"
        }
    ]
}