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=178
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=179",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=177",
    "results": [
        {
            "matrix_id": "MA0767.2",
            "name": "GCM2",
            "collection": "CORE",
            "base_id": "MA0767",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0767.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0767.2/"
        },
        {
            "matrix_id": "UN0551.1",
            "name": "GCM2::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0551",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0551.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0551.1/"
        },
        {
            "matrix_id": "UN0551.2",
            "name": "GCM2::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0551",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0551.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0551.2/"
        },
        {
            "matrix_id": "UN0552.1",
            "name": "GCM2::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0552",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0552.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0552.1/"
        },
        {
            "matrix_id": "UN0552.2",
            "name": "GCM2::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0552",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0552.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0552.2/"
        },
        {
            "matrix_id": "UN0553.1",
            "name": "GCM2::HOXA13",
            "collection": "UNVALIDATED",
            "base_id": "UN0553",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0553.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0553.1/"
        },
        {
            "matrix_id": "UN0553.2",
            "name": "GCM2::HOXA13",
            "collection": "UNVALIDATED",
            "base_id": "UN0553",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0553.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0553.2/"
        },
        {
            "matrix_id": "UN0554.1",
            "name": "GCM2::PITX1",
            "collection": "UNVALIDATED",
            "base_id": "UN0554",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0554.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0554.1/"
        },
        {
            "matrix_id": "UN0554.2",
            "name": "GCM2::PITX1",
            "collection": "UNVALIDATED",
            "base_id": "UN0554",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0554.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0554.2/"
        },
        {
            "matrix_id": "UN0555.1",
            "name": "GCM2::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0555",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0555.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0555.1/"
        }
    ]
}