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=506
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=507",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=505",
    "results": [
        {
            "matrix_id": "UN0734.1",
            "name": "lin-15B",
            "collection": "UNVALIDATED",
            "base_id": "UN0734",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0734.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0734.1/"
        },
        {
            "matrix_id": "MA2140.1",
            "name": "lin-31",
            "collection": "CORE",
            "base_id": "MA2140",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2140.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2140.1/"
        },
        {
            "matrix_id": "MA2170.1",
            "name": "lin-32",
            "collection": "CORE",
            "base_id": "MA2170",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2170.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2170.1/"
        },
        {
            "matrix_id": "MA2141.1",
            "name": "lin-48",
            "collection": "CORE",
            "base_id": "MA2141",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2141.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2141.1/"
        },
        {
            "matrix_id": "MA1450.1",
            "name": "lin-54",
            "collection": "CORE",
            "base_id": "MA1450",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1450.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1450.1/"
        },
        {
            "matrix_id": "MA1450.2",
            "name": "lin-54",
            "collection": "CORE",
            "base_id": "MA1450",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1450.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1450.2/"
        },
        {
            "matrix_id": "MA2252.1",
            "name": "lmd",
            "collection": "CORE",
            "base_id": "MA2252",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2252.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2252.1/"
        },
        {
            "matrix_id": "MA0175.1",
            "name": "lms",
            "collection": "CORE",
            "base_id": "MA0175",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0175.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0175.1/"
        },
        {
            "matrix_id": "MA2171.1",
            "name": "lsl-1",
            "collection": "CORE",
            "base_id": "MA2171",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2171.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2171.1/"
        },
        {
            "matrix_id": "MA2181.1",
            "name": "lsy-2",
            "collection": "CORE",
            "base_id": "MA2181",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2181.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2181.1/"
        }
    ]
}