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=465
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=466",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=464",
    "results": [
        {
            "matrix_id": "UN0656.1",
            "name": "ZNF774",
            "collection": "UNVALIDATED",
            "base_id": "UN0656",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0656.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0656.1/"
        },
        {
            "matrix_id": "UN0656.2",
            "name": "ZNF774",
            "collection": "UNVALIDATED",
            "base_id": "UN0656",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0656.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0656.2/"
        },
        {
            "matrix_id": "UN0657.1",
            "name": "ZNF778",
            "collection": "UNVALIDATED",
            "base_id": "UN0657",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0657.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0657.1/"
        },
        {
            "matrix_id": "UN0657.2",
            "name": "ZNF778",
            "collection": "UNVALIDATED",
            "base_id": "UN0657",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0657.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0657.2/"
        },
        {
            "matrix_id": "UN0227.1",
            "name": "ZNF780A",
            "collection": "UNVALIDATED",
            "base_id": "UN0227",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0227.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0227.1/"
        },
        {
            "matrix_id": "UN0227.2",
            "name": "ZNF780A",
            "collection": "UNVALIDATED",
            "base_id": "UN0227",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0227.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0227.2/"
        },
        {
            "matrix_id": "UN0228.1",
            "name": "ZNF781",
            "collection": "UNVALIDATED",
            "base_id": "UN0228",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0228.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0228.1/"
        },
        {
            "matrix_id": "UN0228.2",
            "name": "ZNF781",
            "collection": "UNVALIDATED",
            "base_id": "UN0228",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0228.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0228.2/"
        },
        {
            "matrix_id": "UN0658.1",
            "name": "ZNF783",
            "collection": "UNVALIDATED",
            "base_id": "UN0658",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0658.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0658.1/"
        },
        {
            "matrix_id": "UN0658.2",
            "name": "ZNF783",
            "collection": "UNVALIDATED",
            "base_id": "UN0658",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0658.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0658.2/"
        }
    ]
}