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=78
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=79",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=77",
    "results": [
        {
            "matrix_id": "UN1185.1",
            "name": "DLX4::TGIF2LX",
            "collection": "UNVALIDATED",
            "base_id": "UN1185",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1185.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1185.1/"
        },
        {
            "matrix_id": "MA1476.1",
            "name": "DLX5",
            "collection": "CORE",
            "base_id": "MA1476",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1476.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1476.1/"
        },
        {
            "matrix_id": "UN0941.1",
            "name": "DLX5::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0941",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0941.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0941.1/"
        },
        {
            "matrix_id": "UN0942.1",
            "name": "DLX5::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0942",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0942.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0942.1/"
        },
        {
            "matrix_id": "UN0943.1",
            "name": "DLX5::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0943",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0943.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0943.1/"
        },
        {
            "matrix_id": "UN0944.1",
            "name": "DLX5::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN0944",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0944.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0944.1/"
        },
        {
            "matrix_id": "UN1186.1",
            "name": "DLX5::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1186",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1186.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1186.1/"
        },
        {
            "matrix_id": "UN1187.1",
            "name": "DLX5::TGIF2LX",
            "collection": "UNVALIDATED",
            "base_id": "UN1187",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1187.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1187.1/"
        },
        {
            "matrix_id": "MA0882.1",
            "name": "DLX6",
            "collection": "CORE",
            "base_id": "MA0882",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0882.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0882.1/"
        },
        {
            "matrix_id": "MA0882.2",
            "name": "DLX6",
            "collection": "CORE",
            "base_id": "MA0882",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0882.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0882.2/"
        }
    ]
}