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=168
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2404,
    "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=169",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=167",
    "results": [
        {
            "matrix_id": "MA0375.1",
            "name": "RSC30",
            "collection": "CORE",
            "base_id": "MA0375",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0375.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0375.1/"
        },
        {
            "matrix_id": "PF0036.1",
            "name": "RTAAACA",
            "collection": "PHYLOFACTS",
            "base_id": "PF0036",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0036.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0036.1/"
        },
        {
            "matrix_id": "MA0376.1",
            "name": "RTG3",
            "collection": "CORE",
            "base_id": "MA0376",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0376.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0376.1/"
        },
        {
            "matrix_id": "PF0107.1",
            "name": "RTTTNNNYTGGM",
            "collection": "PHYLOFACTS",
            "base_id": "PF0107",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0107.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0107.1/"
        },
        {
            "matrix_id": "MA0002.1",
            "name": "RUNX1",
            "collection": "CORE",
            "base_id": "MA0002",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0002.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0002.1/"
        },
        {
            "matrix_id": "MA0002.2",
            "name": "RUNX1",
            "collection": "CORE",
            "base_id": "MA0002",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0002.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0002.2/"
        },
        {
            "matrix_id": "MA0511.1",
            "name": "RUNX2",
            "collection": "CORE",
            "base_id": "MA0511",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0511.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0511.1/"
        },
        {
            "matrix_id": "MA0511.2",
            "name": "RUNX2",
            "collection": "CORE",
            "base_id": "MA0511",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0511.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0511.2/"
        },
        {
            "matrix_id": "MA0684.1",
            "name": "RUNX3",
            "collection": "CORE",
            "base_id": "MA0684",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0684.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0684.1/"
        },
        {
            "matrix_id": "MA1184.1",
            "name": "RVE1",
            "collection": "CORE",
            "base_id": "MA1184",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1184.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1184.1/"
        }
    ]
}