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=99
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=100",
    "previous": "https://jaspar.elixir.no/api/v1/collections/UNVALIDATED/?format=api&page=98",
    "results": [
        {
            "matrix_id": "UN0791.1",
            "name": "toe",
            "collection": "UNVALIDATED",
            "base_id": "UN0791",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0791.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0791.1/"
        },
        {
            "matrix_id": "UN0792.1",
            "name": "tx",
            "collection": "UNVALIDATED",
            "base_id": "UN0792",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0792.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0792.1/"
        },
        {
            "matrix_id": "UN0273.1",
            "name": "v1g160868",
            "collection": "UNVALIDATED",
            "base_id": "UN0273",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0273.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0273.1/"
        },
        {
            "matrix_id": "UN0273.2",
            "name": "v1g160868",
            "collection": "UNVALIDATED",
            "base_id": "UN0273",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0273.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0273.2/"
        },
        {
            "matrix_id": "UN0098.1",
            "name": "vad-2",
            "collection": "UNVALIDATED",
            "base_id": "UN0098",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0098.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0098.1/"
        },
        {
            "matrix_id": "UN0098.2",
            "name": "vad-2",
            "collection": "UNVALIDATED",
            "base_id": "UN0098",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0098.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0098.2/"
        },
        {
            "matrix_id": "UN0472.1",
            "name": "xBP-a",
            "collection": "UNVALIDATED",
            "base_id": "UN0472",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0472.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0472.1/"
        },
        {
            "matrix_id": "UN0472.2",
            "name": "xBP-a",
            "collection": "UNVALIDATED",
            "base_id": "UN0472",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0472.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0472.2/"
        },
        {
            "matrix_id": "UN0473.1",
            "name": "xBP-b",
            "collection": "UNVALIDATED",
            "base_id": "UN0473",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0473.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0473.1/"
        },
        {
            "matrix_id": "UN0473.2",
            "name": "xBP-b",
            "collection": "UNVALIDATED",
            "base_id": "UN0473",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0473.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0473.2/"
        }
    ]
}