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

{
    "count": 999,
    "next": "https://jaspar.elixir.no/api/v1/collections/UNVALIDATED/?format=api&page=3",
    "previous": "https://jaspar.elixir.no/api/v1/collections/UNVALIDATED/?format=api",
    "results": [
        {
            "matrix_id": "UN0280.1",
            "name": "ANIA_01729",
            "collection": "UNVALIDATED",
            "base_id": "UN0280",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0280.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0280.1/"
        },
        {
            "matrix_id": "UN0280.2",
            "name": "ANIA_01729",
            "collection": "UNVALIDATED",
            "base_id": "UN0280",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0280.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0280.2/"
        },
        {
            "matrix_id": "UN0281.1",
            "name": "ANIA_01812",
            "collection": "UNVALIDATED",
            "base_id": "UN0281",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0281.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0281.1/"
        },
        {
            "matrix_id": "UN0281.2",
            "name": "ANIA_01812",
            "collection": "UNVALIDATED",
            "base_id": "UN0281",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0281.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0281.2/"
        },
        {
            "matrix_id": "UN0282.1",
            "name": "ANIA_01824",
            "collection": "UNVALIDATED",
            "base_id": "UN0282",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0282.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0282.1/"
        },
        {
            "matrix_id": "UN0283.1",
            "name": "ANIA_02553",
            "collection": "UNVALIDATED",
            "base_id": "UN0283",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0283.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0283.1/"
        },
        {
            "matrix_id": "UN0283.2",
            "name": "ANIA_02553",
            "collection": "UNVALIDATED",
            "base_id": "UN0283",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0283.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0283.2/"
        },
        {
            "matrix_id": "UN0284.1",
            "name": "ANIA_02725",
            "collection": "UNVALIDATED",
            "base_id": "UN0284",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0284.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0284.1/"
        },
        {
            "matrix_id": "UN0284.2",
            "name": "ANIA_02725",
            "collection": "UNVALIDATED",
            "base_id": "UN0284",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0284.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0284.2/"
        },
        {
            "matrix_id": "UN0285.1",
            "name": "ANIA_02785",
            "collection": "UNVALIDATED",
            "base_id": "UN0285",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0285.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0285.1/"
        }
    ]
}