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=473
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=474",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=472",
    "results": [
        {
            "matrix_id": "MA0527.1",
            "name": "ZBTB33",
            "collection": "CORE",
            "base_id": "MA0527",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0527.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0527.1/"
        },
        {
            "matrix_id": "MA0527.2",
            "name": "ZBTB33",
            "collection": "CORE",
            "base_id": "MA0527",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0527.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0527.2/"
        },
        {
            "matrix_id": "UN0145.1",
            "name": "ZBTB37",
            "collection": "UNVALIDATED",
            "base_id": "UN0145",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0145.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0145.1/"
        },
        {
            "matrix_id": "UN0145.2",
            "name": "ZBTB37",
            "collection": "UNVALIDATED",
            "base_id": "UN0145",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0145.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0145.2/"
        },
        {
            "matrix_id": "MA2488.1",
            "name": "ZBTB40",
            "collection": "CORE",
            "base_id": "MA2488",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2488.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2488.1/"
        },
        {
            "matrix_id": "MA2510.1",
            "name": "ZBTB41",
            "collection": "CORE",
            "base_id": "MA2510",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2510.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2510.1/"
        },
        {
            "matrix_id": "UN0312.1",
            "name": "ZBTB42",
            "collection": "UNVALIDATED",
            "base_id": "UN0312",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0312.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0312.1/"
        },
        {
            "matrix_id": "UN0312.2",
            "name": "ZBTB42",
            "collection": "UNVALIDATED",
            "base_id": "UN0312",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0312.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0312.2/"
        },
        {
            "matrix_id": "UN0148.1",
            "name": "ZBTB43",
            "collection": "UNVALIDATED",
            "base_id": "UN0148",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0148.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0148.1/"
        },
        {
            "matrix_id": "UN0148.2",
            "name": "ZBTB43",
            "collection": "UNVALIDATED",
            "base_id": "UN0148",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0148.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0148.2/"
        }
    ]
}