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=511
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=512",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=510",
    "results": [
        {
            "matrix_id": "UN0639.1",
            "name": "ZNF587",
            "collection": "UNVALIDATED",
            "base_id": "UN0639",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0639.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0639.1/"
        },
        {
            "matrix_id": "UN0639.2",
            "name": "ZNF587",
            "collection": "UNVALIDATED",
            "base_id": "UN0639",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0639.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0639.2/"
        },
        {
            "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": "MA2496.1",
            "name": "ZNF596",
            "collection": "CORE",
            "base_id": "MA2496",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2496.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2496.1/"
        },
        {
            "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": "MA2519.1",
            "name": "ZNF606",
            "collection": "CORE",
            "base_id": "MA2519",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2519.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2519.1/"
        },
        {
            "matrix_id": "UN1267.1",
            "name": "ZNF607",
            "collection": "UNVALIDATED",
            "base_id": "UN1267",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1267.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1267.1/"
        },
        {
            "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/"
        }
    ]
}