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=467
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=468",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=466",
    "results": [
        {
            "matrix_id": "UN0661.1",
            "name": "ZNF79",
            "collection": "UNVALIDATED",
            "base_id": "UN0661",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0661.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0661.1/"
        },
        {
            "matrix_id": "UN0661.2",
            "name": "ZNF79",
            "collection": "UNVALIDATED",
            "base_id": "UN0661",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0661.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0661.2/"
        },
        {
            "matrix_id": "UN0817.1",
            "name": "ZNF791",
            "collection": "UNVALIDATED",
            "base_id": "UN0817",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0817.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0817.1/"
        },
        {
            "matrix_id": "UN0232.1",
            "name": "ZNF793",
            "collection": "UNVALIDATED",
            "base_id": "UN0232",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0232.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0232.1/"
        },
        {
            "matrix_id": "UN0232.2",
            "name": "ZNF793",
            "collection": "UNVALIDATED",
            "base_id": "UN0232",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0232.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0232.2/"
        },
        {
            "matrix_id": "UN0662.1",
            "name": "ZNF799",
            "collection": "UNVALIDATED",
            "base_id": "UN0662",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0662.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0662.1/"
        },
        {
            "matrix_id": "UN0662.2",
            "name": "ZNF799",
            "collection": "UNVALIDATED",
            "base_id": "UN0662",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0662.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0662.2/"
        },
        {
            "matrix_id": "MA1718.1",
            "name": "ZNF8",
            "collection": "CORE",
            "base_id": "MA1718",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1718.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1718.1/"
        },
        {
            "matrix_id": "UN0234.1",
            "name": "ZNF808",
            "collection": "UNVALIDATED",
            "base_id": "UN0234",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0234.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0234.1/"
        },
        {
            "matrix_id": "UN0235.1",
            "name": "ZNF81",
            "collection": "UNVALIDATED",
            "base_id": "UN0235",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0235.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0235.1/"
        }
    ]
}