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=522
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=523",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=521",
    "results": [
        {
            "matrix_id": "UN0226.1",
            "name": "ZNF771",
            "collection": "UNVALIDATED",
            "base_id": "UN0226",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0226.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0226.1/"
        },
        {
            "matrix_id": "UN0226.2",
            "name": "ZNF771",
            "collection": "UNVALIDATED",
            "base_id": "UN0226",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0226.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0226.2/"
        },
        {
            "matrix_id": "MA2529.1",
            "name": "ZNF772",
            "collection": "CORE",
            "base_id": "MA2529",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2529.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2529.1/"
        },
        {
            "matrix_id": "MA2530.1",
            "name": "ZNF773",
            "collection": "CORE",
            "base_id": "MA2530",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2530.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2530.1/"
        },
        {
            "matrix_id": "UN0656.1",
            "name": "ZNF774",
            "collection": "UNVALIDATED",
            "base_id": "UN0656",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0656.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0656.1/"
        },
        {
            "matrix_id": "UN0656.2",
            "name": "ZNF774",
            "collection": "UNVALIDATED",
            "base_id": "UN0656",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0656.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0656.2/"
        },
        {
            "matrix_id": "MA2531.1",
            "name": "ZNF775",
            "collection": "CORE",
            "base_id": "MA2531",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2531.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2531.1/"
        },
        {
            "matrix_id": "UN0657.1",
            "name": "ZNF778",
            "collection": "UNVALIDATED",
            "base_id": "UN0657",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0657.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0657.1/"
        },
        {
            "matrix_id": "UN0657.2",
            "name": "ZNF778",
            "collection": "UNVALIDATED",
            "base_id": "UN0657",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0657.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0657.2/"
        },
        {
            "matrix_id": "UN0227.1",
            "name": "ZNF780A",
            "collection": "UNVALIDATED",
            "base_id": "UN0227",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0227.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0227.1/"
        }
    ]
}