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=505
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=506",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=504",
    "results": [
        {
            "matrix_id": "UN0330.1",
            "name": "ZNF513",
            "collection": "UNVALIDATED",
            "base_id": "UN0330",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0330.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0330.1/"
        },
        {
            "matrix_id": "UN0888.1",
            "name": "ZNF516",
            "collection": "UNVALIDATED",
            "base_id": "UN0888",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0888.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0888.1/"
        },
        {
            "matrix_id": "MA2586.1",
            "name": "ZNF518B",
            "collection": "CORE",
            "base_id": "MA2586",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2586.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2586.1/"
        },
        {
            "matrix_id": "UN0331.1",
            "name": "ZNF519",
            "collection": "UNVALIDATED",
            "base_id": "UN0331",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0331.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0331.1/"
        },
        {
            "matrix_id": "UN0331.2",
            "name": "ZNF519",
            "collection": "UNVALIDATED",
            "base_id": "UN0331",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0331.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0331.2/"
        },
        {
            "matrix_id": "MA2096.1",
            "name": "ZNF524",
            "collection": "CORE",
            "base_id": "MA2096",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2096.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2096.1/"
        },
        {
            "matrix_id": "UN0201.1",
            "name": "ZNF525",
            "collection": "UNVALIDATED",
            "base_id": "UN0201",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0201.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0201.1/"
        },
        {
            "matrix_id": "UN0625.1",
            "name": "ZNF527",
            "collection": "UNVALIDATED",
            "base_id": "UN0625",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0625.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0625.1/"
        },
        {
            "matrix_id": "UN0625.2",
            "name": "ZNF527",
            "collection": "UNVALIDATED",
            "base_id": "UN0625",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0625.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0625.2/"
        },
        {
            "matrix_id": "MA1597.1",
            "name": "ZNF528",
            "collection": "CORE",
            "base_id": "MA1597",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1597.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1597.1/"
        }
    ]
}