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=406
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=407",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=405",
    "results": [
        {
            "matrix_id": "MA2740.1",
            "name": "SlTCP15",
            "collection": "CORE",
            "base_id": "MA2740",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2740.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2740.1/"
        },
        {
            "matrix_id": "MA2724.1",
            "name": "SlTCP18",
            "collection": "CORE",
            "base_id": "MA2724",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2724.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2724.1/"
        },
        {
            "matrix_id": "MA2742.1",
            "name": "SlWRKY11",
            "collection": "CORE",
            "base_id": "MA2742",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2742.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2742.1/"
        },
        {
            "matrix_id": "MA2743.1",
            "name": "SlWRKY23",
            "collection": "CORE",
            "base_id": "MA2743",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2743.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2743.1/"
        },
        {
            "matrix_id": "MA2744.1",
            "name": "SlWRKY40",
            "collection": "CORE",
            "base_id": "MA2744",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2744.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2744.1/"
        },
        {
            "matrix_id": "MA2726.1",
            "name": "SlWRKY41",
            "collection": "CORE",
            "base_id": "MA2726",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2726.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2726.1/"
        },
        {
            "matrix_id": "MA2725.1",
            "name": "SlWRKY6",
            "collection": "CORE",
            "base_id": "MA2725",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2725.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2725.1/"
        },
        {
            "matrix_id": "MA2741.1",
            "name": "SlWRKY7",
            "collection": "CORE",
            "base_id": "MA2741",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2741.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2741.1/"
        },
        {
            "matrix_id": "MA2745.1",
            "name": "SlWRKY81",
            "collection": "CORE",
            "base_id": "MA2745",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2745.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2745.1/"
        },
        {
            "matrix_id": "MA2735.1",
            "name": "SlbHLH014",
            "collection": "CORE",
            "base_id": "MA2735",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2735.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2735.1/"
        }
    ]
}