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=438
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=439",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=437",
    "results": [
        {
            "matrix_id": "MA0350.2",
            "name": "TOD6",
            "collection": "CORE",
            "base_id": "MA0350",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0350.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0350.2/"
        },
        {
            "matrix_id": "UN0879.1",
            "name": "TOE2",
            "collection": "UNVALIDATED",
            "base_id": "UN0879",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0879.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0879.1/"
        },
        {
            "matrix_id": "MA0408.1",
            "name": "TOS8",
            "collection": "CORE",
            "base_id": "MA0408",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0408.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0408.1/"
        },
        {
            "matrix_id": "MA0408.2",
            "name": "TOS8",
            "collection": "CORE",
            "base_id": "MA0408",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0408.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0408.2/"
        },
        {
            "matrix_id": "MA0106.1",
            "name": "TP53",
            "collection": "CORE",
            "base_id": "MA0106",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0106.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0106.1/"
        },
        {
            "matrix_id": "MA0106.2",
            "name": "TP53",
            "collection": "CORE",
            "base_id": "MA0106",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0106.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0106.2/"
        },
        {
            "matrix_id": "MA0106.3",
            "name": "TP53",
            "collection": "CORE",
            "base_id": "MA0106",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0106.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0106.3/"
        },
        {
            "matrix_id": "MA0525.1",
            "name": "TP63",
            "collection": "CORE",
            "base_id": "MA0525",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0525.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0525.1/"
        },
        {
            "matrix_id": "MA0525.2",
            "name": "TP63",
            "collection": "CORE",
            "base_id": "MA0525",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0525.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0525.2/"
        },
        {
            "matrix_id": "MA0861.1",
            "name": "TP73",
            "collection": "CORE",
            "base_id": "MA0861",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0861.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0861.1/"
        }
    ]
}