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=518
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=519",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=517",
    "results": [
        {
            "matrix_id": "UN1259.1",
            "name": "ZNF711",
            "collection": "UNVALIDATED",
            "base_id": "UN1259",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1259.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1259.1/"
        },
        {
            "matrix_id": "UN0216.1",
            "name": "ZNF713",
            "collection": "UNVALIDATED",
            "base_id": "UN0216",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0216.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0216.1/"
        },
        {
            "matrix_id": "UN0217.1",
            "name": "ZNF713",
            "collection": "UNVALIDATED",
            "base_id": "UN0217",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0217.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0217.1/"
        },
        {
            "matrix_id": "UN0216.2",
            "name": "ZNF713",
            "collection": "UNVALIDATED",
            "base_id": "UN0216",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0216.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0216.2/"
        },
        {
            "matrix_id": "UN0217.2",
            "name": "ZNF713",
            "collection": "UNVALIDATED",
            "base_id": "UN0217",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0217.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0217.2/"
        },
        {
            "matrix_id": "UN0651.1",
            "name": "ZNF714",
            "collection": "UNVALIDATED",
            "base_id": "UN0651",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0651.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0651.1/"
        },
        {
            "matrix_id": "UN0651.2",
            "name": "ZNF714",
            "collection": "UNVALIDATED",
            "base_id": "UN0651",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0651.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0651.2/"
        },
        {
            "matrix_id": "UN0652.1",
            "name": "ZNF716",
            "collection": "UNVALIDATED",
            "base_id": "UN0652",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0652.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0652.1/"
        },
        {
            "matrix_id": "UN0652.2",
            "name": "ZNF716",
            "collection": "UNVALIDATED",
            "base_id": "UN0652",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0652.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0652.2/"
        },
        {
            "matrix_id": "MA2526.1",
            "name": "ZNF721",
            "collection": "CORE",
            "base_id": "MA2526",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2526.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2526.1/"
        }
    ]
}