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=355
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=356",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=354",
    "results": [
        {
            "matrix_id": "MA0794.1",
            "name": "PROX1",
            "collection": "CORE",
            "base_id": "MA0794",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0794.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0794.1/"
        },
        {
            "matrix_id": "MA0716.1",
            "name": "PRRX1",
            "collection": "CORE",
            "base_id": "MA0716",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0716.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0716.1/"
        },
        {
            "matrix_id": "MA0716.2",
            "name": "PRRX1",
            "collection": "CORE",
            "base_id": "MA0716",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0716.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0716.2/"
        },
        {
            "matrix_id": "MA0075.3",
            "name": "PRRX2",
            "collection": "CORE",
            "base_id": "MA0075",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0075.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0075.3/"
        },
        {
            "matrix_id": "MA0075.4",
            "name": "PRRX2",
            "collection": "CORE",
            "base_id": "MA0075",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0075.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0075.4/"
        },
        {
            "matrix_id": "MA2361.1",
            "name": "PRUPE_ppa000682mg",
            "collection": "CORE",
            "base_id": "MA2361",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2361.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2361.1/"
        },
        {
            "matrix_id": "MA0358.1",
            "name": "PUT3",
            "collection": "CORE",
            "base_id": "MA0358",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0358.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0358.1/"
        },
        {
            "matrix_id": "MA0358.2",
            "name": "PUT3",
            "collection": "CORE",
            "base_id": "MA0358",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0358.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0358.2/"
        },
        {
            "matrix_id": "MA0067.1",
            "name": "Pax2",
            "collection": "CORE",
            "base_id": "MA0067",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0067.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0067.1/"
        },
        {
            "matrix_id": "MA2113.1",
            "name": "Pax2-5-8-a",
            "collection": "CORE",
            "base_id": "MA2113",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2113.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2113.1/"
        }
    ]
}