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=459
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=460",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=458",
    "results": [
        {
            "matrix_id": "MA1301.1",
            "name": "WRKY33",
            "collection": "CORE",
            "base_id": "MA1301",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1301.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1301.1/"
        },
        {
            "matrix_id": "MA1301.2",
            "name": "WRKY33",
            "collection": "CORE",
            "base_id": "MA1301",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1301.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1301.2/"
        },
        {
            "matrix_id": "MA1084.1",
            "name": "WRKY38",
            "collection": "CORE",
            "base_id": "MA1084",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1084.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1084.1/"
        },
        {
            "matrix_id": "MA1085.1",
            "name": "WRKY40",
            "collection": "CORE",
            "base_id": "MA1085",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1085.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1085.1/"
        },
        {
            "matrix_id": "MA1085.2",
            "name": "WRKY40",
            "collection": "CORE",
            "base_id": "MA1085",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1085.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1085.2/"
        },
        {
            "matrix_id": "MA1085.3",
            "name": "WRKY40",
            "collection": "CORE",
            "base_id": "MA1085",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1085.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1085.3/"
        },
        {
            "matrix_id": "MA1310.1",
            "name": "WRKY42",
            "collection": "CORE",
            "base_id": "MA1310",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1310.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1310.1/"
        },
        {
            "matrix_id": "MA1310.2",
            "name": "WRKY42",
            "collection": "CORE",
            "base_id": "MA1310",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1310.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1310.2/"
        },
        {
            "matrix_id": "MA1086.1",
            "name": "WRKY43",
            "collection": "CORE",
            "base_id": "MA1086",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1086.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1086.1/"
        },
        {
            "matrix_id": "MA1086.2",
            "name": "WRKY43",
            "collection": "CORE",
            "base_id": "MA1086",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1086.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1086.2/"
        }
    ]
}