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=490
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=491",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=489",
    "results": [
        {
            "matrix_id": "UN0085.2",
            "name": "clr-2",
            "collection": "UNVALIDATED",
            "base_id": "UN0085",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0085.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0085.2/"
        },
        {
            "matrix_id": "UN0754.1",
            "name": "cnc",
            "collection": "UNVALIDATED",
            "base_id": "UN0754",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0754.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0754.1/"
        },
        {
            "matrix_id": "UN0755.1",
            "name": "cnc",
            "collection": "UNVALIDATED",
            "base_id": "UN0755",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0755.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0755.1/"
        },
        {
            "matrix_id": "MA0530.1",
            "name": "cnc::maf-S",
            "collection": "CORE",
            "base_id": "MA0530",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0530.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0530.1/"
        },
        {
            "matrix_id": "MA0530.2",
            "name": "cnc::maf-S",
            "collection": "CORE",
            "base_id": "MA0530",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0530.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0530.2/"
        },
        {
            "matrix_id": "MA2163.1",
            "name": "cnd-1",
            "collection": "CORE",
            "base_id": "MA2163",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2163.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2163.1/"
        },
        {
            "matrix_id": "UN0086.1",
            "name": "col-24",
            "collection": "UNVALIDATED",
            "base_id": "UN0086",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0086.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0086.1/"
        },
        {
            "matrix_id": "UN0086.2",
            "name": "col-24",
            "collection": "UNVALIDATED",
            "base_id": "UN0086",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0086.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0086.2/"
        },
        {
            "matrix_id": "MA2208.1",
            "name": "crc",
            "collection": "CORE",
            "base_id": "MA2208",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2208.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2208.1/"
        },
        {
            "matrix_id": "MA1432.1",
            "name": "cre-1",
            "collection": "CORE",
            "base_id": "MA1432",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1432.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1432.1/"
        }
    ]
}