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=545
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=546",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=544",
    "results": [
        {
            "matrix_id": "MA0013.1",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0013",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0013.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0013.1/"
        },
        {
            "matrix_id": "MA0010.2",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0010",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0010.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0010.2/"
        },
        {
            "matrix_id": "MA0011.2",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0011",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0011.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0011.2/"
        },
        {
            "matrix_id": "MA0012.2",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0012",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0012.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0012.2/"
        },
        {
            "matrix_id": "MA0213.1",
            "name": "brk",
            "collection": "CORE",
            "base_id": "MA0213",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0213.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0213.1/"
        },
        {
            "matrix_id": "MA2200.1",
            "name": "bs",
            "collection": "CORE",
            "base_id": "MA2200",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2200.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2200.1/"
        },
        {
            "matrix_id": "MA0214.1",
            "name": "bsh",
            "collection": "CORE",
            "base_id": "MA0214",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0214.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0214.1/"
        },
        {
            "matrix_id": "MA0443.1",
            "name": "btd",
            "collection": "CORE",
            "base_id": "MA0443",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0443.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0443.1/"
        },
        {
            "matrix_id": "MA0443.2",
            "name": "btd",
            "collection": "CORE",
            "base_id": "MA0443",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0443.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0443.2/"
        },
        {
            "matrix_id": "MA0215.1",
            "name": "btn",
            "collection": "CORE",
            "base_id": "MA0215",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0215.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0215.1/"
        }
    ]
}