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=76
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=77",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=75",
    "results": [
        {
            "matrix_id": "MA1376.2",
            "name": "DEAR3",
            "collection": "CORE",
            "base_id": "MA1376",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1376.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1376.2/"
        },
        {
            "matrix_id": "UN0855.1",
            "name": "DEP",
            "collection": "UNVALIDATED",
            "base_id": "UN0855",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0855.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0855.1/"
        },
        {
            "matrix_id": "MA1366.1",
            "name": "DF1",
            "collection": "CORE",
            "base_id": "MA1366",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1366.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1366.1/"
        },
        {
            "matrix_id": "MA1366.2",
            "name": "DF1",
            "collection": "CORE",
            "base_id": "MA1366",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1366.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1366.2/"
        },
        {
            "matrix_id": "MA1192.1",
            "name": "DIV1",
            "collection": "CORE",
            "base_id": "MA1192",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1192.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1192.1/"
        },
        {
            "matrix_id": "MA1192.2",
            "name": "DIV1",
            "collection": "CORE",
            "base_id": "MA1192",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1192.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1192.2/"
        },
        {
            "matrix_id": "MA0879.2",
            "name": "DLX1",
            "collection": "CORE",
            "base_id": "MA0879",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0879.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0879.2/"
        },
        {
            "matrix_id": "MA0879.3",
            "name": "DLX1",
            "collection": "CORE",
            "base_id": "MA0879",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0879.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0879.3/"
        },
        {
            "matrix_id": "UN0929.1",
            "name": "DLX1::ELF1",
            "collection": "UNVALIDATED",
            "base_id": "UN0929",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0929.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0929.1/"
        },
        {
            "matrix_id": "UN0930.1",
            "name": "DLX1::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0930",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0930.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0930.1/"
        }
    ]
}