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=523
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=524",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=522",
    "results": [
        {
            "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": "MA2532.1",
            "name": "ZNF780B",
            "collection": "CORE",
            "base_id": "MA2532",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2532.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2532.1/"
        },
        {
            "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/"
        },
        {
            "matrix_id": "MA1717.1",
            "name": "ZNF784",
            "collection": "CORE",
            "base_id": "MA1717",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1717.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1717.1/"
        },
        {
            "matrix_id": "MA1717.2",
            "name": "ZNF784",
            "collection": "CORE",
            "base_id": "MA1717",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1717.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1717.2/"
        },
        {
            "matrix_id": "UN0659.1",
            "name": "ZNF786",
            "collection": "UNVALIDATED",
            "base_id": "UN0659",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0659.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0659.1/"
        },
        {
            "matrix_id": "UN0659.2",
            "name": "ZNF786",
            "collection": "UNVALIDATED",
            "base_id": "UN0659",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0659.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0659.2/"
        }
    ]
}