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=84
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=85",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=83",
    "results": [
        {
            "matrix_id": "MA0984.1",
            "name": "DOF5.7",
            "collection": "CORE",
            "base_id": "MA0984",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0984.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0984.1/"
        },
        {
            "matrix_id": "MA0984.2",
            "name": "DOF5.7",
            "collection": "CORE",
            "base_id": "MA0984",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0984.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0984.2/"
        },
        {
            "matrix_id": "MA1267.1",
            "name": "DOF5.8",
            "collection": "CORE",
            "base_id": "MA1267",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1267.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1267.1/"
        },
        {
            "matrix_id": "MA1267.2",
            "name": "DOF5.8",
            "collection": "CORE",
            "base_id": "MA1267",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1267.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1267.2/"
        },
        {
            "matrix_id": "MA0351.1",
            "name": "DOT6",
            "collection": "CORE",
            "base_id": "MA0351",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0351.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0351.1/"
        },
        {
            "matrix_id": "MA0351.2",
            "name": "DOT6",
            "collection": "CORE",
            "base_id": "MA0351",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0351.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0351.2/"
        },
        {
            "matrix_id": "MA1338.1",
            "name": "DPBF3",
            "collection": "CORE",
            "base_id": "MA1338",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1338.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1338.1/"
        },
        {
            "matrix_id": "MA1338.2",
            "name": "DPBF3",
            "collection": "CORE",
            "base_id": "MA1338",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1338.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1338.2/"
        },
        {
            "matrix_id": "MA1338.3",
            "name": "DPBF3",
            "collection": "CORE",
            "base_id": "MA1338",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1338.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1338.3/"
        },
        {
            "matrix_id": "MA1480.1",
            "name": "DPRX",
            "collection": "CORE",
            "base_id": "MA1480",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1480.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1480.1/"
        }
    ]
}