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=457
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=458",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=456",
    "results": [
        {
            "matrix_id": "UN0642.1",
            "name": "ZNF614",
            "collection": "UNVALIDATED",
            "base_id": "UN0642",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0642.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0642.1/"
        },
        {
            "matrix_id": "UN0642.2",
            "name": "ZNF614",
            "collection": "UNVALIDATED",
            "base_id": "UN0642",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0642.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0642.2/"
        },
        {
            "matrix_id": "UN0643.1",
            "name": "ZNF616",
            "collection": "UNVALIDATED",
            "base_id": "UN0643",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0643.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0643.1/"
        },
        {
            "matrix_id": "UN0210.1",
            "name": "ZNF623",
            "collection": "UNVALIDATED",
            "base_id": "UN0210",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0210.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0210.1/"
        },
        {
            "matrix_id": "UN0210.2",
            "name": "ZNF623",
            "collection": "UNVALIDATED",
            "base_id": "UN0210",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0210.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0210.2/"
        },
        {
            "matrix_id": "UN0644.1",
            "name": "ZNF627",
            "collection": "UNVALIDATED",
            "base_id": "UN0644",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0644.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0644.1/"
        },
        {
            "matrix_id": "UN0644.2",
            "name": "ZNF627",
            "collection": "UNVALIDATED",
            "base_id": "UN0644",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0644.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0644.2/"
        },
        {
            "matrix_id": "UN0645.1",
            "name": "ZNF629",
            "collection": "UNVALIDATED",
            "base_id": "UN0645",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0645.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0645.1/"
        },
        {
            "matrix_id": "UN0645.2",
            "name": "ZNF629",
            "collection": "UNVALIDATED",
            "base_id": "UN0645",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0645.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0645.2/"
        },
        {
            "matrix_id": "MA1657.1",
            "name": "ZNF652",
            "collection": "CORE",
            "base_id": "MA1657",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1657.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1657.1/"
        }
    ]
}