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=295
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=296",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=294",
    "results": [
        {
            "matrix_id": "MA1913.1",
            "name": "small-Maf",
            "collection": "CORE",
            "base_id": "MA1913",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1913.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1913.1/"
        },
        {
            "matrix_id": "MA0086.1",
            "name": "sna",
            "collection": "CORE",
            "base_id": "MA0086",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0086.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0086.1/"
        },
        {
            "matrix_id": "MA0086.2",
            "name": "sna",
            "collection": "CORE",
            "base_id": "MA0086",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0086.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0086.2/"
        },
        {
            "matrix_id": "MA0544.1",
            "name": "snpc-4",
            "collection": "CORE",
            "base_id": "MA0544",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0544.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0544.1/"
        },
        {
            "matrix_id": "MA0246.1",
            "name": "so",
            "collection": "CORE",
            "base_id": "MA0246",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0246.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0246.1/"
        },
        {
            "matrix_id": "MA0082.1",
            "name": "squamosa",
            "collection": "CORE",
            "base_id": "MA0082",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0082.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0082.1/"
        },
        {
            "matrix_id": "UN0438.1",
            "name": "sqz",
            "collection": "UNVALIDATED",
            "base_id": "UN0438",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0438.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0438.1/"
        },
        {
            "matrix_id": "MA0533.1",
            "name": "su(Hw)",
            "collection": "CORE",
            "base_id": "MA0533",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0533.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0533.1/"
        },
        {
            "matrix_id": "UN0097.1",
            "name": "sub-1",
            "collection": "UNVALIDATED",
            "base_id": "UN0097",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0097.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0097.1/"
        },
        {
            "matrix_id": "MA1461.1",
            "name": "sv",
            "collection": "CORE",
            "base_id": "MA1461",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1461.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1461.1/"
        }
    ]
}