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=510
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=511",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=509",
    "results": [
        {
            "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": "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/"
        },
        {
            "matrix_id": "MA1451.1",
            "name": "nhr-6",
            "collection": "CORE",
            "base_id": "MA1451",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1451.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1451.1/"
        },
        {
            "matrix_id": "UN0716.1",
            "name": "nhr-65",
            "collection": "UNVALIDATED",
            "base_id": "UN0716",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0716.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0716.1/"
        }
    ]
}