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=363
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=364",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=362",
    "results": [
        {
            "matrix_id": "MA0729.1",
            "name": "RARA",
            "collection": "CORE",
            "base_id": "MA0729",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0729.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0729.1/"
        },
        {
            "matrix_id": "MA0730.1",
            "name": "RARA",
            "collection": "CORE",
            "base_id": "MA0730",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0730.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0730.1/"
        },
        {
            "matrix_id": "MA0159.1",
            "name": "RARA::RXRA",
            "collection": "CORE",
            "base_id": "MA0159",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0159.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0159.1/"
        },
        {
            "matrix_id": "MA1149.1",
            "name": "RARA::RXRG",
            "collection": "CORE",
            "base_id": "MA1149",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1149.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1149.1/"
        },
        {
            "matrix_id": "MA1149.2",
            "name": "RARA::RXRG",
            "collection": "CORE",
            "base_id": "MA1149",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1149.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1149.2/"
        },
        {
            "matrix_id": "MA1552.1",
            "name": "RARB",
            "collection": "CORE",
            "base_id": "MA1552",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1552.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1552.1/"
        },
        {
            "matrix_id": "MA1552.2",
            "name": "RARB",
            "collection": "CORE",
            "base_id": "MA1552",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1552.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1552.2/"
        },
        {
            "matrix_id": "MA1553.1",
            "name": "RARG",
            "collection": "CORE",
            "base_id": "MA1553",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1553.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1553.1/"
        },
        {
            "matrix_id": "MA1553.2",
            "name": "RARG",
            "collection": "CORE",
            "base_id": "MA1553",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1553.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1553.2/"
        },
        {
            "matrix_id": "MA0582.1",
            "name": "RAV1",
            "collection": "CORE",
            "base_id": "MA0582",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0582.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0582.1/"
        }
    ]
}