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=68
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=69",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=67",
    "results": [
        {
            "matrix_id": "PF0078.1",
            "name": "GCTNWTTGK",
            "collection": "PHYLOFACTS",
            "base_id": "PF0078",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0078.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0078.1/"
        },
        {
            "matrix_id": "PF0021.1",
            "name": "GGAANCGGAANY",
            "collection": "PHYLOFACTS",
            "base_id": "PF0021",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0021.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0021.1/"
        },
        {
            "matrix_id": "PF0074.1",
            "name": "GGAMTNNNNNTCCY",
            "collection": "PHYLOFACTS",
            "base_id": "PF0074",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0074.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0074.1/"
        },
        {
            "matrix_id": "PF0163.1",
            "name": "GGARNTKYCCA",
            "collection": "PHYLOFACTS",
            "base_id": "PF0163",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0163.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0163.1/"
        },
        {
            "matrix_id": "PF0093.1",
            "name": "GGATTA",
            "collection": "PHYLOFACTS",
            "base_id": "PF0093",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0093.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0093.1/"
        },
        {
            "matrix_id": "PF0159.1",
            "name": "GGCKCATGS",
            "collection": "PHYLOFACTS",
            "base_id": "PF0159",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0159.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0159.1/"
        },
        {
            "matrix_id": "PF0088.1",
            "name": "GGCNKCCATNK",
            "collection": "PHYLOFACTS",
            "base_id": "PF0088",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0088.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0088.1/"
        },
        {
            "matrix_id": "PF0123.1",
            "name": "GGCNNMSMYNTTG",
            "collection": "PHYLOFACTS",
            "base_id": "PF0123",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0123.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0123.1/"
        },
        {
            "matrix_id": "PF0118.1",
            "name": "GGCNRNWCTTYS",
            "collection": "PHYLOFACTS",
            "base_id": "PF0118",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0118.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0118.1/"
        },
        {
            "matrix_id": "PF0024.1",
            "name": "GGGAGGRR",
            "collection": "PHYLOFACTS",
            "base_id": "PF0024",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0024.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0024.1/"
        }
    ]
}