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=50
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=51",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=49",
    "results": [
        {
            "matrix_id": "MA1359.1",
            "name": "BPE",
            "collection": "CORE",
            "base_id": "MA1359",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1359.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1359.1/"
        },
        {
            "matrix_id": "MA1359.2",
            "name": "BPE",
            "collection": "CORE",
            "base_id": "MA1359",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1359.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1359.2/"
        },
        {
            "matrix_id": "MA1359.3",
            "name": "BPE",
            "collection": "CORE",
            "base_id": "MA1359",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1359.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1359.3/"
        },
        {
            "matrix_id": "MA1741.1",
            "name": "BRN2",
            "collection": "CORE",
            "base_id": "MA1741",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1741.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1741.1/"
        },
        {
            "matrix_id": "MA0876.1",
            "name": "BSX",
            "collection": "CORE",
            "base_id": "MA0876",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0876.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0876.1/"
        },
        {
            "matrix_id": "MA0876.2",
            "name": "BSX",
            "collection": "CORE",
            "base_id": "MA0876",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0876.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0876.2/"
        },
        {
            "matrix_id": "MA1334.1",
            "name": "BZIP11",
            "collection": "CORE",
            "base_id": "MA1334",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1334.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1334.1/"
        },
        {
            "matrix_id": "MA1334.2",
            "name": "BZIP11",
            "collection": "CORE",
            "base_id": "MA1334",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1334.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1334.2/"
        },
        {
            "matrix_id": "MA1349.1",
            "name": "BZIP16",
            "collection": "CORE",
            "base_id": "MA1349",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1349.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1349.1/"
        },
        {
            "matrix_id": "MA1349.2",
            "name": "BZIP16",
            "collection": "CORE",
            "base_id": "MA1349",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1349.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1349.2/"
        }
    ]
}