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=567
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=568",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=566",
    "results": [
        {
            "matrix_id": "MA1841.1",
            "name": "kn",
            "collection": "CORE",
            "base_id": "MA1841",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1841.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1841.1/"
        },
        {
            "matrix_id": "MA1841.2",
            "name": "kn",
            "collection": "CORE",
            "base_id": "MA1841",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1841.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1841.2/"
        },
        {
            "matrix_id": "MA0451.1",
            "name": "kni",
            "collection": "CORE",
            "base_id": "MA0451",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0451.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0451.1/"
        },
        {
            "matrix_id": "MA0451.2",
            "name": "kni",
            "collection": "CORE",
            "base_id": "MA0451",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0451.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0451.2/"
        },
        {
            "matrix_id": "MA2251.1",
            "name": "knrl",
            "collection": "CORE",
            "base_id": "MA2251",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2251.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2251.1/"
        },
        {
            "matrix_id": "MA2316.1",
            "name": "l(3)neo38",
            "collection": "CORE",
            "base_id": "MA2316",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2316.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2316.1/"
        },
        {
            "matrix_id": "MA2316.2",
            "name": "l(3)neo38",
            "collection": "CORE",
            "base_id": "MA2316",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2316.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2316.2/"
        },
        {
            "matrix_id": "MA2736.1",
            "name": "la3",
            "collection": "CORE",
            "base_id": "MA2736",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2736.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2736.1/"
        },
        {
            "matrix_id": "MA0230.1",
            "name": "lab",
            "collection": "CORE",
            "base_id": "MA0230",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0230.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0230.1/"
        },
        {
            "matrix_id": "MA1894.1",
            "name": "large-Maf",
            "collection": "CORE",
            "base_id": "MA1894",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1894.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1894.1/"
        }
    ]
}