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=565
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=566",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=564",
    "results": [
        {
            "matrix_id": "MA1449.2",
            "name": "hlh-30",
            "collection": "CORE",
            "base_id": "MA1449",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1449.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1449.2/"
        },
        {
            "matrix_id": "UN0732.1",
            "name": "hlh-4",
            "collection": "UNVALIDATED",
            "base_id": "UN0732",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0732.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0732.1/"
        },
        {
            "matrix_id": "UN0733.1",
            "name": "hlh-8",
            "collection": "UNVALIDATED",
            "base_id": "UN0733",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0733.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0733.1/"
        },
        {
            "matrix_id": "MA2313.1",
            "name": "hng1",
            "collection": "CORE",
            "base_id": "MA2313",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2313.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2313.1/"
        },
        {
            "matrix_id": "MA2314.1",
            "name": "hr3",
            "collection": "CORE",
            "base_id": "MA2314",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2314.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2314.1/"
        },
        {
            "matrix_id": "MA0449.1",
            "name": "hry",
            "collection": "CORE",
            "base_id": "MA0449",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0449.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0449.1/"
        },
        {
            "matrix_id": "MA2169.1",
            "name": "hsf-1",
            "collection": "CORE",
            "base_id": "MA2169",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2169.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2169.1/"
        },
        {
            "matrix_id": "MA2755.1",
            "name": "hsftf24",
            "collection": "CORE",
            "base_id": "MA2755",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2755.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2755.1/"
        },
        {
            "matrix_id": "MA0227.1",
            "name": "hth",
            "collection": "CORE",
            "base_id": "MA0227",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0227.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0227.1/"
        },
        {
            "matrix_id": "MA0228.1",
            "name": "ind",
            "collection": "CORE",
            "base_id": "MA0228",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0228.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0228.1/"
        }
    ]
}