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=531
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=532",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=530",
    "results": [
        {
            "matrix_id": "UN0248.2",
            "name": "ZSCAN5A",
            "collection": "UNVALIDATED",
            "base_id": "UN0248",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0248.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0248.2/"
        },
        {
            "matrix_id": "UN0249.1",
            "name": "ZSCAN9",
            "collection": "UNVALIDATED",
            "base_id": "UN0249",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0249.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0249.1/"
        },
        {
            "matrix_id": "UN0249.2",
            "name": "ZSCAN9",
            "collection": "UNVALIDATED",
            "base_id": "UN0249",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0249.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0249.2/"
        },
        {
            "matrix_id": "MA2596.1",
            "name": "ZXDA",
            "collection": "CORE",
            "base_id": "MA2596",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2596.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2596.1/"
        },
        {
            "matrix_id": "MA2576.1",
            "name": "ZXDB",
            "collection": "CORE",
            "base_id": "MA2576",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2576.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2576.1/"
        },
        {
            "matrix_id": "MA2577.1",
            "name": "ZXDC",
            "collection": "CORE",
            "base_id": "MA2577",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2577.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2577.1/"
        },
        {
            "matrix_id": "MA2340.1",
            "name": "Zbtb2",
            "collection": "CORE",
            "base_id": "MA2340",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2340.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2340.1/"
        },
        {
            "matrix_id": "UN0475.1",
            "name": "Zbtb7",
            "collection": "UNVALIDATED",
            "base_id": "UN0475",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0475.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0475.1/"
        },
        {
            "matrix_id": "UN0475.2",
            "name": "Zbtb7",
            "collection": "UNVALIDATED",
            "base_id": "UN0475",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0475.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0475.2/"
        },
        {
            "matrix_id": "UN0676.1",
            "name": "Zfat",
            "collection": "UNVALIDATED",
            "base_id": "UN0676",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0676.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0676.1/"
        }
    ]
}