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=456
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=457",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=455",
    "results": [
        {
            "matrix_id": "UN0640.1",
            "name": "ZNF594",
            "collection": "UNVALIDATED",
            "base_id": "UN0640",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0640.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0640.1/"
        },
        {
            "matrix_id": "UN0640.2",
            "name": "ZNF594",
            "collection": "UNVALIDATED",
            "base_id": "UN0640",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0640.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0640.2/"
        },
        {
            "matrix_id": "UN0335.1",
            "name": "ZNF596",
            "collection": "UNVALIDATED",
            "base_id": "UN0335",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0335.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0335.1/"
        },
        {
            "matrix_id": "UN0335.2",
            "name": "ZNF596",
            "collection": "UNVALIDATED",
            "base_id": "UN0335",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0335.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0335.2/"
        },
        {
            "matrix_id": "UN0208.1",
            "name": "ZNF597",
            "collection": "UNVALIDATED",
            "base_id": "UN0208",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0208.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0208.1/"
        },
        {
            "matrix_id": "UN0208.2",
            "name": "ZNF597",
            "collection": "UNVALIDATED",
            "base_id": "UN0208",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0208.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0208.2/"
        },
        {
            "matrix_id": "MA1713.1",
            "name": "ZNF610",
            "collection": "CORE",
            "base_id": "MA1713",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1713.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1713.1/"
        },
        {
            "matrix_id": "MA1713.2",
            "name": "ZNF610",
            "collection": "CORE",
            "base_id": "MA1713",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1713.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1713.2/"
        },
        {
            "matrix_id": "UN0641.1",
            "name": "ZNF611",
            "collection": "UNVALIDATED",
            "base_id": "UN0641",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0641.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0641.1/"
        },
        {
            "matrix_id": "UN0641.2",
            "name": "ZNF611",
            "collection": "UNVALIDATED",
            "base_id": "UN0641",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0641.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0641.2/"
        }
    ]
}