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=3
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=4",
    "previous": "https://jaspar.elixir.no/api/v1/collections/UNVALIDATED/?format=api&page=2",
    "results": [
        {
            "matrix_id": "UN0285.2",
            "name": "ANIA_02785",
            "collection": "UNVALIDATED",
            "base_id": "UN0285",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0285.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0285.2/"
        },
        {
            "matrix_id": "UN0286.1",
            "name": "ANIA_02839",
            "collection": "UNVALIDATED",
            "base_id": "UN0286",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0286.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0286.1/"
        },
        {
            "matrix_id": "UN0287.1",
            "name": "ANIA_03986",
            "collection": "UNVALIDATED",
            "base_id": "UN0287",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0287.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0287.1/"
        },
        {
            "matrix_id": "UN0288.1",
            "name": "ANIA_04606",
            "collection": "UNVALIDATED",
            "base_id": "UN0288",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0288.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0288.1/"
        },
        {
            "matrix_id": "UN0289.1",
            "name": "ANIA_05609",
            "collection": "UNVALIDATED",
            "base_id": "UN0289",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0289.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0289.1/"
        },
        {
            "matrix_id": "UN0290.1",
            "name": "ANIA_06762",
            "collection": "UNVALIDATED",
            "base_id": "UN0290",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0290.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0290.1/"
        },
        {
            "matrix_id": "UN0291.1",
            "name": "ANIA_06788",
            "collection": "UNVALIDATED",
            "base_id": "UN0291",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0291.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0291.1/"
        },
        {
            "matrix_id": "UN0291.2",
            "name": "ANIA_06788",
            "collection": "UNVALIDATED",
            "base_id": "UN0291",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0291.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0291.2/"
        },
        {
            "matrix_id": "UN0292.1",
            "name": "ANIA_06846",
            "collection": "UNVALIDATED",
            "base_id": "UN0292",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0292.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0292.1/"
        },
        {
            "matrix_id": "UN0292.2",
            "name": "ANIA_06846",
            "collection": "UNVALIDATED",
            "base_id": "UN0292",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0292.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0292.2/"
        }
    ]
}