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=226
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=227",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=225",
    "results": [
        {
            "matrix_id": "MA1880.2",
            "name": "Hey",
            "collection": "CORE",
            "base_id": "MA1880",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1880.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1880.2/"
        },
        {
            "matrix_id": "MA0739.1",
            "name": "Hic1",
            "collection": "CORE",
            "base_id": "MA0739",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0739.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0739.1/"
        },
        {
            "matrix_id": "MA0739.2",
            "name": "Hic1",
            "collection": "CORE",
            "base_id": "MA0739",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0739.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0739.2/"
        },
        {
            "matrix_id": "MA1881.1",
            "name": "Hmbox1",
            "collection": "CORE",
            "base_id": "MA1881",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1881.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1881.1/"
        },
        {
            "matrix_id": "MA1881.2",
            "name": "Hmbox1",
            "collection": "CORE",
            "base_id": "MA1881",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1881.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1881.2/"
        },
        {
            "matrix_id": "MA2124.1",
            "name": "Hmga1",
            "collection": "CORE",
            "base_id": "MA2124",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2124.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2124.1/"
        },
        {
            "matrix_id": "MA0192.1",
            "name": "Hmx",
            "collection": "CORE",
            "base_id": "MA0192",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0192.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0192.1/"
        },
        {
            "matrix_id": "MA0896.1",
            "name": "Hmx1",
            "collection": "CORE",
            "base_id": "MA0896",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0896.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0896.1/"
        },
        {
            "matrix_id": "MA0896.2",
            "name": "Hmx1",
            "collection": "CORE",
            "base_id": "MA0896",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0896.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0896.2/"
        },
        {
            "matrix_id": "MA0897.1",
            "name": "Hmx2",
            "collection": "CORE",
            "base_id": "MA0897",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0897.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0897.1/"
        }
    ]
}