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=436
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=437",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=435",
    "results": [
        {
            "matrix_id": "MA1574.1",
            "name": "THRB",
            "collection": "CORE",
            "base_id": "MA1574",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1574.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1574.1/"
        },
        {
            "matrix_id": "MA1575.1",
            "name": "THRB",
            "collection": "CORE",
            "base_id": "MA1575",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1575.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1575.1/"
        },
        {
            "matrix_id": "MA1576.1",
            "name": "THRB",
            "collection": "CORE",
            "base_id": "MA1576",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1576.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1576.1/"
        },
        {
            "matrix_id": "MA1574.2",
            "name": "THRB",
            "collection": "CORE",
            "base_id": "MA1574",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1574.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1574.2/"
        },
        {
            "matrix_id": "MA1575.2",
            "name": "THRB",
            "collection": "CORE",
            "base_id": "MA1575",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1575.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1575.2/"
        },
        {
            "matrix_id": "MA1576.2",
            "name": "THRB",
            "collection": "CORE",
            "base_id": "MA1576",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1576.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1576.2/"
        },
        {
            "matrix_id": "MA2599.1",
            "name": "TIGD3",
            "collection": "CORE",
            "base_id": "MA2599",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2599.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2599.1/"
        },
        {
            "matrix_id": "MA2561.1",
            "name": "TIGD4",
            "collection": "CORE",
            "base_id": "MA2561",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2561.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2561.1/"
        },
        {
            "matrix_id": "MA2562.1",
            "name": "TIGD5",
            "collection": "CORE",
            "base_id": "MA2562",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2562.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2562.1/"
        },
        {
            "matrix_id": "MA2563.1",
            "name": "TIGD7",
            "collection": "CORE",
            "base_id": "MA2563",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2563.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2563.1/"
        }
    ]
}