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

{
    "count": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=86",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=84",
    "results": [
        {
            "matrix_id": "MA0305.1",
            "name": "GCR2",
            "collection": "CORE",
            "base_id": "MA0305",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0305.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0305.1/"
        },
        {
            "matrix_id": "PF0078.1",
            "name": "GCTNWTTGK",
            "collection": "PHYLOFACTS",
            "base_id": "PF0078",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0078.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0078.1/"
        },
        {
            "matrix_id": "MA0038.2",
            "name": "GFI1",
            "collection": "CORE",
            "base_id": "MA0038",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0038.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0038.2/"
        },
        {
            "matrix_id": "PF0021.1",
            "name": "GGAANCGGAANY",
            "collection": "PHYLOFACTS",
            "base_id": "PF0021",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0021.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0021.1/"
        },
        {
            "matrix_id": "PF0074.1",
            "name": "GGAMTNNNNNTCCY",
            "collection": "PHYLOFACTS",
            "base_id": "PF0074",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0074.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0074.1/"
        },
        {
            "matrix_id": "PF0163.1",
            "name": "GGARNTKYCCA",
            "collection": "PHYLOFACTS",
            "base_id": "PF0163",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0163.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0163.1/"
        },
        {
            "matrix_id": "PF0093.1",
            "name": "GGATTA",
            "collection": "PHYLOFACTS",
            "base_id": "PF0093",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0093.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0093.1/"
        },
        {
            "matrix_id": "PF0159.1",
            "name": "GGCKCATGS",
            "collection": "PHYLOFACTS",
            "base_id": "PF0159",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0159.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0159.1/"
        },
        {
            "matrix_id": "PF0088.1",
            "name": "GGCNKCCATNK",
            "collection": "PHYLOFACTS",
            "base_id": "PF0088",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0088.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0088.1/"
        },
        {
            "matrix_id": "PF0123.1",
            "name": "GGCNNMSMYNTTG",
            "collection": "PHYLOFACTS",
            "base_id": "PF0123",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0123.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0123.1/"
        }
    ]
}