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=306
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=307",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=305",
    "results": [
        {
            "matrix_id": "MA1449.1",
            "name": "hlh-30",
            "collection": "CORE",
            "base_id": "MA1449",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1449.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1449.1/"
        },
        {
            "matrix_id": "MA0227.1",
            "name": "hth",
            "collection": "CORE",
            "base_id": "MA0227",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0227.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0227.1/"
        },
        {
            "matrix_id": "MA0120.1",
            "name": "id1",
            "collection": "CORE",
            "base_id": "MA0120",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0120.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0120.1/"
        },
        {
            "matrix_id": "MA0228.1",
            "name": "ind",
            "collection": "CORE",
            "base_id": "MA0228",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0228.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0228.1/"
        },
        {
            "matrix_id": "MA0229.1",
            "name": "inv",
            "collection": "CORE",
            "base_id": "MA0229",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0229.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0229.1/"
        },
        {
            "matrix_id": "MA0451.1",
            "name": "kni",
            "collection": "CORE",
            "base_id": "MA0451",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0451.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0451.1/"
        },
        {
            "matrix_id": "MA0230.1",
            "name": "lab",
            "collection": "CORE",
            "base_id": "MA0230",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0230.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0230.1/"
        },
        {
            "matrix_id": "MA0231.1",
            "name": "lbe",
            "collection": "CORE",
            "base_id": "MA0231",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0231.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0231.1/"
        },
        {
            "matrix_id": "MA0232.1",
            "name": "lbl",
            "collection": "CORE",
            "base_id": "MA0232",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0232.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0232.1/"
        },
        {
            "matrix_id": "MA0923.1",
            "name": "lim-4",
            "collection": "CORE",
            "base_id": "MA0923",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0923.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0923.1/"
        }
    ]
}