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=452
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=453",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=451",
    "results": [
        {
            "matrix_id": "MA1578.2",
            "name": "VEZF1",
            "collection": "CORE",
            "base_id": "MA1578",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1578.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1578.2/"
        },
        {
            "matrix_id": "MA1803.1",
            "name": "VIP1",
            "collection": "CORE",
            "base_id": "MA1803",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1803.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1803.1/"
        },
        {
            "matrix_id": "MA1803.2",
            "name": "VIP1",
            "collection": "CORE",
            "base_id": "MA1803",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1803.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1803.2/"
        },
        {
            "matrix_id": "MA2364.1",
            "name": "VIT_15s0048g01150",
            "collection": "CORE",
            "base_id": "MA2364",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2364.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2364.1/"
        },
        {
            "matrix_id": "MA2365.1",
            "name": "VIT_17s0000g10420",
            "collection": "CORE",
            "base_id": "MA2365",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2365.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2365.1/"
        },
        {
            "matrix_id": "MA2366.1",
            "name": "VOZ2",
            "collection": "CORE",
            "base_id": "MA2366",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2366.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2366.1/"
        },
        {
            "matrix_id": "MA0725.1",
            "name": "VSX1",
            "collection": "CORE",
            "base_id": "MA0725",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0725.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0725.1/"
        },
        {
            "matrix_id": "MA0725.2",
            "name": "VSX1",
            "collection": "CORE",
            "base_id": "MA0725",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0725.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0725.2/"
        },
        {
            "matrix_id": "MA0726.1",
            "name": "VSX2",
            "collection": "CORE",
            "base_id": "MA0726",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0726.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0726.1/"
        },
        {
            "matrix_id": "MA0726.2",
            "name": "VSX2",
            "collection": "CORE",
            "base_id": "MA0726",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0726.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0726.2/"
        }
    ]
}