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=264
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=265",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=263",
    "results": [
        {
            "matrix_id": "UN0907.1",
            "name": "MLX::FOXD2",
            "collection": "UNVALIDATED",
            "base_id": "UN0907",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0907.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0907.1/"
        },
        {
            "matrix_id": "UN1096.1",
            "name": "MLX::GABPA",
            "collection": "UNVALIDATED",
            "base_id": "UN1096",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1096.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1096.1/"
        },
        {
            "matrix_id": "UN0908.1",
            "name": "MLX::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN0908",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0908.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0908.1/"
        },
        {
            "matrix_id": "MA0664.1",
            "name": "MLXIPL",
            "collection": "CORE",
            "base_id": "MA0664",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0664.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0664.1/"
        },
        {
            "matrix_id": "MA0664.2",
            "name": "MLXIPL",
            "collection": "CORE",
            "base_id": "MA0664",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0664.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0664.2/"
        },
        {
            "matrix_id": "MA0053.1",
            "name": "MNB1A",
            "collection": "CORE",
            "base_id": "MA0053",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0053.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0053.1/"
        },
        {
            "matrix_id": "MA0825.1",
            "name": "MNT",
            "collection": "CORE",
            "base_id": "MA0825",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0825.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0825.1/"
        },
        {
            "matrix_id": "MA0825.2",
            "name": "MNT",
            "collection": "CORE",
            "base_id": "MA0825",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0825.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0825.2/"
        },
        {
            "matrix_id": "MA0707.1",
            "name": "MNX1",
            "collection": "CORE",
            "base_id": "MA0707",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0707.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0707.1/"
        },
        {
            "matrix_id": "MA0707.2",
            "name": "MNX1",
            "collection": "CORE",
            "base_id": "MA0707",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0707.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0707.2/"
        }
    ]
}