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=460
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=461",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=459",
    "results": [
        {
            "matrix_id": "MA1087.1",
            "name": "WRKY45",
            "collection": "CORE",
            "base_id": "MA1087",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1087.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1087.1/"
        },
        {
            "matrix_id": "MA1087.2",
            "name": "WRKY45",
            "collection": "CORE",
            "base_id": "MA1087",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1087.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1087.2/"
        },
        {
            "matrix_id": "MA1087.3",
            "name": "WRKY45",
            "collection": "CORE",
            "base_id": "MA1087",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1087.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1087.3/"
        },
        {
            "matrix_id": "MA1296.1",
            "name": "WRKY46",
            "collection": "CORE",
            "base_id": "MA1296",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1296.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1296.1/"
        },
        {
            "matrix_id": "MA1296.2",
            "name": "WRKY46",
            "collection": "CORE",
            "base_id": "MA1296",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1296.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1296.2/"
        },
        {
            "matrix_id": "MA1312.1",
            "name": "WRKY47",
            "collection": "CORE",
            "base_id": "MA1312",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1312.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1312.1/"
        },
        {
            "matrix_id": "MA1312.2",
            "name": "WRKY47",
            "collection": "CORE",
            "base_id": "MA1312",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1312.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1312.2/"
        },
        {
            "matrix_id": "MA1088.1",
            "name": "WRKY48",
            "collection": "CORE",
            "base_id": "MA1088",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1088.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1088.1/"
        },
        {
            "matrix_id": "MA1088.2",
            "name": "WRKY48",
            "collection": "CORE",
            "base_id": "MA1088",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1088.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1088.2/"
        },
        {
            "matrix_id": "MA1317.1",
            "name": "WRKY50",
            "collection": "CORE",
            "base_id": "MA1317",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1317.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1317.1/"
        }
    ]
}