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=487
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=488",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=486",
    "results": [
        {
            "matrix_id": "MA0217.1",
            "name": "caup",
            "collection": "CORE",
            "base_id": "MA0217",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0217.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0217.1/"
        },
        {
            "matrix_id": "UN0751.1",
            "name": "cbt",
            "collection": "UNVALIDATED",
            "base_id": "UN0751",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0751.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0751.1/"
        },
        {
            "matrix_id": "MA1444.1",
            "name": "cebp-1",
            "collection": "CORE",
            "base_id": "MA1444",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1444.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1444.1/"
        },
        {
            "matrix_id": "MA1444.2",
            "name": "cebp-1",
            "collection": "CORE",
            "base_id": "MA1444",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1444.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1444.2/"
        },
        {
            "matrix_id": "MA2179.1",
            "name": "ceh-10",
            "collection": "CORE",
            "base_id": "MA2179",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2179.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2179.1/"
        },
        {
            "matrix_id": "MA0263.1",
            "name": "ceh-10::ttx-3",
            "collection": "CORE",
            "base_id": "MA0263",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0263.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0263.1/"
        },
        {
            "matrix_id": "MA2158.1",
            "name": "ceh-14",
            "collection": "CORE",
            "base_id": "MA2158",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2158.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2158.1/"
        },
        {
            "matrix_id": "MA2128.1",
            "name": "ceh-18",
            "collection": "CORE",
            "base_id": "MA2128",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2128.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2128.1/"
        },
        {
            "matrix_id": "MA0264.1",
            "name": "ceh-22",
            "collection": "CORE",
            "base_id": "MA0264",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0264.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0264.1/"
        },
        {
            "matrix_id": "MA0264.2",
            "name": "ceh-22",
            "collection": "CORE",
            "base_id": "MA0264",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0264.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0264.2/"
        }
    ]
}