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=95
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=96",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=94",
    "results": [
        {
            "matrix_id": "UN0492.2",
            "name": "E2F3::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0492",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0492.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0492.2/"
        },
        {
            "matrix_id": "UN0493.2",
            "name": "E2F3::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0493",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0493.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0493.2/"
        },
        {
            "matrix_id": "MA0470.1",
            "name": "E2F4",
            "collection": "CORE",
            "base_id": "MA0470",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0470.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0470.1/"
        },
        {
            "matrix_id": "MA0470.2",
            "name": "E2F4",
            "collection": "CORE",
            "base_id": "MA0470",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0470.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0470.2/"
        },
        {
            "matrix_id": "MA0470.3",
            "name": "E2F4",
            "collection": "CORE",
            "base_id": "MA0470",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0470.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0470.3/"
        },
        {
            "matrix_id": "MA0471.1",
            "name": "E2F6",
            "collection": "CORE",
            "base_id": "MA0471",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0471.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0471.1/"
        },
        {
            "matrix_id": "MA0471.2",
            "name": "E2F6",
            "collection": "CORE",
            "base_id": "MA0471",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0471.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0471.2/"
        },
        {
            "matrix_id": "MA0471.3",
            "name": "E2F6",
            "collection": "CORE",
            "base_id": "MA0471",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0471.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0471.3/"
        },
        {
            "matrix_id": "MA0758.1",
            "name": "E2F7",
            "collection": "CORE",
            "base_id": "MA0758",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0758.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0758.1/"
        },
        {
            "matrix_id": "MA0865.1",
            "name": "E2F8",
            "collection": "CORE",
            "base_id": "MA0865",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0865.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0865.1/"
        }
    ]
}