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=72
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=73",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=71",
    "results": [
        {
            "matrix_id": "UN0672.1",
            "name": "Ebf4",
            "collection": "UNVALIDATED",
            "base_id": "UN0672",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0672.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0672.1/"
        },
        {
            "matrix_id": "MA0534.1",
            "name": "EcR::usp",
            "collection": "CORE",
            "base_id": "MA0534",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0534.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0534.1/"
        },
        {
            "matrix_id": "MA0162.1",
            "name": "Egr1",
            "collection": "CORE",
            "base_id": "MA0162",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0162.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0162.1/"
        },
        {
            "matrix_id": "MA0472.1",
            "name": "Egr2",
            "collection": "CORE",
            "base_id": "MA0472",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0472.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0472.1/"
        },
        {
            "matrix_id": "MA0026.1",
            "name": "Eip74EF",
            "collection": "CORE",
            "base_id": "MA0026",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0026.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0026.1/"
        },
        {
            "matrix_id": "MA1837.1",
            "name": "Elba1",
            "collection": "CORE",
            "base_id": "MA1837",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1837.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1837.1/"
        },
        {
            "matrix_id": "MA1838.1",
            "name": "Elba2",
            "collection": "CORE",
            "base_id": "MA1838",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1838.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1838.1/"
        },
        {
            "matrix_id": "UN0448.1",
            "name": "Elf3-5",
            "collection": "UNVALIDATED",
            "base_id": "UN0448",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0448.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0448.1/"
        },
        {
            "matrix_id": "MA0136.3",
            "name": "Elf5",
            "collection": "CORE",
            "base_id": "MA0136",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0136.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0136.3/"
        },
        {
            "matrix_id": "UN0449.1",
            "name": "Elk1-3-4",
            "collection": "UNVALIDATED",
            "base_id": "UN0449",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0449.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0449.1/"
        }
    ]
}