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/collections/UNVALIDATED/?format=api&page=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 999,
    "next": null,
    "previous": "https://jaspar.elixir.no/api/v1/collections/UNVALIDATED/?format=api&page=99",
    "results": [
        {
            "matrix_id": "UN0474.1",
            "name": "xBP-c",
            "collection": "UNVALIDATED",
            "base_id": "UN0474",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0474.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0474.1/"
        },
        {
            "matrix_id": "UN0474.2",
            "name": "xBP-c",
            "collection": "UNVALIDATED",
            "base_id": "UN0474",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0474.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0474.2/"
        },
        {
            "matrix_id": "UN0798.1",
            "name": "zf30C",
            "collection": "UNVALIDATED",
            "base_id": "UN0798",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0798.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0798.1/"
        },
        {
            "matrix_id": "UN0724.1",
            "name": "zip-10",
            "collection": "UNVALIDATED",
            "base_id": "UN0724",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0724.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0724.1/"
        },
        {
            "matrix_id": "UN0725.1",
            "name": "zip-11",
            "collection": "UNVALIDATED",
            "base_id": "UN0725",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0725.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0725.1/"
        },
        {
            "matrix_id": "UN0726.1",
            "name": "zip-7",
            "collection": "UNVALIDATED",
            "base_id": "UN0726",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0726.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0726.1/"
        },
        {
            "matrix_id": "UN0727.1",
            "name": "ztf-11",
            "collection": "UNVALIDATED",
            "base_id": "UN0727",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0727.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0727.1/"
        },
        {
            "matrix_id": "UN0739.1",
            "name": "ztf-16",
            "collection": "UNVALIDATED",
            "base_id": "UN0739",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0739.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0739.1/"
        },
        {
            "matrix_id": "UN0728.1",
            "name": "ztf-9",
            "collection": "UNVALIDATED",
            "base_id": "UN0728",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0728.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0728.1/"
        }
    ]
}