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=483
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=484",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=482",
    "results": [
        {
            "matrix_id": "UN0592.2",
            "name": "ZKSCAN8",
            "collection": "UNVALIDATED",
            "base_id": "UN0592",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0592.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0592.2/"
        },
        {
            "matrix_id": "MA0441.1",
            "name": "ZMS1",
            "collection": "CORE",
            "base_id": "MA0441",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0441.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0441.1/"
        },
        {
            "matrix_id": "MA0441.2",
            "name": "ZMS1",
            "collection": "CORE",
            "base_id": "MA0441",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0441.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0441.2/"
        },
        {
            "matrix_id": "UN0158.1",
            "name": "ZNF10",
            "collection": "UNVALIDATED",
            "base_id": "UN0158",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0158.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0158.1/"
        },
        {
            "matrix_id": "UN0159.1",
            "name": "ZNF100",
            "collection": "UNVALIDATED",
            "base_id": "UN0159",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0159.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0159.1/"
        },
        {
            "matrix_id": "UN0593.1",
            "name": "ZNF100",
            "collection": "UNVALIDATED",
            "base_id": "UN0593",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0593.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0593.1/"
        },
        {
            "matrix_id": "UN0159.2",
            "name": "ZNF100",
            "collection": "UNVALIDATED",
            "base_id": "UN0159",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0159.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0159.2/"
        },
        {
            "matrix_id": "UN0593.2",
            "name": "ZNF100",
            "collection": "UNVALIDATED",
            "base_id": "UN0593",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0593.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0593.2/"
        },
        {
            "matrix_id": "UN0160.1",
            "name": "ZNF101",
            "collection": "UNVALIDATED",
            "base_id": "UN0160",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0160.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0160.1/"
        },
        {
            "matrix_id": "UN0160.2",
            "name": "ZNF101",
            "collection": "UNVALIDATED",
            "base_id": "UN0160",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0160.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0160.2/"
        }
    ]
}