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=455
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=456",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=454",
    "results": [
        {
            "matrix_id": "MA1983.1",
            "name": "ZNF582",
            "collection": "CORE",
            "base_id": "MA1983",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1983.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1983.1/"
        },
        {
            "matrix_id": "MA1983.2",
            "name": "ZNF582",
            "collection": "CORE",
            "base_id": "MA1983",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1983.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1983.2/"
        },
        {
            "matrix_id": "UN0637.1",
            "name": "ZNF585A",
            "collection": "UNVALIDATED",
            "base_id": "UN0637",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0637.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0637.1/"
        },
        {
            "matrix_id": "UN0637.2",
            "name": "ZNF585A",
            "collection": "UNVALIDATED",
            "base_id": "UN0637",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0637.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0637.2/"
        },
        {
            "matrix_id": "UN0207.1",
            "name": "ZNF585B",
            "collection": "UNVALIDATED",
            "base_id": "UN0207",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0207.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0207.1/"
        },
        {
            "matrix_id": "UN0207.2",
            "name": "ZNF585B",
            "collection": "UNVALIDATED",
            "base_id": "UN0207",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0207.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0207.2/"
        },
        {
            "matrix_id": "UN0638.1",
            "name": "ZNF586",
            "collection": "UNVALIDATED",
            "base_id": "UN0638",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0638.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0638.1/"
        },
        {
            "matrix_id": "UN0638.2",
            "name": "ZNF586",
            "collection": "UNVALIDATED",
            "base_id": "UN0638",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0638.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0638.2/"
        },
        {
            "matrix_id": "UN0639.1",
            "name": "ZNF587",
            "collection": "UNVALIDATED",
            "base_id": "UN0639",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0639.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0639.1/"
        },
        {
            "matrix_id": "UN0639.2",
            "name": "ZNF587",
            "collection": "UNVALIDATED",
            "base_id": "UN0639",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0639.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0639.2/"
        }
    ]
}