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=354
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=355",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=353",
    "results": [
        {
            "matrix_id": "MA0508.2",
            "name": "PRDM1",
            "collection": "CORE",
            "base_id": "MA0508",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0508.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0508.2/"
        },
        {
            "matrix_id": "MA0508.3",
            "name": "PRDM1",
            "collection": "CORE",
            "base_id": "MA0508",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0508.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0508.3/"
        },
        {
            "matrix_id": "MA0508.4",
            "name": "PRDM1",
            "collection": "CORE",
            "base_id": "MA0508",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0508.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0508.4/"
        },
        {
            "matrix_id": "MA2536.1",
            "name": "PRDM13",
            "collection": "CORE",
            "base_id": "MA2536",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2536.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2536.1/"
        },
        {
            "matrix_id": "MA1647.1",
            "name": "PRDM4",
            "collection": "CORE",
            "base_id": "MA1647",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1647.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1647.1/"
        },
        {
            "matrix_id": "MA1723.1",
            "name": "PRDM9",
            "collection": "CORE",
            "base_id": "MA1723",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1723.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1723.1/"
        },
        {
            "matrix_id": "MA1723.2",
            "name": "PRDM9",
            "collection": "CORE",
            "base_id": "MA1723",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1723.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1723.2/"
        },
        {
            "matrix_id": "UN0831.1",
            "name": "PRH_PETCR",
            "collection": "UNVALIDATED",
            "base_id": "UN0831",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0831.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0831.1/"
        },
        {
            "matrix_id": "MA0715.1",
            "name": "PROP1",
            "collection": "CORE",
            "base_id": "MA0715",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0715.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0715.1/"
        },
        {
            "matrix_id": "UN1127.1",
            "name": "PROP1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1127",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1127.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1127.1/"
        }
    ]
}