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=182
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=183",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=181",
    "results": [
        {
            "matrix_id": "UN1241.1",
            "name": "GLYMA-01G185800",
            "collection": "UNVALIDATED",
            "base_id": "UN1241",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1241.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1241.1/"
        },
        {
            "matrix_id": "UN1242.1",
            "name": "GLYMA-01G217400",
            "collection": "UNVALIDATED",
            "base_id": "UN1242",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1242.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1242.1/"
        },
        {
            "matrix_id": "MA2672.1",
            "name": "GLYMA-01G233000",
            "collection": "CORE",
            "base_id": "MA2672",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2672.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2672.1/"
        },
        {
            "matrix_id": "UN1227.1",
            "name": "GLYMA-02G072800",
            "collection": "UNVALIDATED",
            "base_id": "UN1227",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1227.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1227.1/"
        },
        {
            "matrix_id": "UN1224.1",
            "name": "GLYMA-02G108600",
            "collection": "UNVALIDATED",
            "base_id": "UN1224",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1224.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1224.1/"
        },
        {
            "matrix_id": "MA2663.1",
            "name": "GLYMA-02G261700",
            "collection": "CORE",
            "base_id": "MA2663",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2663.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2663.1/"
        },
        {
            "matrix_id": "MA2653.1",
            "name": "GLYMA-03G042700",
            "collection": "CORE",
            "base_id": "MA2653",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2653.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2653.1/"
        },
        {
            "matrix_id": "MA2661.1",
            "name": "GLYMA-03G081700",
            "collection": "CORE",
            "base_id": "MA2661",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2661.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2661.1/"
        },
        {
            "matrix_id": "MA2664.1",
            "name": "GLYMA-03G162700",
            "collection": "CORE",
            "base_id": "MA2664",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2664.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2664.1/"
        },
        {
            "matrix_id": "UN1240.1",
            "name": "GLYMA-03G192200",
            "collection": "UNVALIDATED",
            "base_id": "UN1240",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1240.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1240.1/"
        }
    ]
}