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=40
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=41",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=39",
    "results": [
        {
            "matrix_id": "MA1848.1",
            "name": "Cebpg",
            "collection": "CORE",
            "base_id": "MA1848",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1848.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1848.1/"
        },
        {
            "matrix_id": "MA0015.1",
            "name": "Cf2",
            "collection": "CORE",
            "base_id": "MA0015",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0015.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0015.1/"
        },
        {
            "matrix_id": "MA1700.1",
            "name": "Clamp",
            "collection": "CORE",
            "base_id": "MA1700",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1700.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1700.1/"
        },
        {
            "matrix_id": "UN0107.1",
            "name": "Cp190",
            "collection": "UNVALIDATED",
            "base_id": "UN0107",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0107.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0107.1/"
        },
        {
            "matrix_id": "MA1849.1",
            "name": "Creb1",
            "collection": "CORE",
            "base_id": "MA1849",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1849.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1849.1/"
        },
        {
            "matrix_id": "UN0445.1",
            "name": "Creb3l1-2",
            "collection": "UNVALIDATED",
            "base_id": "UN0445",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0445.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0445.1/"
        },
        {
            "matrix_id": "MA0608.1",
            "name": "Creb3l2",
            "collection": "CORE",
            "base_id": "MA0608",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0608.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0608.1/"
        },
        {
            "matrix_id": "UN0446.1",
            "name": "Creb3l3-4",
            "collection": "UNVALIDATED",
            "base_id": "UN0446",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0446.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0446.1/"
        },
        {
            "matrix_id": "MA0840.1",
            "name": "Creb5",
            "collection": "CORE",
            "base_id": "MA0840",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0840.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0840.1/"
        },
        {
            "matrix_id": "MA0609.1",
            "name": "Crem",
            "collection": "CORE",
            "base_id": "MA0609",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0609.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0609.1/"
        }
    ]
}