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=346
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=347",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=345",
    "results": [
        {
            "matrix_id": "MA2084.1",
            "name": "PK23009.1",
            "collection": "CORE",
            "base_id": "MA2084",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2084.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2084.1/"
        },
        {
            "matrix_id": "MA2085.1",
            "name": "PK23763.1",
            "collection": "CORE",
            "base_id": "MA2085",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2085.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2085.1/"
        },
        {
            "matrix_id": "MA2359.1",
            "name": "PK23829.1",
            "collection": "CORE",
            "base_id": "MA2359",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2359.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2359.1/"
        },
        {
            "matrix_id": "MA2086.1",
            "name": "PK23964.1",
            "collection": "CORE",
            "base_id": "MA2086",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2086.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2086.1/"
        },
        {
            "matrix_id": "MA2087.1",
            "name": "PK24205.1",
            "collection": "CORE",
            "base_id": "MA2087",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2087.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2087.1/"
        },
        {
            "matrix_id": "MA2088.1",
            "name": "PK24580.1",
            "collection": "CORE",
            "base_id": "MA2088",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2088.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2088.1/"
        },
        {
            "matrix_id": "MA2407.1",
            "name": "PK24978.1",
            "collection": "CORE",
            "base_id": "MA2407",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2407.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2407.1/"
        },
        {
            "matrix_id": "UN0067.1",
            "name": "PK25034.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0067",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0067.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0067.1/"
        },
        {
            "matrix_id": "UN0067.2",
            "name": "PK25034.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0067",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0067.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0067.2/"
        },
        {
            "matrix_id": "MA2089.1",
            "name": "PK25870.1",
            "collection": "CORE",
            "base_id": "MA2089",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2089.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2089.1/"
        }
    ]
}