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=399
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=400",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=398",
    "results": [
        {
            "matrix_id": "MA0596.1",
            "name": "SREBF2",
            "collection": "CORE",
            "base_id": "MA0596",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0596.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0596.1/"
        },
        {
            "matrix_id": "MA0828.1",
            "name": "SREBF2",
            "collection": "CORE",
            "base_id": "MA0828",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0828.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0828.1/"
        },
        {
            "matrix_id": "MA0828.2",
            "name": "SREBF2",
            "collection": "CORE",
            "base_id": "MA0828",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0828.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0828.2/"
        },
        {
            "matrix_id": "MA0828.3",
            "name": "SREBF2",
            "collection": "CORE",
            "base_id": "MA0828",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0828.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0828.3/"
        },
        {
            "matrix_id": "MA2281.1",
            "name": "SREBP",
            "collection": "CORE",
            "base_id": "MA2281",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2281.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2281.1/"
        },
        {
            "matrix_id": "MA2282.1",
            "name": "SREBP",
            "collection": "CORE",
            "base_id": "MA2282",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2282.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2282.1/"
        },
        {
            "matrix_id": "MA0083.1",
            "name": "SRF",
            "collection": "CORE",
            "base_id": "MA0083",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0083.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0083.1/"
        },
        {
            "matrix_id": "MA0083.2",
            "name": "SRF",
            "collection": "CORE",
            "base_id": "MA0083",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0083.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0083.2/"
        },
        {
            "matrix_id": "MA0083.3",
            "name": "SRF",
            "collection": "CORE",
            "base_id": "MA0083",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0083.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0083.3/"
        },
        {
            "matrix_id": "MA0084.1",
            "name": "SRY",
            "collection": "CORE",
            "base_id": "MA0084",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0084.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0084.1/"
        }
    ]
}