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=54
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=55",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=53",
    "results": [
        {
            "matrix_id": "MA0549.1",
            "name": "BZR2",
            "collection": "CORE",
            "base_id": "MA0549",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0549.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0549.1/"
        },
        {
            "matrix_id": "MA0549.2",
            "name": "BZR2",
            "collection": "CORE",
            "base_id": "MA0549",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0549.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0549.2/"
        },
        {
            "matrix_id": "MA0591.1",
            "name": "Bach1::Mafk",
            "collection": "CORE",
            "base_id": "MA0591",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0591.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0591.1/"
        },
        {
            "matrix_id": "MA0591.2",
            "name": "Bach1::Mafk",
            "collection": "CORE",
            "base_id": "MA0591",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0591.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0591.2/"
        },
        {
            "matrix_id": "MA2503.1",
            "name": "Banp",
            "collection": "CORE",
            "base_id": "MA2503",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2503.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2503.1/"
        },
        {
            "matrix_id": "MA0877.1",
            "name": "Barhl1",
            "collection": "CORE",
            "base_id": "MA0877",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0877.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0877.1/"
        },
        {
            "matrix_id": "MA1989.1",
            "name": "Bcl11B",
            "collection": "CORE",
            "base_id": "MA1989",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1989.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1989.1/"
        },
        {
            "matrix_id": "MA1989.2",
            "name": "Bcl11B",
            "collection": "CORE",
            "base_id": "MA1989",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1989.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1989.2/"
        },
        {
            "matrix_id": "MA0463.1",
            "name": "Bcl6",
            "collection": "CORE",
            "base_id": "MA0463",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0463.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0463.1/"
        },
        {
            "matrix_id": "UN0443.1",
            "name": "Bcl6",
            "collection": "UNVALIDATED",
            "base_id": "UN0443",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0443.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0443.1/"
        }
    ]
}