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=475
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=476",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=474",
    "results": [
        {
            "matrix_id": "MA0750.2",
            "name": "ZBTB7A",
            "collection": "CORE",
            "base_id": "MA0750",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0750.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0750.2/"
        },
        {
            "matrix_id": "MA0750.3",
            "name": "ZBTB7A",
            "collection": "CORE",
            "base_id": "MA0750",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0750.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0750.3/"
        },
        {
            "matrix_id": "MA0750.4",
            "name": "ZBTB7A",
            "collection": "CORE",
            "base_id": "MA0750",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0750.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0750.4/"
        },
        {
            "matrix_id": "MA0694.1",
            "name": "ZBTB7B",
            "collection": "CORE",
            "base_id": "MA0694",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0694.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0694.1/"
        },
        {
            "matrix_id": "MA0694.2",
            "name": "ZBTB7B",
            "collection": "CORE",
            "base_id": "MA0694",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0694.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0694.2/"
        },
        {
            "matrix_id": "MA0695.1",
            "name": "ZBTB7C",
            "collection": "CORE",
            "base_id": "MA0695",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0695.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0695.1/"
        },
        {
            "matrix_id": "MA0695.2",
            "name": "ZBTB7C",
            "collection": "CORE",
            "base_id": "MA0695",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0695.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0695.2/"
        },
        {
            "matrix_id": "MA0695.3",
            "name": "ZBTB7C",
            "collection": "CORE",
            "base_id": "MA0695",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0695.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0695.3/"
        },
        {
            "matrix_id": "MA2578.1",
            "name": "ZBTB8A",
            "collection": "CORE",
            "base_id": "MA2578",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2578.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2578.1/"
        },
        {
            "matrix_id": "MA2579.1",
            "name": "ZBTB8B",
            "collection": "CORE",
            "base_id": "MA2579",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2579.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2579.1/"
        }
    ]
}