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=209
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=210",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=208",
    "results": [
        {
            "matrix_id": "PF0059.1",
            "name": "WCTCNATGGY",
            "collection": "PHYLOFACTS",
            "base_id": "PF0059",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0059.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0059.1/"
        },
        {
            "matrix_id": "PF0079.1",
            "name": "WGGAATGY",
            "collection": "PHYLOFACTS",
            "base_id": "PF0079",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0079.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0079.1/"
        },
        {
            "matrix_id": "PF0155.1",
            "name": "WGTTNNNNNAAA",
            "collection": "PHYLOFACTS",
            "base_id": "PF0155",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0155.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0155.1/"
        },
        {
            "matrix_id": "MA1306.1",
            "name": "WRKY11",
            "collection": "CORE",
            "base_id": "MA1306",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1306.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1306.1/"
        },
        {
            "matrix_id": "MA1075.1",
            "name": "WRKY12",
            "collection": "CORE",
            "base_id": "MA1075",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1075.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1075.1/"
        },
        {
            "matrix_id": "MA1314.1",
            "name": "WRKY14",
            "collection": "CORE",
            "base_id": "MA1314",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1314.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1314.1/"
        },
        {
            "matrix_id": "MA1076.1",
            "name": "WRKY15",
            "collection": "CORE",
            "base_id": "MA1076",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1076.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1076.1/"
        },
        {
            "matrix_id": "MA1299.1",
            "name": "WRKY17",
            "collection": "CORE",
            "base_id": "MA1299",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1299.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1299.1/"
        },
        {
            "matrix_id": "MA1077.1",
            "name": "WRKY18",
            "collection": "CORE",
            "base_id": "MA1077",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1077.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1077.1/"
        },
        {
            "matrix_id": "MA1078.1",
            "name": "WRKY2",
            "collection": "CORE",
            "base_id": "MA1078",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1078.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1078.1/"
        }
    ]
}