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=522
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=523",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=521",
    "results": [
        {
            "matrix_id": "UN0721.1",
            "name": "tbx-39",
            "collection": "UNVALIDATED",
            "base_id": "UN0721",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0721.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0721.1/"
        },
        {
            "matrix_id": "UN0722.1",
            "name": "tbx-40",
            "collection": "UNVALIDATED",
            "base_id": "UN0722",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0722.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0722.1/"
        },
        {
            "matrix_id": "UN0723.1",
            "name": "tbx-43",
            "collection": "UNVALIDATED",
            "base_id": "UN0723",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0723.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0723.1/"
        },
        {
            "matrix_id": "UN0738.1",
            "name": "tbx-8",
            "collection": "UNVALIDATED",
            "base_id": "UN0738",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0738.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0738.1/"
        },
        {
            "matrix_id": "UN0794.1",
            "name": "tgo",
            "collection": "UNVALIDATED",
            "base_id": "UN0794",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0794.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0794.1/"
        },
        {
            "matrix_id": "MA0247.1",
            "name": "tin",
            "collection": "CORE",
            "base_id": "MA0247",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0247.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0247.1/"
        },
        {
            "matrix_id": "MA0247.2",
            "name": "tin",
            "collection": "CORE",
            "base_id": "MA0247",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0247.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0247.2/"
        },
        {
            "matrix_id": "MA0247.3",
            "name": "tin",
            "collection": "CORE",
            "base_id": "MA0247",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0247.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0247.3/"
        },
        {
            "matrix_id": "MA2288.1",
            "name": "tj",
            "collection": "CORE",
            "base_id": "MA2288",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2288.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2288.1/"
        },
        {
            "matrix_id": "MA0459.1",
            "name": "tll",
            "collection": "CORE",
            "base_id": "MA0459",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0459.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0459.1/"
        }
    ]
}