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=49
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=50",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=48",
    "results": [
        {
            "matrix_id": "MA1669.1",
            "name": "DREB1B",
            "collection": "CORE",
            "base_id": "MA1669",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1669.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1669.1/"
        },
        {
            "matrix_id": "MA1670.1",
            "name": "DREB1C",
            "collection": "CORE",
            "base_id": "MA1670",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1670.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1670.1/"
        },
        {
            "matrix_id": "MA0978.1",
            "name": "DREB1E",
            "collection": "CORE",
            "base_id": "MA0978",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0978.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0978.1/"
        },
        {
            "matrix_id": "MA1032.1",
            "name": "DREB1G",
            "collection": "CORE",
            "base_id": "MA1032",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1032.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1032.1/"
        },
        {
            "matrix_id": "MA1258.1",
            "name": "DREB2",
            "collection": "CORE",
            "base_id": "MA1258",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1258.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1258.1/"
        },
        {
            "matrix_id": "MA1248.1",
            "name": "DREB26",
            "collection": "CORE",
            "base_id": "MA1248",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1248.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1248.1/"
        },
        {
            "matrix_id": "MA0986.1",
            "name": "DREB2C",
            "collection": "CORE",
            "base_id": "MA0986",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0986.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0986.1/"
        },
        {
            "matrix_id": "MA1481.1",
            "name": "DRGX",
            "collection": "CORE",
            "base_id": "MA1481",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1481.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1481.1/"
        },
        {
            "matrix_id": "MA0468.1",
            "name": "DUX4",
            "collection": "CORE",
            "base_id": "MA0468",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0468.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0468.1/"
        },
        {
            "matrix_id": "MA0884.1",
            "name": "DUXA",
            "collection": "CORE",
            "base_id": "MA0884",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0884.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0884.1/"
        }
    ]
}