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=372
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=373",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=371",
    "results": [
        {
            "matrix_id": "MA0073.1",
            "name": "RREB1",
            "collection": "CORE",
            "base_id": "MA0073",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0073.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0073.1/"
        },
        {
            "matrix_id": "MA0073.2",
            "name": "RREB1",
            "collection": "CORE",
            "base_id": "MA0073",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0073.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0073.2/"
        },
        {
            "matrix_id": "MA0374.1",
            "name": "RSC3",
            "collection": "CORE",
            "base_id": "MA0374",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0374.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0374.1/"
        },
        {
            "matrix_id": "MA0374.2",
            "name": "RSC3",
            "collection": "CORE",
            "base_id": "MA0374",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0374.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0374.2/"
        },
        {
            "matrix_id": "MA0375.1",
            "name": "RSC30",
            "collection": "CORE",
            "base_id": "MA0375",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0375.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0375.1/"
        },
        {
            "matrix_id": "MA0375.2",
            "name": "RSC30",
            "collection": "CORE",
            "base_id": "MA0375",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0375.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0375.2/"
        },
        {
            "matrix_id": "MA2704.1",
            "name": "RTG1",
            "collection": "CORE",
            "base_id": "MA2704",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2704.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2704.1/"
        },
        {
            "matrix_id": "MA0376.1",
            "name": "RTG3",
            "collection": "CORE",
            "base_id": "MA0376",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0376.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0376.1/"
        },
        {
            "matrix_id": "MA0376.2",
            "name": "RTG3",
            "collection": "CORE",
            "base_id": "MA0376",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0376.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0376.2/"
        },
        {
            "matrix_id": "MA0002.1",
            "name": "RUNX1",
            "collection": "CORE",
            "base_id": "MA0002",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0002.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0002.1/"
        }
    ]
}