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=401
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=402",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=400",
    "results": [
        {
            "matrix_id": "MA0390.2",
            "name": "STB3",
            "collection": "CORE",
            "base_id": "MA0390",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0390.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0390.2/"
        },
        {
            "matrix_id": "MA0391.1",
            "name": "STB4",
            "collection": "CORE",
            "base_id": "MA0391",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0391.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0391.1/"
        },
        {
            "matrix_id": "MA0392.1",
            "name": "STB5",
            "collection": "CORE",
            "base_id": "MA0392",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0392.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0392.1/"
        },
        {
            "matrix_id": "MA0393.1",
            "name": "STE12",
            "collection": "CORE",
            "base_id": "MA0393",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0393.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0393.1/"
        },
        {
            "matrix_id": "UN0410.1",
            "name": "STKL2",
            "collection": "UNVALIDATED",
            "base_id": "UN0410",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0410.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0410.1/"
        },
        {
            "matrix_id": "UN0410.2",
            "name": "STKL2",
            "collection": "UNVALIDATED",
            "base_id": "UN0410",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0410.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0410.2/"
        },
        {
            "matrix_id": "MA0394.1",
            "name": "STP1",
            "collection": "CORE",
            "base_id": "MA0394",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0394.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0394.1/"
        },
        {
            "matrix_id": "MA0395.1",
            "name": "STP2",
            "collection": "CORE",
            "base_id": "MA0395",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0395.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0395.1/"
        },
        {
            "matrix_id": "MA0395.2",
            "name": "STP2",
            "collection": "CORE",
            "base_id": "MA0395",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0395.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0395.2/"
        },
        {
            "matrix_id": "MA0396.1",
            "name": "STP3",
            "collection": "CORE",
            "base_id": "MA0396",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0396.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0396.1/"
        }
    ]
}