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=62
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=63",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=61",
    "results": [
        {
            "matrix_id": "MA1636.1",
            "name": "CEBPG",
            "collection": "CORE",
            "base_id": "MA1636",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1636.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1636.1/"
        },
        {
            "matrix_id": "MA1636.2",
            "name": "CEBPG",
            "collection": "CORE",
            "base_id": "MA1636",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1636.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1636.2/"
        },
        {
            "matrix_id": "UN0800.1",
            "name": "CEBPZ",
            "collection": "UNVALIDATED",
            "base_id": "UN0800",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0800.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0800.1/"
        },
        {
            "matrix_id": "UN0275.1",
            "name": "CEG01538.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0275",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0275.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0275.1/"
        },
        {
            "matrix_id": "MA0921.3",
            "name": "CEH-48",
            "collection": "CORE",
            "base_id": "MA0921",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0921.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0921.3/"
        },
        {
            "matrix_id": "MA0282.1",
            "name": "CEP3",
            "collection": "CORE",
            "base_id": "MA0282",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0282.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0282.1/"
        },
        {
            "matrix_id": "MA0282.2",
            "name": "CEP3",
            "collection": "CORE",
            "base_id": "MA0282",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0282.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0282.2/"
        },
        {
            "matrix_id": "MA0171.1",
            "name": "CG11085",
            "collection": "CORE",
            "base_id": "MA0171",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0171.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0171.1/"
        },
        {
            "matrix_id": "UN1216.1",
            "name": "CG11247",
            "collection": "UNVALIDATED",
            "base_id": "UN1216",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1216.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1216.1/"
        },
        {
            "matrix_id": "MA0172.1",
            "name": "CG11294",
            "collection": "CORE",
            "base_id": "MA0172",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0172.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0172.1/"
        }
    ]
}