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=6
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=7",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=5",
    "results": [
        {
            "matrix_id": "UN0386.2",
            "name": "AGL95",
            "collection": "UNVALIDATED",
            "base_id": "UN0386",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0386.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0386.2/"
        },
        {
            "matrix_id": "MA0932.1",
            "name": "AHL12",
            "collection": "CORE",
            "base_id": "MA0932",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0932.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0932.1/"
        },
        {
            "matrix_id": "MA2374.1",
            "name": "AHL13",
            "collection": "CORE",
            "base_id": "MA2374",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2374.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2374.1/"
        },
        {
            "matrix_id": "MA0933.1",
            "name": "AHL20",
            "collection": "CORE",
            "base_id": "MA0933",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0933.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0933.1/"
        },
        {
            "matrix_id": "MA0934.1",
            "name": "AHL25",
            "collection": "CORE",
            "base_id": "MA0934",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0934.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0934.1/"
        },
        {
            "matrix_id": "MA0959.1",
            "name": "AIB",
            "collection": "CORE",
            "base_id": "MA0959",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0959.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0959.1/"
        },
        {
            "matrix_id": "MA1378.1",
            "name": "AIL6",
            "collection": "CORE",
            "base_id": "MA1378",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1378.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1378.1/"
        },
        {
            "matrix_id": "MA1235.1",
            "name": "AIL7",
            "collection": "CORE",
            "base_id": "MA1235",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1235.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1235.1/"
        },
        {
            "matrix_id": "MA0634.1",
            "name": "ALX3",
            "collection": "CORE",
            "base_id": "MA0634",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0634.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0634.1/"
        },
        {
            "matrix_id": "MA0634.2",
            "name": "ALX3",
            "collection": "CORE",
            "base_id": "MA0634",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0634.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0634.2/"
        }
    ]
}