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=342
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=343",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=341",
    "results": [
        {
            "matrix_id": "MA2354.1",
            "name": "PK06182.1",
            "collection": "CORE",
            "base_id": "MA2354",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2354.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2354.1/"
        },
        {
            "matrix_id": "MA2061.1",
            "name": "PK06517.1",
            "collection": "CORE",
            "base_id": "MA2061",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2061.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2061.1/"
        },
        {
            "matrix_id": "MA2355.1",
            "name": "PK06791.1",
            "collection": "CORE",
            "base_id": "MA2355",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2355.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2355.1/"
        },
        {
            "matrix_id": "MA2062.1",
            "name": "PK07031.1",
            "collection": "CORE",
            "base_id": "MA2062",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2062.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2062.1/"
        },
        {
            "matrix_id": "MA2063.1",
            "name": "PK07402.1",
            "collection": "CORE",
            "base_id": "MA2063",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2063.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2063.1/"
        },
        {
            "matrix_id": "MA2064.1",
            "name": "PK07858.1",
            "collection": "CORE",
            "base_id": "MA2064",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2064.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2064.1/"
        },
        {
            "matrix_id": "MA2065.1",
            "name": "PK08602.1",
            "collection": "CORE",
            "base_id": "MA2065",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2065.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2065.1/"
        },
        {
            "matrix_id": "MA2066.1",
            "name": "PK09021.1",
            "collection": "CORE",
            "base_id": "MA2066",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2066.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2066.1/"
        },
        {
            "matrix_id": "MA2067.1",
            "name": "PK09702.1",
            "collection": "CORE",
            "base_id": "MA2067",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2067.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2067.1/"
        },
        {
            "matrix_id": "UN0828.1",
            "name": "PK10342.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0828",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0828.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0828.1/"
        }
    ]
}