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=237
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=238",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=236",
    "results": [
        {
            "matrix_id": "MA2017.1",
            "name": "JUB1",
            "collection": "CORE",
            "base_id": "MA2017",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2017.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2017.1/"
        },
        {
            "matrix_id": "MA2017.2",
            "name": "JUB1",
            "collection": "CORE",
            "base_id": "MA2017",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2017.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2017.2/"
        },
        {
            "matrix_id": "MA0488.1",
            "name": "JUN",
            "collection": "CORE",
            "base_id": "MA0488",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0488.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0488.1/"
        },
        {
            "matrix_id": "MA0489.1",
            "name": "JUN",
            "collection": "CORE",
            "base_id": "MA0489",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0489.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0489.1/"
        },
        {
            "matrix_id": "MA0488.2",
            "name": "JUN",
            "collection": "CORE",
            "base_id": "MA0488",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0488.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0488.2/"
        },
        {
            "matrix_id": "MA1132.1",
            "name": "JUN::JUNB",
            "collection": "CORE",
            "base_id": "MA1132",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1132.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1132.1/"
        },
        {
            "matrix_id": "MA1133.1",
            "name": "JUN::JUNB",
            "collection": "CORE",
            "base_id": "MA1133",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1133.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1133.1/"
        },
        {
            "matrix_id": "MA1132.2",
            "name": "JUN::JUNB",
            "collection": "CORE",
            "base_id": "MA1132",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1132.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1132.2/"
        },
        {
            "matrix_id": "MA1133.2",
            "name": "JUN::JUNB",
            "collection": "CORE",
            "base_id": "MA1133",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1133.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1133.2/"
        },
        {
            "matrix_id": "MA0490.1",
            "name": "JUNB",
            "collection": "CORE",
            "base_id": "MA0490",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0490.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0490.1/"
        }
    ]
}