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=90
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=91",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=89",
    "results": [
        {
            "matrix_id": "MA0880.1",
            "name": "Dlx3",
            "collection": "CORE",
            "base_id": "MA0880",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0880.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0880.1/"
        },
        {
            "matrix_id": "MA0880.2",
            "name": "Dlx3",
            "collection": "CORE",
            "base_id": "MA0880",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0880.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0880.2/"
        },
        {
            "matrix_id": "MA0881.1",
            "name": "Dlx4",
            "collection": "CORE",
            "base_id": "MA0881",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0881.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0881.1/"
        },
        {
            "matrix_id": "MA0881.2",
            "name": "Dlx4",
            "collection": "CORE",
            "base_id": "MA0881",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0881.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0881.2/"
        },
        {
            "matrix_id": "MA1476.2",
            "name": "Dlx5",
            "collection": "CORE",
            "base_id": "MA1476",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1476.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1476.2/"
        },
        {
            "matrix_id": "MA1476.3",
            "name": "Dlx5",
            "collection": "CORE",
            "base_id": "MA1476",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1476.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1476.3/"
        },
        {
            "matrix_id": "MA0883.1",
            "name": "Dmbx1",
            "collection": "CORE",
            "base_id": "MA0883",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0883.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0883.1/"
        },
        {
            "matrix_id": "MA0883.2",
            "name": "Dmbx1",
            "collection": "CORE",
            "base_id": "MA0883",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0883.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0883.2/"
        },
        {
            "matrix_id": "MA1603.1",
            "name": "Dmrt1",
            "collection": "CORE",
            "base_id": "MA1603",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1603.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1603.1/"
        },
        {
            "matrix_id": "MA1603.2",
            "name": "Dmrt1",
            "collection": "CORE",
            "base_id": "MA1603",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1603.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1603.2/"
        }
    ]
}