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=329
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=330",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=328",
    "results": [
        {
            "matrix_id": "MA1908.2",
            "name": "Otx",
            "collection": "CORE",
            "base_id": "MA1908",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1908.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1908.2/"
        },
        {
            "matrix_id": "MA1030.1",
            "name": "P0510F09.23",
            "collection": "CORE",
            "base_id": "MA1030",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1030.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1030.1/"
        },
        {
            "matrix_id": "MA1030.2",
            "name": "P0510F09.23",
            "collection": "CORE",
            "base_id": "MA1030",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1030.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1030.2/"
        },
        {
            "matrix_id": "MA1961.1",
            "name": "PATZ1",
            "collection": "CORE",
            "base_id": "MA1961",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1961.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1961.1/"
        },
        {
            "matrix_id": "MA1961.2",
            "name": "PATZ1",
            "collection": "CORE",
            "base_id": "MA1961",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1961.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1961.2/"
        },
        {
            "matrix_id": "MA0779.1",
            "name": "PAX1",
            "collection": "CORE",
            "base_id": "MA0779",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0779.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0779.1/"
        },
        {
            "matrix_id": "MA0779.2",
            "name": "PAX1",
            "collection": "CORE",
            "base_id": "MA0779",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0779.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0779.2/"
        },
        {
            "matrix_id": "UN1107.1",
            "name": "PAX1::FOXD2",
            "collection": "UNVALIDATED",
            "base_id": "UN1107",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1107.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1107.1/"
        },
        {
            "matrix_id": "MA0067.2",
            "name": "PAX2",
            "collection": "CORE",
            "base_id": "MA0067",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0067.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0067.2/"
        },
        {
            "matrix_id": "MA0067.3",
            "name": "PAX2",
            "collection": "CORE",
            "base_id": "MA0067",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0067.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0067.3/"
        }
    ]
}