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=436
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=437",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=435",
    "results": [
        {
            "matrix_id": "MA1725.2",
            "name": "ZNF189",
            "collection": "CORE",
            "base_id": "MA1725",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1725.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1725.2/"
        },
        {
            "matrix_id": "UN0599.1",
            "name": "ZNF19",
            "collection": "UNVALIDATED",
            "base_id": "UN0599",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0599.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0599.1/"
        },
        {
            "matrix_id": "UN0599.2",
            "name": "ZNF19",
            "collection": "UNVALIDATED",
            "base_id": "UN0599",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0599.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0599.2/"
        },
        {
            "matrix_id": "UN0600.1",
            "name": "ZNF195",
            "collection": "UNVALIDATED",
            "base_id": "UN0600",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0600.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0600.1/"
        },
        {
            "matrix_id": "UN0600.2",
            "name": "ZNF195",
            "collection": "UNVALIDATED",
            "base_id": "UN0600",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0600.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0600.2/"
        },
        {
            "matrix_id": "MA1974.1",
            "name": "ZNF211",
            "collection": "CORE",
            "base_id": "MA1974",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1974.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1974.1/"
        },
        {
            "matrix_id": "MA1974.2",
            "name": "ZNF211",
            "collection": "CORE",
            "base_id": "MA1974",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1974.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1974.2/"
        },
        {
            "matrix_id": "MA2121.1",
            "name": "ZNF213",
            "collection": "CORE",
            "base_id": "MA2121",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2121.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2121.1/"
        },
        {
            "matrix_id": "MA1975.1",
            "name": "ZNF214",
            "collection": "CORE",
            "base_id": "MA1975",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1975.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1975.1/"
        },
        {
            "matrix_id": "MA1975.2",
            "name": "ZNF214",
            "collection": "CORE",
            "base_id": "MA1975",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1975.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1975.2/"
        }
    ]
}