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=232
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=233",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=231",
    "results": [
        {
            "matrix_id": "MA2418.1",
            "name": "IG1",
            "collection": "CORE",
            "base_id": "MA2418",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2418.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2418.1/"
        },
        {
            "matrix_id": "MA1508.1",
            "name": "IKZF1",
            "collection": "CORE",
            "base_id": "MA1508",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1508.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1508.1/"
        },
        {
            "matrix_id": "MA1508.2",
            "name": "IKZF1",
            "collection": "CORE",
            "base_id": "MA1508",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1508.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1508.2/"
        },
        {
            "matrix_id": "MA2326.1",
            "name": "IKZF2",
            "collection": "CORE",
            "base_id": "MA2326",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2326.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2326.1/"
        },
        {
            "matrix_id": "MA2397.1",
            "name": "ILR3",
            "collection": "CORE",
            "base_id": "MA2397",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2397.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2397.1/"
        },
        {
            "matrix_id": "MA0320.1",
            "name": "IME1",
            "collection": "CORE",
            "base_id": "MA0320",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0320.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0320.1/"
        },
        {
            "matrix_id": "MA0321.1",
            "name": "INO2",
            "collection": "CORE",
            "base_id": "MA0321",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0321.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0321.1/"
        },
        {
            "matrix_id": "MA0322.1",
            "name": "INO4",
            "collection": "CORE",
            "base_id": "MA0322",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0322.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0322.1/"
        },
        {
            "matrix_id": "MA0155.1",
            "name": "INSM1",
            "collection": "CORE",
            "base_id": "MA0155",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0155.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0155.1/"
        },
        {
            "matrix_id": "MA0050.1",
            "name": "IRF1",
            "collection": "CORE",
            "base_id": "MA0050",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0050.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0050.1/"
        }
    ]
}