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=93
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=94",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=92",
    "results": [
        {
            "matrix_id": "MA2221.1",
            "name": "E(spl)mdelta-HLH",
            "collection": "CORE",
            "base_id": "MA2221",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2221.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2221.1/"
        },
        {
            "matrix_id": "MA2222.1",
            "name": "E(spl)mgamma-HLH",
            "collection": "CORE",
            "base_id": "MA2222",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2222.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2222.1/"
        },
        {
            "matrix_id": "MA0024.1",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0024.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0024.1/"
        },
        {
            "matrix_id": "MA0024.2",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0024.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0024.2/"
        },
        {
            "matrix_id": "MA0024.3",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0024.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0024.3/"
        },
        {
            "matrix_id": "UN0489.1",
            "name": "E2F1::HES7",
            "collection": "UNVALIDATED",
            "base_id": "UN0489",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0489.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0489.1/"
        },
        {
            "matrix_id": "UN0490.1",
            "name": "E2F1::HES7",
            "collection": "UNVALIDATED",
            "base_id": "UN0490",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0490.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0490.1/"
        },
        {
            "matrix_id": "UN0489.2",
            "name": "E2F1::HES7",
            "collection": "UNVALIDATED",
            "base_id": "UN0489",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0489.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0489.2/"
        },
        {
            "matrix_id": "UN0490.2",
            "name": "E2F1::HES7",
            "collection": "UNVALIDATED",
            "base_id": "UN0490",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0490.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0490.2/"
        },
        {
            "matrix_id": "MA0864.1",
            "name": "E2F2",
            "collection": "CORE",
            "base_id": "MA0864",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0864.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0864.1/"
        }
    ]
}