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=471
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=472",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=470",
    "results": [
        {
            "matrix_id": "MA2602.1",
            "name": "ZBED5",
            "collection": "CORE",
            "base_id": "MA2602",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2602.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2602.1/"
        },
        {
            "matrix_id": "MA2329.1",
            "name": "ZBTB11",
            "collection": "CORE",
            "base_id": "MA2329",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2329.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2329.1/"
        },
        {
            "matrix_id": "MA1649.1",
            "name": "ZBTB12",
            "collection": "CORE",
            "base_id": "MA1649",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1649.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1649.1/"
        },
        {
            "matrix_id": "MA1649.2",
            "name": "ZBTB12",
            "collection": "CORE",
            "base_id": "MA1649",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1649.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1649.2/"
        },
        {
            "matrix_id": "MA1650.1",
            "name": "ZBTB14",
            "collection": "CORE",
            "base_id": "MA1650",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1650.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1650.1/"
        },
        {
            "matrix_id": "MA1650.2",
            "name": "ZBTB14",
            "collection": "CORE",
            "base_id": "MA1650",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1650.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1650.2/"
        },
        {
            "matrix_id": "MA2102.1",
            "name": "ZBTB17",
            "collection": "CORE",
            "base_id": "MA2102",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2102.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2102.1/"
        },
        {
            "matrix_id": "MA0698.1",
            "name": "ZBTB18",
            "collection": "CORE",
            "base_id": "MA0698",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0698.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0698.1/"
        },
        {
            "matrix_id": "MA0698.2",
            "name": "ZBTB18",
            "collection": "CORE",
            "base_id": "MA0698",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0698.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0698.2/"
        },
        {
            "matrix_id": "UN0143.1",
            "name": "ZBTB20",
            "collection": "UNVALIDATED",
            "base_id": "UN0143",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0143.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0143.1/"
        }
    ]
}