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=402
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=403",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=401",
    "results": [
        {
            "matrix_id": "MA0396.2",
            "name": "STP3",
            "collection": "CORE",
            "base_id": "MA0396",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0396.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0396.2/"
        },
        {
            "matrix_id": "MA0397.1",
            "name": "STP4",
            "collection": "CORE",
            "base_id": "MA0397",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0397.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0397.1/"
        },
        {
            "matrix_id": "MA0397.2",
            "name": "STP4",
            "collection": "CORE",
            "base_id": "MA0397",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0397.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0397.2/"
        },
        {
            "matrix_id": "MA0398.1",
            "name": "SUM1",
            "collection": "CORE",
            "base_id": "MA0398",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0398.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0398.1/"
        },
        {
            "matrix_id": "MA0398.2",
            "name": "SUM1",
            "collection": "CORE",
            "base_id": "MA0398",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0398.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0398.2/"
        },
        {
            "matrix_id": "MA0399.1",
            "name": "SUT1",
            "collection": "CORE",
            "base_id": "MA0399",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0399.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0399.1/"
        },
        {
            "matrix_id": "MA0400.1",
            "name": "SUT2",
            "collection": "CORE",
            "base_id": "MA0400",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0400.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0400.1/"
        },
        {
            "matrix_id": "MA0400.2",
            "name": "SUT2",
            "collection": "CORE",
            "base_id": "MA0400",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0400.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0400.2/"
        },
        {
            "matrix_id": "MA0555.1",
            "name": "SVP",
            "collection": "CORE",
            "base_id": "MA0555",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0555.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0555.1/"
        },
        {
            "matrix_id": "MA0555.2",
            "name": "SVP",
            "collection": "CORE",
            "base_id": "MA0555",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0555.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0555.2/"
        }
    ]
}