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=454
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=455",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=453",
    "results": [
        {
            "matrix_id": "UN0635.1",
            "name": "ZNF571",
            "collection": "UNVALIDATED",
            "base_id": "UN0635",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0635.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0635.1/"
        },
        {
            "matrix_id": "UN0635.2",
            "name": "ZNF571",
            "collection": "UNVALIDATED",
            "base_id": "UN0635",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0635.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0635.2/"
        },
        {
            "matrix_id": "UN0636.1",
            "name": "ZNF573",
            "collection": "UNVALIDATED",
            "base_id": "UN0636",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0636.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0636.1/"
        },
        {
            "matrix_id": "UN0636.2",
            "name": "ZNF573",
            "collection": "UNVALIDATED",
            "base_id": "UN0636",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0636.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0636.2/"
        },
        {
            "matrix_id": "MA1982.1",
            "name": "ZNF574",
            "collection": "CORE",
            "base_id": "MA1982",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1982.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1982.1/"
        },
        {
            "matrix_id": "MA1982.2",
            "name": "ZNF574",
            "collection": "CORE",
            "base_id": "MA1982",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1982.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1982.2/"
        },
        {
            "matrix_id": "UN0816.1",
            "name": "ZNF577",
            "collection": "UNVALIDATED",
            "base_id": "UN0816",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0816.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0816.1/"
        },
        {
            "matrix_id": "UN0205.1",
            "name": "ZNF580",
            "collection": "UNVALIDATED",
            "base_id": "UN0205",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0205.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0205.1/"
        },
        {
            "matrix_id": "UN0206.1",
            "name": "ZNF580",
            "collection": "UNVALIDATED",
            "base_id": "UN0206",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0206.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0206.1/"
        },
        {
            "matrix_id": "UN0206.2",
            "name": "ZNF580",
            "collection": "UNVALIDATED",
            "base_id": "UN0206",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0206.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0206.2/"
        }
    ]
}