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=452
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=453",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=451",
    "results": [
        {
            "matrix_id": "UN0627.1",
            "name": "ZNF540",
            "collection": "UNVALIDATED",
            "base_id": "UN0627",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0627.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0627.1/"
        },
        {
            "matrix_id": "UN0627.2",
            "name": "ZNF540",
            "collection": "UNVALIDATED",
            "base_id": "UN0627",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0627.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0627.2/"
        },
        {
            "matrix_id": "UN0628.1",
            "name": "ZNF543",
            "collection": "UNVALIDATED",
            "base_id": "UN0628",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0628.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0628.1/"
        },
        {
            "matrix_id": "UN0629.1",
            "name": "ZNF544",
            "collection": "UNVALIDATED",
            "base_id": "UN0629",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0629.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0629.1/"
        },
        {
            "matrix_id": "UN0629.2",
            "name": "ZNF544",
            "collection": "UNVALIDATED",
            "base_id": "UN0629",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0629.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0629.2/"
        },
        {
            "matrix_id": "MA2334.1",
            "name": "ZNF547",
            "collection": "CORE",
            "base_id": "MA2334",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2334.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2334.1/"
        },
        {
            "matrix_id": "UN0333.1",
            "name": "ZNF548",
            "collection": "UNVALIDATED",
            "base_id": "UN0333",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0333.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0333.1/"
        },
        {
            "matrix_id": "UN0333.2",
            "name": "ZNF548",
            "collection": "UNVALIDATED",
            "base_id": "UN0333",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0333.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0333.2/"
        },
        {
            "matrix_id": "MA1728.1",
            "name": "ZNF549",
            "collection": "CORE",
            "base_id": "MA1728",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1728.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1728.1/"
        },
        {
            "matrix_id": "MA1728.2",
            "name": "ZNF549",
            "collection": "CORE",
            "base_id": "MA1728",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1728.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1728.2/"
        }
    ]
}