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=480
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=481",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=479",
    "results": [
        {
            "matrix_id": "MA0116.1",
            "name": "Znf423",
            "collection": "CORE",
            "base_id": "MA0116",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0116.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0116.1/"
        },
        {
            "matrix_id": "UN0269.1",
            "name": "Znf431",
            "collection": "UNVALIDATED",
            "base_id": "UN0269",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0269.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0269.1/"
        },
        {
            "matrix_id": "UN0269.2",
            "name": "Znf431",
            "collection": "UNVALIDATED",
            "base_id": "UN0269",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0269.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0269.2/"
        },
        {
            "matrix_id": "MA0206.1",
            "name": "abd-A",
            "collection": "CORE",
            "base_id": "MA0206",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0206.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0206.1/"
        },
        {
            "matrix_id": "MA0123.1",
            "name": "abi4",
            "collection": "CORE",
            "base_id": "MA0123",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0123.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0123.1/"
        },
        {
            "matrix_id": "MA2295.1",
            "name": "ac",
            "collection": "CORE",
            "base_id": "MA2295",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2295.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2295.1/"
        },
        {
            "matrix_id": "MA0207.1",
            "name": "achi",
            "collection": "CORE",
            "base_id": "MA0207",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0207.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0207.1/"
        },
        {
            "matrix_id": "MA2188.1",
            "name": "acj6",
            "collection": "CORE",
            "base_id": "MA2188",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2188.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2188.1/"
        },
        {
            "matrix_id": "UN0083.1",
            "name": "ada-1",
            "collection": "UNVALIDATED",
            "base_id": "UN0083",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0083.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0083.1/"
        },
        {
            "matrix_id": "UN0083.2",
            "name": "ada-1",
            "collection": "UNVALIDATED",
            "base_id": "UN0083",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0083.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0083.2/"
        }
    ]
}