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=345
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=346",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=344",
    "results": [
        {
            "matrix_id": "MA2079.1",
            "name": "PK19717.1",
            "collection": "CORE",
            "base_id": "MA2079",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2079.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2079.1/"
        },
        {
            "matrix_id": "MA2080.1",
            "name": "PK20225.1",
            "collection": "CORE",
            "base_id": "MA2080",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2080.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2080.1/"
        },
        {
            "matrix_id": "MA2081.1",
            "name": "PK20317.1",
            "collection": "CORE",
            "base_id": "MA2081",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2081.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2081.1/"
        },
        {
            "matrix_id": "MA2082.1",
            "name": "PK20392.1",
            "collection": "CORE",
            "base_id": "MA2082",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2082.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2082.1/"
        },
        {
            "matrix_id": "MA2483.1",
            "name": "PK20543.1",
            "collection": "CORE",
            "base_id": "MA2483",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2483.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2483.1/"
        },
        {
            "matrix_id": "MA2356.1",
            "name": "PK20555.1",
            "collection": "CORE",
            "base_id": "MA2356",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2356.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2356.1/"
        },
        {
            "matrix_id": "MA2083.1",
            "name": "PK21166.1",
            "collection": "CORE",
            "base_id": "MA2083",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2083.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2083.1/"
        },
        {
            "matrix_id": "MA2357.1",
            "name": "PK21687.1",
            "collection": "CORE",
            "base_id": "MA2357",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2357.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2357.1/"
        },
        {
            "matrix_id": "MA2358.1",
            "name": "PK22320.1",
            "collection": "CORE",
            "base_id": "MA2358",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2358.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2358.1/"
        },
        {
            "matrix_id": "UN0830.1",
            "name": "PK22848.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0830",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0830.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0830.1/"
        }
    ]
}