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=159
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=160",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=158",
    "results": [
        {
            "matrix_id": "MA1395.1",
            "name": "MYB77",
            "collection": "CORE",
            "base_id": "MA1395",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1395.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1395.1/"
        },
        {
            "matrix_id": "MA1175.1",
            "name": "MYB81",
            "collection": "CORE",
            "base_id": "MA1175",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1175.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1175.1/"
        },
        {
            "matrix_id": "MA1392.1",
            "name": "MYB98",
            "collection": "CORE",
            "base_id": "MA1392",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1392.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1392.1/"
        },
        {
            "matrix_id": "UN0368.1",
            "name": "MYB99",
            "collection": "UNVALIDATED",
            "base_id": "UN0368",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0368.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0368.1/"
        },
        {
            "matrix_id": "MA0776.1",
            "name": "MYBL1",
            "collection": "CORE",
            "base_id": "MA0776",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0776.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0776.1/"
        },
        {
            "matrix_id": "MA0777.1",
            "name": "MYBL2",
            "collection": "CORE",
            "base_id": "MA0777",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0777.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0777.1/"
        },
        {
            "matrix_id": "MA0147.3",
            "name": "MYC",
            "collection": "CORE",
            "base_id": "MA0147",
            "version": "3",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0147.3.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0147.3/"
        },
        {
            "matrix_id": "MA0566.1",
            "name": "MYC2",
            "collection": "CORE",
            "base_id": "MA0566",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0566.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0566.1/"
        },
        {
            "matrix_id": "MA0568.1",
            "name": "MYC3",
            "collection": "CORE",
            "base_id": "MA0568",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0568.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0568.1/"
        },
        {
            "matrix_id": "MA0569.1",
            "name": "MYC4",
            "collection": "CORE",
            "base_id": "MA0569",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0569.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0569.1/"
        }
    ]
}