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=161
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=162",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=160",
    "results": [
        {
            "matrix_id": "MA1532.1",
            "name": "NR1D2",
            "collection": "CORE",
            "base_id": "MA1532",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1532.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1532.1/"
        },
        {
            "matrix_id": "MA1532.2",
            "name": "NR1D2",
            "collection": "CORE",
            "base_id": "MA1532",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1532.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1532.2/"
        },
        {
            "matrix_id": "MA0115.1",
            "name": "NR1H2::RXRA",
            "collection": "CORE",
            "base_id": "MA0115",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0115.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0115.1/"
        },
        {
            "matrix_id": "MA1110.1",
            "name": "NR1H4",
            "collection": "CORE",
            "base_id": "MA1110",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1110.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1110.1/"
        },
        {
            "matrix_id": "MA1146.1",
            "name": "NR1H4::RXRA",
            "collection": "CORE",
            "base_id": "MA1146",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1146.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1146.1/"
        },
        {
            "matrix_id": "MA1533.1",
            "name": "NR1I2",
            "collection": "CORE",
            "base_id": "MA1533",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1533.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1533.1/"
        },
        {
            "matrix_id": "MA1534.1",
            "name": "NR1I3",
            "collection": "CORE",
            "base_id": "MA1534",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1534.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1534.1/"
        },
        {
            "matrix_id": "MA1535.1",
            "name": "NR2C1",
            "collection": "CORE",
            "base_id": "MA1535",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1535.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1535.1/"
        },
        {
            "matrix_id": "UN0459.1",
            "name": "NR2C1-2",
            "collection": "UNVALIDATED",
            "base_id": "UN0459",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0459.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0459.1/"
        },
        {
            "matrix_id": "MA0504.1",
            "name": "NR2C2",
            "collection": "CORE",
            "base_id": "MA0504",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0504.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0504.1/"
        }
    ]
}