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

{
    "count": 2981,
    "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=164",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=162",
    "results": [
        {
            "matrix_id": "MA0727.1",
            "name": "NR3C2",
            "collection": "CORE",
            "base_id": "MA0727",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0727.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0727.1/"
        },
        {
            "matrix_id": "MA1112.1",
            "name": "NR4A1",
            "collection": "CORE",
            "base_id": "MA1112",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1112.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1112.1/"
        },
        {
            "matrix_id": "MA1112.2",
            "name": "NR4A1",
            "collection": "CORE",
            "base_id": "MA1112",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1112.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1112.2/"
        },
        {
            "matrix_id": "MA0160.1",
            "name": "NR4A2",
            "collection": "CORE",
            "base_id": "MA0160",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0160.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0160.1/"
        },
        {
            "matrix_id": "MA0160.2",
            "name": "NR4A2",
            "collection": "CORE",
            "base_id": "MA0160",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0160.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0160.2/"
        },
        {
            "matrix_id": "MA1147.1",
            "name": "NR4A2::RXRA",
            "collection": "CORE",
            "base_id": "MA1147",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1147.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1147.1/"
        },
        {
            "matrix_id": "MA1540.1",
            "name": "NR5A1",
            "collection": "CORE",
            "base_id": "MA1540",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1540.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1540.1/"
        },
        {
            "matrix_id": "MA1540.2",
            "name": "NR5A1",
            "collection": "CORE",
            "base_id": "MA1540",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1540.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1540.2/"
        },
        {
            "matrix_id": "MA1541.1",
            "name": "NR6A1",
            "collection": "CORE",
            "base_id": "MA1541",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1541.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1541.1/"
        },
        {
            "matrix_id": "MA0506.1",
            "name": "NRF1",
            "collection": "CORE",
            "base_id": "MA0506",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0506.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0506.1/"
        }
    ]
}