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=75
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=76",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=74",
    "results": [
        {
            "matrix_id": "MA0467.3",
            "name": "Crx",
            "collection": "CORE",
            "base_id": "MA0467",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0467.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0467.3/"
        },
        {
            "matrix_id": "MA0445.1",
            "name": "D",
            "collection": "CORE",
            "base_id": "MA0445",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0445.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0445.1/"
        },
        {
            "matrix_id": "MA2306.1",
            "name": "D1",
            "collection": "CORE",
            "base_id": "MA2306",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2306.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2306.1/"
        },
        {
            "matrix_id": "MA2307.1",
            "name": "D19B",
            "collection": "CORE",
            "base_id": "MA2307",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2307.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2307.1/"
        },
        {
            "matrix_id": "MA0289.1",
            "name": "DAL80",
            "collection": "CORE",
            "base_id": "MA0289",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0289.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0289.1/"
        },
        {
            "matrix_id": "MA0290.1",
            "name": "DAL81",
            "collection": "CORE",
            "base_id": "MA0290",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0290.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0290.1/"
        },
        {
            "matrix_id": "MA0291.1",
            "name": "DAL82",
            "collection": "CORE",
            "base_id": "MA0291",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0291.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0291.1/"
        },
        {
            "matrix_id": "MA0639.1",
            "name": "DBP",
            "collection": "CORE",
            "base_id": "MA0639",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0639.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0639.1/"
        },
        {
            "matrix_id": "MA0639.2",
            "name": "DBP",
            "collection": "CORE",
            "base_id": "MA0639",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0639.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0639.2/"
        },
        {
            "matrix_id": "MA1376.1",
            "name": "DEAR3",
            "collection": "CORE",
            "base_id": "MA1376",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1376.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1376.1/"
        }
    ]
}