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=163
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=164",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=162",
    "results": [
        {
            "matrix_id": "MA1866.1",
            "name": "FoxI-a",
            "collection": "CORE",
            "base_id": "MA1866",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1866.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1866.1/"
        },
        {
            "matrix_id": "MA1866.2",
            "name": "FoxI-a",
            "collection": "CORE",
            "base_id": "MA1866",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1866.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1866.2/"
        },
        {
            "matrix_id": "MA1867.1",
            "name": "FoxI-b",
            "collection": "CORE",
            "base_id": "MA1867",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1867.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1867.1/"
        },
        {
            "matrix_id": "MA1867.2",
            "name": "FoxI-b",
            "collection": "CORE",
            "base_id": "MA1867",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1867.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1867.2/"
        },
        {
            "matrix_id": "MA1868.1",
            "name": "FoxI-c",
            "collection": "CORE",
            "base_id": "MA1868",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1868.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1868.1/"
        },
        {
            "matrix_id": "MA1868.2",
            "name": "FoxI-c",
            "collection": "CORE",
            "base_id": "MA1868",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1868.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1868.2/"
        },
        {
            "matrix_id": "MA1869.1",
            "name": "FoxK",
            "collection": "CORE",
            "base_id": "MA1869",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1869.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1869.1/"
        },
        {
            "matrix_id": "MA1869.2",
            "name": "FoxK",
            "collection": "CORE",
            "base_id": "MA1869",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1869.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1869.2/"
        },
        {
            "matrix_id": "MA2235.1",
            "name": "FoxL1",
            "collection": "CORE",
            "base_id": "MA2235",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2235.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2235.1/"
        },
        {
            "matrix_id": "MA1870.1",
            "name": "FoxL2",
            "collection": "CORE",
            "base_id": "MA1870",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1870.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1870.1/"
        }
    ]
}