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

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=575",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=573",
    "results": [
        {
            "matrix_id": "UN0735.1",
            "name": "nhr-2",
            "collection": "UNVALIDATED",
            "base_id": "UN0735",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0735.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0735.1/"
        },
        {
            "matrix_id": "UN0743.1",
            "name": "nhr-20",
            "collection": "UNVALIDATED",
            "base_id": "UN0743",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0743.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0743.1/"
        },
        {
            "matrix_id": "UN0715.1",
            "name": "nhr-216",
            "collection": "UNVALIDATED",
            "base_id": "UN0715",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0715.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0715.1/"
        },
        {
            "matrix_id": "MA2143.1",
            "name": "nhr-25",
            "collection": "CORE",
            "base_id": "MA2143",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2143.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2143.1/"
        },
        {
            "matrix_id": "UN0744.1",
            "name": "nhr-273",
            "collection": "UNVALIDATED",
            "base_id": "UN0744",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0744.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0744.1/"
        },
        {
            "matrix_id": "UN1304.1",
            "name": "nhr-28",
            "collection": "UNVALIDATED",
            "base_id": "UN1304",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1304.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1304.1/"
        },
        {
            "matrix_id": "MA2183.1",
            "name": "nhr-33",
            "collection": "CORE",
            "base_id": "MA2183",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2183.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2183.1/"
        },
        {
            "matrix_id": "UN0745.1",
            "name": "nhr-34",
            "collection": "UNVALIDATED",
            "base_id": "UN0745",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0745.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0745.1/"
        },
        {
            "matrix_id": "UN0746.1",
            "name": "nhr-49",
            "collection": "UNVALIDATED",
            "base_id": "UN0746",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0746.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0746.1/"
        },
        {
            "matrix_id": "MA2144.1",
            "name": "nhr-5",
            "collection": "CORE",
            "base_id": "MA2144",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2144.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2144.1/"
        }
    ]
}