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=461
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=462",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=460",
    "results": [
        {
            "matrix_id": "MA1317.2",
            "name": "WRKY50",
            "collection": "CORE",
            "base_id": "MA1317",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1317.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1317.2/"
        },
        {
            "matrix_id": "MA2368.1",
            "name": "WRKY51",
            "collection": "CORE",
            "base_id": "MA2368",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2368.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2368.1/"
        },
        {
            "matrix_id": "MA1805.1",
            "name": "WRKY53",
            "collection": "CORE",
            "base_id": "MA1805",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1805.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1805.1/"
        },
        {
            "matrix_id": "MA1805.2",
            "name": "WRKY53",
            "collection": "CORE",
            "base_id": "MA1805",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1805.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1805.2/"
        },
        {
            "matrix_id": "MA1305.1",
            "name": "WRKY55",
            "collection": "CORE",
            "base_id": "MA1305",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1305.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1305.1/"
        },
        {
            "matrix_id": "MA1305.2",
            "name": "WRKY55",
            "collection": "CORE",
            "base_id": "MA1305",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1305.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1305.2/"
        },
        {
            "matrix_id": "MA1089.1",
            "name": "WRKY57",
            "collection": "CORE",
            "base_id": "MA1089",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1089.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1089.1/"
        },
        {
            "matrix_id": "MA1089.2",
            "name": "WRKY57",
            "collection": "CORE",
            "base_id": "MA1089",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1089.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1089.2/"
        },
        {
            "matrix_id": "MA1304.1",
            "name": "WRKY59",
            "collection": "CORE",
            "base_id": "MA1304",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1304.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1304.1/"
        },
        {
            "matrix_id": "MA1304.2",
            "name": "WRKY59",
            "collection": "CORE",
            "base_id": "MA1304",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1304.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1304.2/"
        }
    ]
}