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=432
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=433",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=431",
    "results": [
        {
            "matrix_id": "MA0692.1",
            "name": "TFEB",
            "collection": "CORE",
            "base_id": "MA0692",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0692.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0692.1/"
        },
        {
            "matrix_id": "MA0692.2",
            "name": "TFEB",
            "collection": "CORE",
            "base_id": "MA0692",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0692.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0692.2/"
        },
        {
            "matrix_id": "MA0871.1",
            "name": "TFEC",
            "collection": "CORE",
            "base_id": "MA0871",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0871.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0871.1/"
        },
        {
            "matrix_id": "MA0871.2",
            "name": "TFEC",
            "collection": "CORE",
            "base_id": "MA0871",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0871.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0871.2/"
        },
        {
            "matrix_id": "MA0871.3",
            "name": "TFEC",
            "collection": "CORE",
            "base_id": "MA0871",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0871.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0871.3/"
        },
        {
            "matrix_id": "MA1835.1",
            "name": "TFLG2-Zm00001d042777",
            "collection": "CORE",
            "base_id": "MA1835",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1835.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1835.1/"
        },
        {
            "matrix_id": "MA1835.2",
            "name": "TFLG2-Zm00001d042777",
            "collection": "CORE",
            "base_id": "MA1835",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1835.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1835.2/"
        },
        {
            "matrix_id": "MA0588.1",
            "name": "TGA1",
            "collection": "CORE",
            "base_id": "MA0588",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0588.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0588.1/"
        },
        {
            "matrix_id": "MA0588.2",
            "name": "TGA1",
            "collection": "CORE",
            "base_id": "MA0588",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0588.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0588.2/"
        },
        {
            "matrix_id": "MA1346.1",
            "name": "TGA10",
            "collection": "CORE",
            "base_id": "MA1346",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1346.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1346.1/"
        }
    ]
}