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=165
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=166",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=164",
    "results": [
        {
            "matrix_id": "MA0668.2",
            "name": "Neurod2",
            "collection": "CORE",
            "base_id": "MA0668",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0668.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0668.2/"
        },
        {
            "matrix_id": "MA0623.1",
            "name": "Neurog1",
            "collection": "CORE",
            "base_id": "MA0623",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0623.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0623.1/"
        },
        {
            "matrix_id": "MA0606.2",
            "name": "Nfat5",
            "collection": "CORE",
            "base_id": "MA0606",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0606.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0606.2/"
        },
        {
            "matrix_id": "MA0624.2",
            "name": "Nfatc1",
            "collection": "CORE",
            "base_id": "MA0624",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0624.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0624.2/"
        },
        {
            "matrix_id": "MA0152.2",
            "name": "Nfatc2",
            "collection": "CORE",
            "base_id": "MA0152",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0152.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0152.2/"
        },
        {
            "matrix_id": "MA0150.2",
            "name": "Nfe2l2",
            "collection": "CORE",
            "base_id": "MA0150",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0150.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0150.2/"
        },
        {
            "matrix_id": "UN0457.1",
            "name": "Nfil3-b",
            "collection": "UNVALIDATED",
            "base_id": "UN0457",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0457.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0457.1/"
        },
        {
            "matrix_id": "MA1903.1",
            "name": "Nk-1",
            "collection": "CORE",
            "base_id": "MA1903",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1903.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1903.1/"
        },
        {
            "matrix_id": "MA1904.1",
            "name": "Nk-3",
            "collection": "CORE",
            "base_id": "MA1904",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1904.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1904.1/"
        },
        {
            "matrix_id": "MA1994.1",
            "name": "Nkx2-1",
            "collection": "CORE",
            "base_id": "MA1994",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1994.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1994.1/"
        }
    ]
}