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

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=449",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=447",
    "results": [
        {
            "matrix_id": "UN0616.2",
            "name": "ZNF462",
            "collection": "UNVALIDATED",
            "base_id": "UN0616",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0616.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0616.2/"
        },
        {
            "matrix_id": "UN0326.1",
            "name": "ZNF467",
            "collection": "UNVALIDATED",
            "base_id": "UN0326",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0326.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0326.1/"
        },
        {
            "matrix_id": "UN0326.2",
            "name": "ZNF467",
            "collection": "UNVALIDATED",
            "base_id": "UN0326",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0326.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0326.2/"
        },
        {
            "matrix_id": "UN0327.1",
            "name": "ZNF468",
            "collection": "UNVALIDATED",
            "base_id": "UN0327",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0327.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0327.1/"
        },
        {
            "matrix_id": "UN0327.2",
            "name": "ZNF468",
            "collection": "UNVALIDATED",
            "base_id": "UN0327",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0327.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0327.2/"
        },
        {
            "matrix_id": "UN0196.1",
            "name": "ZNF479",
            "collection": "UNVALIDATED",
            "base_id": "UN0196",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0196.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0196.1/"
        },
        {
            "matrix_id": "UN0196.2",
            "name": "ZNF479",
            "collection": "UNVALIDATED",
            "base_id": "UN0196",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0196.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0196.2/"
        },
        {
            "matrix_id": "UN0820.1",
            "name": "ZNF48",
            "collection": "UNVALIDATED",
            "base_id": "UN0820",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0820.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0820.1/"
        },
        {
            "matrix_id": "UN0617.1",
            "name": "ZNF480",
            "collection": "UNVALIDATED",
            "base_id": "UN0617",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0617.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0617.1/"
        },
        {
            "matrix_id": "UN0617.2",
            "name": "ZNF480",
            "collection": "UNVALIDATED",
            "base_id": "UN0617",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0617.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0617.2/"
        }
    ]
}