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=389
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=390",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=388",
    "results": [
        {
            "matrix_id": "MA0516.3",
            "name": "SP2",
            "collection": "CORE",
            "base_id": "MA0516",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0516.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0516.3/"
        },
        {
            "matrix_id": "MA0746.1",
            "name": "SP3",
            "collection": "CORE",
            "base_id": "MA0746",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0746.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0746.1/"
        },
        {
            "matrix_id": "MA0746.2",
            "name": "SP3",
            "collection": "CORE",
            "base_id": "MA0746",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0746.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0746.2/"
        },
        {
            "matrix_id": "MA0746.3",
            "name": "SP3",
            "collection": "CORE",
            "base_id": "MA0746",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0746.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0746.3/"
        },
        {
            "matrix_id": "MA0685.1",
            "name": "SP4",
            "collection": "CORE",
            "base_id": "MA0685",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0685.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0685.1/"
        },
        {
            "matrix_id": "MA0685.2",
            "name": "SP4",
            "collection": "CORE",
            "base_id": "MA0685",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0685.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0685.2/"
        },
        {
            "matrix_id": "MA1965.1",
            "name": "SP5",
            "collection": "CORE",
            "base_id": "MA1965",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1965.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1965.1/"
        },
        {
            "matrix_id": "MA1965.2",
            "name": "SP5",
            "collection": "CORE",
            "base_id": "MA1965",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1965.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1965.2/"
        },
        {
            "matrix_id": "MA0747.1",
            "name": "SP8",
            "collection": "CORE",
            "base_id": "MA0747",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0747.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0747.1/"
        },
        {
            "matrix_id": "MA0747.2",
            "name": "SP8",
            "collection": "CORE",
            "base_id": "MA0747",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0747.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0747.2/"
        }
    ]
}