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=405
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=406",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=404",
    "results": [
        {
            "matrix_id": "MA2718.1",
            "name": "Sl-ERF_A_3",
            "collection": "CORE",
            "base_id": "MA2718",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2718.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2718.1/"
        },
        {
            "matrix_id": "MA2732.1",
            "name": "Sl-ERF_C_4",
            "collection": "CORE",
            "base_id": "MA2732",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2732.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2732.1/"
        },
        {
            "matrix_id": "MA2721.1",
            "name": "Sl-ERF_C_6",
            "collection": "CORE",
            "base_id": "MA2721",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2721.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2721.1/"
        },
        {
            "matrix_id": "MA2722.1",
            "name": "Sl-ERF_F_2",
            "collection": "CORE",
            "base_id": "MA2722",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2722.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2722.1/"
        },
        {
            "matrix_id": "MA2733.1",
            "name": "Sl-ERF_F_4",
            "collection": "CORE",
            "base_id": "MA2733",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2733.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2733.1/"
        },
        {
            "matrix_id": "MA2734.1",
            "name": "Sl-ERF_F_5",
            "collection": "CORE",
            "base_id": "MA2734",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2734.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2734.1/"
        },
        {
            "matrix_id": "MA2713.1",
            "name": "SlDof14",
            "collection": "CORE",
            "base_id": "MA2713",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2713.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2713.1/"
        },
        {
            "matrix_id": "MA2708.1",
            "name": "SlDof4",
            "collection": "CORE",
            "base_id": "MA2708",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2708.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2708.1/"
        },
        {
            "matrix_id": "MA2737.1",
            "name": "SlERF36",
            "collection": "CORE",
            "base_id": "MA2737",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2737.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2737.1/"
        },
        {
            "matrix_id": "MA2739.1",
            "name": "SlTCP12",
            "collection": "CORE",
            "base_id": "MA2739",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2739.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2739.1/"
        }
    ]
}