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=302
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=303",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=301",
    "results": [
        {
            "matrix_id": "MA1643.2",
            "name": "NFIB",
            "collection": "CORE",
            "base_id": "MA1643",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1643.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1643.2/"
        },
        {
            "matrix_id": "MA0161.1",
            "name": "NFIC",
            "collection": "CORE",
            "base_id": "MA0161",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0161.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0161.1/"
        },
        {
            "matrix_id": "MA0161.2",
            "name": "NFIC",
            "collection": "CORE",
            "base_id": "MA0161",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0161.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0161.2/"
        },
        {
            "matrix_id": "MA1527.1",
            "name": "NFIC",
            "collection": "CORE",
            "base_id": "MA1527",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1527.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1527.1/"
        },
        {
            "matrix_id": "MA0161.3",
            "name": "NFIC",
            "collection": "CORE",
            "base_id": "MA0161",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0161.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0161.3/"
        },
        {
            "matrix_id": "MA1527.2",
            "name": "NFIC",
            "collection": "CORE",
            "base_id": "MA1527",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1527.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1527.2/"
        },
        {
            "matrix_id": "MA0119.1",
            "name": "NFIC::TLX1",
            "collection": "CORE",
            "base_id": "MA0119",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0119.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0119.1/"
        },
        {
            "matrix_id": "MA0025.1",
            "name": "NFIL3",
            "collection": "CORE",
            "base_id": "MA0025",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0025.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0025.1/"
        },
        {
            "matrix_id": "MA0025.2",
            "name": "NFIL3",
            "collection": "CORE",
            "base_id": "MA0025",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0025.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0025.2/"
        },
        {
            "matrix_id": "MA0025.3",
            "name": "NFIL3",
            "collection": "CORE",
            "base_id": "MA0025",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0025.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0025.3/"
        }
    ]
}