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=115
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=116",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=114",
    "results": [
        {
            "matrix_id": "MA1263.2",
            "name": "ERF055",
            "collection": "CORE",
            "base_id": "MA1263",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1263.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1263.2/"
        },
        {
            "matrix_id": "MA1753.1",
            "name": "ERF057",
            "collection": "CORE",
            "base_id": "MA1753",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1753.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1753.1/"
        },
        {
            "matrix_id": "MA1753.2",
            "name": "ERF057",
            "collection": "CORE",
            "base_id": "MA1753",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1753.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1753.2/"
        },
        {
            "matrix_id": "MA0997.1",
            "name": "ERF069",
            "collection": "CORE",
            "base_id": "MA0997",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0997.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0997.1/"
        },
        {
            "matrix_id": "MA0997.2",
            "name": "ERF069",
            "collection": "CORE",
            "base_id": "MA0997",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0997.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0997.2/"
        },
        {
            "matrix_id": "MA1754.1",
            "name": "ERF073",
            "collection": "CORE",
            "base_id": "MA1754",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1754.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1754.1/"
        },
        {
            "matrix_id": "MA1754.2",
            "name": "ERF073",
            "collection": "CORE",
            "base_id": "MA1754",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1754.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1754.2/"
        },
        {
            "matrix_id": "MA1001.4",
            "name": "ERF076",
            "collection": "CORE",
            "base_id": "MA1001",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1001.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1001.4/"
        },
        {
            "matrix_id": "MA1240.2",
            "name": "ERF077",
            "collection": "CORE",
            "base_id": "MA1240",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1240.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1240.2/"
        },
        {
            "matrix_id": "MA1005.3",
            "name": "ERF082",
            "collection": "CORE",
            "base_id": "MA1005",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1005.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1005.3/"
        }
    ]
}