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=94
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=95",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=93",
    "results": [
        {
            "matrix_id": "MA0864.2",
            "name": "E2F2",
            "collection": "CORE",
            "base_id": "MA0864",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0864.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0864.2/"
        },
        {
            "matrix_id": "MA0864.3",
            "name": "E2F2",
            "collection": "CORE",
            "base_id": "MA0864",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0864.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0864.3/"
        },
        {
            "matrix_id": "MA0469.1",
            "name": "E2F3",
            "collection": "CORE",
            "base_id": "MA0469",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0469.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0469.1/"
        },
        {
            "matrix_id": "MA0469.2",
            "name": "E2F3",
            "collection": "CORE",
            "base_id": "MA0469",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0469.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0469.2/"
        },
        {
            "matrix_id": "MA0469.3",
            "name": "E2F3",
            "collection": "CORE",
            "base_id": "MA0469",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0469.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0469.3/"
        },
        {
            "matrix_id": "MA0469.4",
            "name": "E2F3",
            "collection": "CORE",
            "base_id": "MA0469",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0469.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0469.4/"
        },
        {
            "matrix_id": "UN0491.1",
            "name": "E2F3::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0491",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0491.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0491.1/"
        },
        {
            "matrix_id": "UN0491.2",
            "name": "E2F3::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0491",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0491.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0491.2/"
        },
        {
            "matrix_id": "UN0492.1",
            "name": "E2F3::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0492",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0492.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0492.1/"
        },
        {
            "matrix_id": "UN0493.1",
            "name": "E2F3::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0493",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0493.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0493.1/"
        }
    ]
}