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=538
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=539",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=537",
    "results": [
        {
            "matrix_id": "MA1825.1",
            "name": "Zm00001d044409",
            "collection": "CORE",
            "base_id": "MA1825",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1825.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1825.1/"
        },
        {
            "matrix_id": "MA1825.2",
            "name": "Zm00001d044409",
            "collection": "CORE",
            "base_id": "MA1825",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1825.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1825.2/"
        },
        {
            "matrix_id": "UN0883.1",
            "name": "Zm00001d044785",
            "collection": "UNVALIDATED",
            "base_id": "UN0883",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0883.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0883.1/"
        },
        {
            "matrix_id": "MA1833.1",
            "name": "Zm00001d049364",
            "collection": "CORE",
            "base_id": "MA1833",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1833.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1833.1/"
        },
        {
            "matrix_id": "MA1833.2",
            "name": "Zm00001d049364",
            "collection": "CORE",
            "base_id": "MA1833",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1833.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1833.2/"
        },
        {
            "matrix_id": "MA1818.1",
            "name": "Zm00001d052229",
            "collection": "CORE",
            "base_id": "MA1818",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1818.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1818.1/"
        },
        {
            "matrix_id": "MA2409.1",
            "name": "ZmbZIP25",
            "collection": "CORE",
            "base_id": "MA2409",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2409.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2409.1/"
        },
        {
            "matrix_id": "MA2410.1",
            "name": "ZmbZIP54",
            "collection": "CORE",
            "base_id": "MA2410",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2410.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2410.1/"
        },
        {
            "matrix_id": "MA2411.1",
            "name": "ZmbZIP57",
            "collection": "CORE",
            "base_id": "MA2411",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2411.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2411.1/"
        },
        {
            "matrix_id": "MA2412.1",
            "name": "ZmbZIP72",
            "collection": "CORE",
            "base_id": "MA2412",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2412.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2412.1/"
        }
    ]
}