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=147
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=148",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=146",
    "results": [
        {
            "matrix_id": "MA1135.2",
            "name": "FOSB::JUNB",
            "collection": "CORE",
            "base_id": "MA1135",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1135.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1135.2/"
        },
        {
            "matrix_id": "MA0477.1",
            "name": "FOSL1",
            "collection": "CORE",
            "base_id": "MA0477",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0477.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0477.1/"
        },
        {
            "matrix_id": "MA0477.2",
            "name": "FOSL1",
            "collection": "CORE",
            "base_id": "MA0477",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0477.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0477.2/"
        },
        {
            "matrix_id": "MA0477.3",
            "name": "FOSL1",
            "collection": "CORE",
            "base_id": "MA0477",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0477.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0477.3/"
        },
        {
            "matrix_id": "MA1128.1",
            "name": "FOSL1::JUN",
            "collection": "CORE",
            "base_id": "MA1128",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1128.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1128.1/"
        },
        {
            "matrix_id": "MA1129.1",
            "name": "FOSL1::JUN",
            "collection": "CORE",
            "base_id": "MA1129",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1129.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1129.1/"
        },
        {
            "matrix_id": "MA1128.2",
            "name": "FOSL1::JUN",
            "collection": "CORE",
            "base_id": "MA1128",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1128.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1128.2/"
        },
        {
            "matrix_id": "MA1137.1",
            "name": "FOSL1::JUNB",
            "collection": "CORE",
            "base_id": "MA1137",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1137.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1137.1/"
        },
        {
            "matrix_id": "MA1137.2",
            "name": "FOSL1::JUNB",
            "collection": "CORE",
            "base_id": "MA1137",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1137.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1137.2/"
        },
        {
            "matrix_id": "MA1142.1",
            "name": "FOSL1::JUND",
            "collection": "CORE",
            "base_id": "MA1142",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1142.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1142.1/"
        }
    ]
}