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=96
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=97",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=95",
    "results": [
        {
            "matrix_id": "MA0618.1",
            "name": "LBX1",
            "collection": "CORE",
            "base_id": "MA0618",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0618.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0618.1/"
        },
        {
            "matrix_id": "MA0699.1",
            "name": "LBX2",
            "collection": "CORE",
            "base_id": "MA0699",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0699.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0699.1/"
        },
        {
            "matrix_id": "MA1187.1",
            "name": "LCL1",
            "collection": "CORE",
            "base_id": "MA1187",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1187.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1187.1/"
        },
        {
            "matrix_id": "MA0581.1",
            "name": "LEC2",
            "collection": "CORE",
            "base_id": "MA0581",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0581.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0581.1/"
        },
        {
            "matrix_id": "MA0768.1",
            "name": "LEF1",
            "collection": "CORE",
            "base_id": "MA0768",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0768.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0768.1/"
        },
        {
            "matrix_id": "MA1246.1",
            "name": "LEP",
            "collection": "CORE",
            "base_id": "MA1246",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1246.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1246.1/"
        },
        {
            "matrix_id": "MA0324.1",
            "name": "LEU3",
            "collection": "CORE",
            "base_id": "MA0324",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0324.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0324.1/"
        },
        {
            "matrix_id": "MA0590.1",
            "name": "LFY",
            "collection": "CORE",
            "base_id": "MA0590",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0590.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0590.1/"
        },
        {
            "matrix_id": "MA0700.1",
            "name": "LHX2",
            "collection": "CORE",
            "base_id": "MA0700",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0700.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0700.1/"
        },
        {
            "matrix_id": "MA0658.1",
            "name": "LHX6",
            "collection": "CORE",
            "base_id": "MA0658",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0658.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0658.1/"
        }
    ]
}