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=485
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=486",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=484",
    "results": [
        {
            "matrix_id": "MA0537.1",
            "name": "blmp-1",
            "collection": "CORE",
            "base_id": "MA0537",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0537.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0537.1/"
        },
        {
            "matrix_id": "MA2199.1",
            "name": "bowl",
            "collection": "CORE",
            "base_id": "MA2199",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2199.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2199.1/"
        },
        {
            "matrix_id": "MA0010.1",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0010",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0010.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0010.1/"
        },
        {
            "matrix_id": "MA0011.1",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0011",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0011.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0011.1/"
        },
        {
            "matrix_id": "MA0012.1",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0012",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0012.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0012.1/"
        },
        {
            "matrix_id": "MA0013.1",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0013",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0013.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0013.1/"
        },
        {
            "matrix_id": "MA0010.2",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0010",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0010.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0010.2/"
        },
        {
            "matrix_id": "MA0011.2",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0011",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0011.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0011.2/"
        },
        {
            "matrix_id": "MA0012.2",
            "name": "br",
            "collection": "CORE",
            "base_id": "MA0012",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0012.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0012.2/"
        },
        {
            "matrix_id": "MA0213.1",
            "name": "brk",
            "collection": "CORE",
            "base_id": "MA0213",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0213.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0213.1/"
        }
    ]
}