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=156
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=157",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=155",
    "results": [
        {
            "matrix_id": "MA0793.1",
            "name": "POU6F2",
            "collection": "CORE",
            "base_id": "MA0793",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0793.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0793.1/"
        },
        {
            "matrix_id": "MA1148.1",
            "name": "PPARA::RXRA",
            "collection": "CORE",
            "base_id": "MA1148",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1148.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1148.1/"
        },
        {
            "matrix_id": "MA0066.1",
            "name": "PPARG",
            "collection": "CORE",
            "base_id": "MA0066",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0066.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0066.1/"
        },
        {
            "matrix_id": "MA0065.1",
            "name": "PPARG::RXRA",
            "collection": "CORE",
            "base_id": "MA0065",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0065.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0065.1/"
        },
        {
            "matrix_id": "MA0508.1",
            "name": "PRDM1",
            "collection": "CORE",
            "base_id": "MA0508",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0508.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0508.1/"
        },
        {
            "matrix_id": "MA0508.2",
            "name": "PRDM1",
            "collection": "CORE",
            "base_id": "MA0508",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0508.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0508.2/"
        },
        {
            "matrix_id": "MA0715.1",
            "name": "PROP1",
            "collection": "CORE",
            "base_id": "MA0715",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0715.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0715.1/"
        },
        {
            "matrix_id": "MA0794.1",
            "name": "PROX1",
            "collection": "CORE",
            "base_id": "MA0794",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0794.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0794.1/"
        },
        {
            "matrix_id": "MA0716.1",
            "name": "PRRX1",
            "collection": "CORE",
            "base_id": "MA0716",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0716.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0716.1/"
        },
        {
            "matrix_id": "MA1282.1",
            "name": "PTF1",
            "collection": "CORE",
            "base_id": "MA1282",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1282.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1282.1/"
        }
    ]
}