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=343
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=344",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=342",
    "results": [
        {
            "matrix_id": "MA2068.1",
            "name": "PK10344.1",
            "collection": "CORE",
            "base_id": "MA2068",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2068.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2068.1/"
        },
        {
            "matrix_id": "MA2069.1",
            "name": "PK10955.1",
            "collection": "CORE",
            "base_id": "MA2069",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2069.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2069.1/"
        },
        {
            "matrix_id": "MA2481.1",
            "name": "PK12011.1",
            "collection": "CORE",
            "base_id": "MA2481",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2481.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2481.1/"
        },
        {
            "matrix_id": "UN0030.1",
            "name": "PK12240.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0030",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0030.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0030.1/"
        },
        {
            "matrix_id": "MA2478.1",
            "name": "PK13314.1",
            "collection": "CORE",
            "base_id": "MA2478",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2478.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2478.1/"
        },
        {
            "matrix_id": "UN0829.1",
            "name": "PK14402.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0829",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0829.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0829.1/"
        },
        {
            "matrix_id": "UN0034.1",
            "name": "PK14653.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0034",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0034.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0034.1/"
        },
        {
            "matrix_id": "UN0034.2",
            "name": "PK14653.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0034",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0034.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0034.2/"
        },
        {
            "matrix_id": "MA2070.1",
            "name": "PK15337.1",
            "collection": "CORE",
            "base_id": "MA2070",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2070.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2070.1/"
        },
        {
            "matrix_id": "MA2071.1",
            "name": "PK15505.1",
            "collection": "CORE",
            "base_id": "MA2071",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2071.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2071.1/"
        }
    ]
}