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=370
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=371",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=369",
    "results": [
        {
            "matrix_id": "MA1814.1",
            "name": "RIN",
            "collection": "CORE",
            "base_id": "MA1814",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1814.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1814.1/"
        },
        {
            "matrix_id": "MA1814.2",
            "name": "RIN",
            "collection": "CORE",
            "base_id": "MA1814",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1814.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1814.2/"
        },
        {
            "matrix_id": "UN0409.1",
            "name": "RKD2",
            "collection": "UNVALIDATED",
            "base_id": "UN0409",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0409.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0409.1/"
        },
        {
            "matrix_id": "UN0409.2",
            "name": "RKD2",
            "collection": "UNVALIDATED",
            "base_id": "UN0409",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0409.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0409.2/"
        },
        {
            "matrix_id": "MA0369.1",
            "name": "RLM1",
            "collection": "CORE",
            "base_id": "MA0369",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0369.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0369.1/"
        },
        {
            "matrix_id": "MA0369.2",
            "name": "RLM1",
            "collection": "CORE",
            "base_id": "MA0369",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0369.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0369.2/"
        },
        {
            "matrix_id": "MA0370.1",
            "name": "RME1",
            "collection": "CORE",
            "base_id": "MA0370",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0370.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0370.1/"
        },
        {
            "matrix_id": "UN0274.1",
            "name": "RO3G_06280",
            "collection": "UNVALIDATED",
            "base_id": "UN0274",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0274.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0274.1/"
        },
        {
            "matrix_id": "UN0274.2",
            "name": "RO3G_06280",
            "collection": "UNVALIDATED",
            "base_id": "UN0274",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0274.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0274.2/"
        },
        {
            "matrix_id": "MA0071.1",
            "name": "RORA",
            "collection": "CORE",
            "base_id": "MA0071",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0071.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0071.1/"
        }
    ]
}