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=190
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=191",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=189",
    "results": [
        {
            "matrix_id": "MA1618.1",
            "name": "Ptf1a",
            "collection": "CORE",
            "base_id": "MA1618",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1618.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1618.1/"
        },
        {
            "matrix_id": "MA0201.1",
            "name": "Ptx1",
            "collection": "CORE",
            "base_id": "MA0201",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0201.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0201.1/"
        },
        {
            "matrix_id": "MA1416.1",
            "name": "RAMOSA1",
            "collection": "CORE",
            "base_id": "MA1416",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1416.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1416.1/"
        },
        {
            "matrix_id": "MA0359.1",
            "name": "RAP1",
            "collection": "CORE",
            "base_id": "MA0359",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0359.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0359.1/"
        },
        {
            "matrix_id": "MA0359.2",
            "name": "RAP1",
            "collection": "CORE",
            "base_id": "MA0359",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0359.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0359.2/"
        },
        {
            "matrix_id": "MA1679.1",
            "name": "RAP2-1",
            "collection": "CORE",
            "base_id": "MA1679",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1679.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1679.1/"
        },
        {
            "matrix_id": "MA0980.1",
            "name": "RAP2-10",
            "collection": "CORE",
            "base_id": "MA0980",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0980.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0980.1/"
        },
        {
            "matrix_id": "MA0980.2",
            "name": "RAP2-10",
            "collection": "CORE",
            "base_id": "MA0980",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0980.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0980.2/"
        },
        {
            "matrix_id": "MA1266.1",
            "name": "RAP2-11",
            "collection": "CORE",
            "base_id": "MA1266",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1266.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1266.1/"
        },
        {
            "matrix_id": "MA1256.1",
            "name": "RAP2-12",
            "collection": "CORE",
            "base_id": "MA1256",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1256.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1256.1/"
        }
    ]
}