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=169
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=170",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=168",
    "results": [
        {
            "matrix_id": "UN0430.1",
            "name": "ONAC127",
            "collection": "UNVALIDATED",
            "base_id": "UN0430",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0430.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0430.1/"
        },
        {
            "matrix_id": "MA0679.1",
            "name": "ONECUT1",
            "collection": "CORE",
            "base_id": "MA0679",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0679.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0679.1/"
        },
        {
            "matrix_id": "MA0679.2",
            "name": "ONECUT1",
            "collection": "CORE",
            "base_id": "MA0679",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0679.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0679.2/"
        },
        {
            "matrix_id": "MA0756.1",
            "name": "ONECUT2",
            "collection": "CORE",
            "base_id": "MA0756",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0756.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0756.1/"
        },
        {
            "matrix_id": "MA0756.2",
            "name": "ONECUT2",
            "collection": "CORE",
            "base_id": "MA0756",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0756.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0756.2/"
        },
        {
            "matrix_id": "MA0757.1",
            "name": "ONECUT3",
            "collection": "CORE",
            "base_id": "MA0757",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0757.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0757.1/"
        },
        {
            "matrix_id": "MA0349.1",
            "name": "OPI1",
            "collection": "CORE",
            "base_id": "MA0349",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0349.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0349.1/"
        },
        {
            "matrix_id": "MA1542.1",
            "name": "OSR1",
            "collection": "CORE",
            "base_id": "MA1542",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1542.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1542.1/"
        },
        {
            "matrix_id": "MA1646.1",
            "name": "OSR2",
            "collection": "CORE",
            "base_id": "MA1646",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1646.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1646.1/"
        },
        {
            "matrix_id": "MA0711.1",
            "name": "OTX1",
            "collection": "CORE",
            "base_id": "MA0711",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0711.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0711.1/"
        }
    ]
}