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=341
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=342",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=340",
    "results": [
        {
            "matrix_id": "UN0005.1",
            "name": "PK03025.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0005",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0005.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0005.1/"
        },
        {
            "matrix_id": "MA2406.1",
            "name": "PK03576.1",
            "collection": "CORE",
            "base_id": "MA2406",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2406.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2406.1/"
        },
        {
            "matrix_id": "MA2058.1",
            "name": "PK03929.1",
            "collection": "CORE",
            "base_id": "MA2058",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2058.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2058.1/"
        },
        {
            "matrix_id": "UN0008.1",
            "name": "PK04914.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0008",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0008.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0008.1/"
        },
        {
            "matrix_id": "UN0008.2",
            "name": "PK04914.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0008",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0008.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0008.2/"
        },
        {
            "matrix_id": "MA2059.1",
            "name": "PK05432.1",
            "collection": "CORE",
            "base_id": "MA2059",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2059.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2059.1/"
        },
        {
            "matrix_id": "MA2060.1",
            "name": "PK05451.1",
            "collection": "CORE",
            "base_id": "MA2060",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2060.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2060.1/"
        },
        {
            "matrix_id": "UN0013.1",
            "name": "PK05732.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0013",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0013.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0013.1/"
        },
        {
            "matrix_id": "UN0013.2",
            "name": "PK05732.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0013",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0013.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0013.2/"
        },
        {
            "matrix_id": "UN0827.1",
            "name": "PK06103.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0827",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0827.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0827.1/"
        }
    ]
}