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=4
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=5",
    "previous": "https://jaspar.elixir.no/api/v1/collections/UNVALIDATED/?format=api&page=3",
    "results": [
        {
            "matrix_id": "UN0293.1",
            "name": "ANIA_07170",
            "collection": "UNVALIDATED",
            "base_id": "UN0293",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0293.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0293.1/"
        },
        {
            "matrix_id": "UN0294.1",
            "name": "ANIA_07553",
            "collection": "UNVALIDATED",
            "base_id": "UN0294",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0294.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0294.1/"
        },
        {
            "matrix_id": "UN0294.2",
            "name": "ANIA_07553",
            "collection": "UNVALIDATED",
            "base_id": "UN0294",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0294.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0294.2/"
        },
        {
            "matrix_id": "UN0295.1",
            "name": "ANIA_08535",
            "collection": "UNVALIDATED",
            "base_id": "UN0295",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0295.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0295.1/"
        },
        {
            "matrix_id": "UN0296.1",
            "name": "ANIA_10295",
            "collection": "UNVALIDATED",
            "base_id": "UN0296",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0296.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0296.1/"
        },
        {
            "matrix_id": "UN0296.2",
            "name": "ANIA_10295",
            "collection": "UNVALIDATED",
            "base_id": "UN0296",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0296.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0296.2/"
        },
        {
            "matrix_id": "UN0297.1",
            "name": "ANIA_10483",
            "collection": "UNVALIDATED",
            "base_id": "UN0297",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0297.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0297.1/"
        },
        {
            "matrix_id": "UN0297.2",
            "name": "ANIA_10483",
            "collection": "UNVALIDATED",
            "base_id": "UN0297",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0297.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0297.2/"
        },
        {
            "matrix_id": "UN0298.1",
            "name": "ANIA_10541",
            "collection": "UNVALIDATED",
            "base_id": "UN0298",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0298.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0298.1/"
        },
        {
            "matrix_id": "UN0298.2",
            "name": "ANIA_10541",
            "collection": "UNVALIDATED",
            "base_id": "UN0298",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0298.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0298.2/"
        }
    ]
}