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=290
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=291",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=289",
    "results": [
        {
            "matrix_id": "MA0451.1",
            "name": "kni",
            "collection": "CORE",
            "base_id": "MA0451",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0451.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0451.1/"
        },
        {
            "matrix_id": "MA0230.1",
            "name": "lab",
            "collection": "CORE",
            "base_id": "MA0230",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0230.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0230.1/"
        },
        {
            "matrix_id": "MA1894.1",
            "name": "large-Maf",
            "collection": "CORE",
            "base_id": "MA1894",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1894.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1894.1/"
        },
        {
            "matrix_id": "MA0231.1",
            "name": "lbe",
            "collection": "CORE",
            "base_id": "MA0231",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0231.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0231.1/"
        },
        {
            "matrix_id": "MA0232.1",
            "name": "lbl",
            "collection": "CORE",
            "base_id": "MA0232",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0232.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0232.1/"
        },
        {
            "matrix_id": "MA0923.1",
            "name": "lim-4",
            "collection": "CORE",
            "base_id": "MA0923",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0923.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0923.1/"
        },
        {
            "matrix_id": "MA1441.1",
            "name": "lim-7",
            "collection": "CORE",
            "base_id": "MA1441",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1441.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1441.1/"
        },
        {
            "matrix_id": "MA0261.1",
            "name": "lin-14",
            "collection": "CORE",
            "base_id": "MA0261",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0261.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0261.1/"
        },
        {
            "matrix_id": "UN0106.1",
            "name": "lin-28",
            "collection": "UNVALIDATED",
            "base_id": "UN0106",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0106.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0106.1/"
        },
        {
            "matrix_id": "MA1450.1",
            "name": "lin-54",
            "collection": "CORE",
            "base_id": "MA1450",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1450.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1450.1/"
        }
    ]
}