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=527
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=528",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=526",
    "results": [
        {
            "matrix_id": "MA2691.1",
            "name": "ZNF841",
            "collection": "CORE",
            "base_id": "MA2691",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2691.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2691.1/"
        },
        {
            "matrix_id": "UN0663.1",
            "name": "ZNF846",
            "collection": "UNVALIDATED",
            "base_id": "UN0663",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0663.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0663.1/"
        },
        {
            "matrix_id": "UN0663.2",
            "name": "ZNF846",
            "collection": "UNVALIDATED",
            "base_id": "UN0663",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0663.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0663.2/"
        },
        {
            "matrix_id": "MA1720.1",
            "name": "ZNF85",
            "collection": "CORE",
            "base_id": "MA1720",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1720.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1720.1/"
        },
        {
            "matrix_id": "MA1720.2",
            "name": "ZNF85",
            "collection": "CORE",
            "base_id": "MA1720",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1720.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1720.2/"
        },
        {
            "matrix_id": "MA2591.1",
            "name": "ZNF850",
            "collection": "CORE",
            "base_id": "MA2591",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2591.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2591.1/"
        },
        {
            "matrix_id": "MA2514.1",
            "name": "ZNF853",
            "collection": "CORE",
            "base_id": "MA2514",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2514.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2514.1/"
        },
        {
            "matrix_id": "UN0664.1",
            "name": "ZNF860",
            "collection": "UNVALIDATED",
            "base_id": "UN0664",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0664.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0664.1/"
        },
        {
            "matrix_id": "UN0664.2",
            "name": "ZNF860",
            "collection": "UNVALIDATED",
            "base_id": "UN0664",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0664.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0664.2/"
        },
        {
            "matrix_id": "MA2515.1",
            "name": "ZNF865",
            "collection": "CORE",
            "base_id": "MA2515",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2515.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2515.1/"
        }
    ]
}