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=353
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=354",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=352",
    "results": [
        {
            "matrix_id": "MA0793.2",
            "name": "POU6F2",
            "collection": "CORE",
            "base_id": "MA0793",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0793.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0793.2/"
        },
        {
            "matrix_id": "MA1148.1",
            "name": "PPARA::RXRA",
            "collection": "CORE",
            "base_id": "MA1148",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1148.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1148.1/"
        },
        {
            "matrix_id": "MA1148.2",
            "name": "PPARA::RXRA",
            "collection": "CORE",
            "base_id": "MA1148",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1148.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1148.2/"
        },
        {
            "matrix_id": "MA1550.1",
            "name": "PPARD",
            "collection": "CORE",
            "base_id": "MA1550",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1550.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1550.1/"
        },
        {
            "matrix_id": "MA1550.2",
            "name": "PPARD",
            "collection": "CORE",
            "base_id": "MA1550",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1550.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1550.2/"
        },
        {
            "matrix_id": "MA0066.1",
            "name": "PPARG",
            "collection": "CORE",
            "base_id": "MA0066",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0066.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0066.1/"
        },
        {
            "matrix_id": "MA0066.2",
            "name": "PPARG",
            "collection": "CORE",
            "base_id": "MA0066",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0066.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0066.2/"
        },
        {
            "matrix_id": "MA0065.1",
            "name": "PPARG::RXRA",
            "collection": "CORE",
            "base_id": "MA0065",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0065.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0065.1/"
        },
        {
            "matrix_id": "MA2703.1",
            "name": "PPR1",
            "collection": "CORE",
            "base_id": "MA2703",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2703.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2703.1/"
        },
        {
            "matrix_id": "MA0508.1",
            "name": "PRDM1",
            "collection": "CORE",
            "base_id": "MA0508",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0508.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0508.1/"
        }
    ]
}