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=539
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=540",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=538",
    "results": [
        {
            "matrix_id": "MA2413.1",
            "name": "ZmbZIP96",
            "collection": "CORE",
            "base_id": "MA2413",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2413.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2413.1/"
        },
        {
            "matrix_id": "UN0818.1",
            "name": "Znf2",
            "collection": "UNVALIDATED",
            "base_id": "UN0818",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0818.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0818.1/"
        },
        {
            "matrix_id": "MA1630.1",
            "name": "Znf281",
            "collection": "CORE",
            "base_id": "MA1630",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1630.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1630.1/"
        },
        {
            "matrix_id": "MA0116.1",
            "name": "Znf423",
            "collection": "CORE",
            "base_id": "MA0116",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0116.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0116.1/"
        },
        {
            "matrix_id": "UN0269.1",
            "name": "Znf431",
            "collection": "UNVALIDATED",
            "base_id": "UN0269",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0269.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0269.1/"
        },
        {
            "matrix_id": "UN0269.2",
            "name": "Znf431",
            "collection": "UNVALIDATED",
            "base_id": "UN0269",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0269.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0269.2/"
        },
        {
            "matrix_id": "MA0206.1",
            "name": "abd-A",
            "collection": "CORE",
            "base_id": "MA0206",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0206.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0206.1/"
        },
        {
            "matrix_id": "MA0123.1",
            "name": "abi4",
            "collection": "CORE",
            "base_id": "MA0123",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0123.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0123.1/"
        },
        {
            "matrix_id": "MA2295.1",
            "name": "ac",
            "collection": "CORE",
            "base_id": "MA2295",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2295.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2295.1/"
        },
        {
            "matrix_id": "MA0207.1",
            "name": "achi",
            "collection": "CORE",
            "base_id": "MA0207",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0207.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0207.1/"
        }
    ]
}