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=52
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=53",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=51",
    "results": [
        {
            "matrix_id": "UN0447.1",
            "name": "E2f1/2/3/6",
            "collection": "UNVALIDATED",
            "base_id": "UN0447",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0447.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0447.1/"
        },
        {
            "matrix_id": "MA0189.1",
            "name": "E5",
            "collection": "CORE",
            "base_id": "MA0189",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0189.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0189.1/"
        },
        {
            "matrix_id": "MA0154.1",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0154.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0154.1/"
        },
        {
            "matrix_id": "MA0154.2",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0154.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0154.2/"
        },
        {
            "matrix_id": "MA0154.3",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0154.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0154.3/"
        },
        {
            "matrix_id": "MA0154.4",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "4",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0154.4.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0154.4/"
        },
        {
            "matrix_id": "MA1637.1",
            "name": "EBF3",
            "collection": "CORE",
            "base_id": "MA1637",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1637.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1637.1/"
        },
        {
            "matrix_id": "MA0292.1",
            "name": "ECM22",
            "collection": "CORE",
            "base_id": "MA0292",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0292.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0292.1/"
        },
        {
            "matrix_id": "MA0293.1",
            "name": "ECM23",
            "collection": "CORE",
            "base_id": "MA0293",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0293.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0293.1/"
        },
        {
            "matrix_id": "UN0397.1",
            "name": "EDF3",
            "collection": "UNVALIDATED",
            "base_id": "UN0397",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0397.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0397.1/"
        }
    ]
}