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=105
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=106",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=104",
    "results": [
        {
            "matrix_id": "MA1932.1",
            "name": "ELK1::HOXB13",
            "collection": "CORE",
            "base_id": "MA1932",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1932.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1932.1/"
        },
        {
            "matrix_id": "MA1932.2",
            "name": "ELK1::HOXB13",
            "collection": "CORE",
            "base_id": "MA1932",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1932.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1932.2/"
        },
        {
            "matrix_id": "UN0966.1",
            "name": "ELK1::IRF8",
            "collection": "UNVALIDATED",
            "base_id": "UN0966",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0966.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0966.1/"
        },
        {
            "matrix_id": "UN1192.1",
            "name": "ELK1::ISK",
            "collection": "UNVALIDATED",
            "base_id": "UN1192",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1192.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1192.1/"
        },
        {
            "matrix_id": "UN0967.1",
            "name": "ELK1::ONECUT1",
            "collection": "UNVALIDATED",
            "base_id": "UN0967",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0967.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0967.1/"
        },
        {
            "matrix_id": "UN0499.1",
            "name": "ELK1::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0499",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0499.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0499.1/"
        },
        {
            "matrix_id": "UN0499.2",
            "name": "ELK1::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0499",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0499.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0499.2/"
        },
        {
            "matrix_id": "UN0500.1",
            "name": "ELK1::PAX1",
            "collection": "UNVALIDATED",
            "base_id": "UN0500",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0500.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0500.1/"
        },
        {
            "matrix_id": "UN0501.1",
            "name": "ELK1::PAX5",
            "collection": "UNVALIDATED",
            "base_id": "UN0501",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0501.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0501.1/"
        },
        {
            "matrix_id": "UN0502.1",
            "name": "ELK1::PAX9",
            "collection": "UNVALIDATED",
            "base_id": "UN0502",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0502.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0502.1/"
        }
    ]
}