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=86
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=87",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=85",
    "results": [
        {
            "matrix_id": "PF0118.1",
            "name": "GGCNRNWCTTYS",
            "collection": "PHYLOFACTS",
            "base_id": "PF0118",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0118.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0118.1/"
        },
        {
            "matrix_id": "PF0024.1",
            "name": "GGGAGGRR",
            "collection": "PHYLOFACTS",
            "base_id": "PF0024",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0024.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0024.1/"
        },
        {
            "matrix_id": "PF0006.1",
            "name": "GGGCGGR",
            "collection": "PHYLOFACTS",
            "base_id": "PF0006",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0006.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0006.1/"
        },
        {
            "matrix_id": "PF0086.1",
            "name": "GGGNNTTTCC",
            "collection": "PHYLOFACTS",
            "base_id": "PF0086",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0086.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0086.1/"
        },
        {
            "matrix_id": "PF0119.1",
            "name": "GGGNRMNNYCAT",
            "collection": "PHYLOFACTS",
            "base_id": "PF0119",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0119.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0119.1/"
        },
        {
            "matrix_id": "PF0056.1",
            "name": "GGGTGGRR",
            "collection": "PHYLOFACTS",
            "base_id": "PF0056",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0056.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0056.1/"
        },
        {
            "matrix_id": "PF0031.1",
            "name": "GGGYGTGNY",
            "collection": "PHYLOFACTS",
            "base_id": "PF0031",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0031.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0031.1/"
        },
        {
            "matrix_id": "MA0306.1",
            "name": "GIS1",
            "collection": "CORE",
            "base_id": "MA0306",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0306.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0306.1/"
        },
        {
            "matrix_id": "PF0019.1",
            "name": "GKCGCNNNNNNNTGAYG",
            "collection": "PHYLOFACTS",
            "base_id": "PF0019",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PF0019.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/PF0019.1/"
        },
        {
            "matrix_id": "MA0734.1",
            "name": "GLI2",
            "collection": "CORE",
            "base_id": "MA0734",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0734.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0734.1/"
        }
    ]
}