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=440
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=441",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=439",
    "results": [
        {
            "matrix_id": "MA1154.1",
            "name": "ZNF282",
            "collection": "CORE",
            "base_id": "MA1154",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1154.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1154.1/"
        },
        {
            "matrix_id": "MA1154.2",
            "name": "ZNF282",
            "collection": "CORE",
            "base_id": "MA1154",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1154.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1154.2/"
        },
        {
            "matrix_id": "UN0174.1",
            "name": "ZNF284",
            "collection": "UNVALIDATED",
            "base_id": "UN0174",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0174.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0174.1/"
        },
        {
            "matrix_id": "UN0175.1",
            "name": "ZNF296",
            "collection": "UNVALIDATED",
            "base_id": "UN0175",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0175.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0175.1/"
        },
        {
            "matrix_id": "UN0175.2",
            "name": "ZNF296",
            "collection": "UNVALIDATED",
            "base_id": "UN0175",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0175.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0175.2/"
        },
        {
            "matrix_id": "UN0811.1",
            "name": "ZNF30",
            "collection": "UNVALIDATED",
            "base_id": "UN0811",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0811.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0811.1/"
        },
        {
            "matrix_id": "UN0176.1",
            "name": "ZNF304",
            "collection": "UNVALIDATED",
            "base_id": "UN0176",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0176.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0176.1/"
        },
        {
            "matrix_id": "UN0319.1",
            "name": "ZNF316",
            "collection": "UNVALIDATED",
            "base_id": "UN0319",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0319.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0319.1/"
        },
        {
            "matrix_id": "UN0319.2",
            "name": "ZNF316",
            "collection": "UNVALIDATED",
            "base_id": "UN0319",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0319.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0319.2/"
        },
        {
            "matrix_id": "MA1593.1",
            "name": "ZNF317",
            "collection": "CORE",
            "base_id": "MA1593",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1593.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1593.1/"
        }
    ]
}