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=262
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=263",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=261",
    "results": [
        {
            "matrix_id": "MA1979.1",
            "name": "ZNF416",
            "collection": "CORE",
            "base_id": "MA1979",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1979.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1979.1/"
        },
        {
            "matrix_id": "MA1727.1",
            "name": "ZNF417",
            "collection": "CORE",
            "base_id": "MA1727",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1727.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1727.1/"
        },
        {
            "matrix_id": "MA1980.1",
            "name": "ZNF418",
            "collection": "CORE",
            "base_id": "MA1980",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1980.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1980.1/"
        },
        {
            "matrix_id": "UN0323.1",
            "name": "ZNF425",
            "collection": "UNVALIDATED",
            "base_id": "UN0323",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0323.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0323.1/"
        },
        {
            "matrix_id": "UN0187.1",
            "name": "ZNF429",
            "collection": "UNVALIDATED",
            "base_id": "UN0187",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0187.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0187.1/"
        },
        {
            "matrix_id": "UN0188.1",
            "name": "ZNF430",
            "collection": "UNVALIDATED",
            "base_id": "UN0188",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0188.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0188.1/"
        },
        {
            "matrix_id": "UN0614.1",
            "name": "ZNF433",
            "collection": "UNVALIDATED",
            "base_id": "UN0614",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0614.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0614.1/"
        },
        {
            "matrix_id": "UN0324.1",
            "name": "ZNF436",
            "collection": "UNVALIDATED",
            "base_id": "UN0324",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0324.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0324.1/"
        },
        {
            "matrix_id": "UN0615.1",
            "name": "ZNF440",
            "collection": "UNVALIDATED",
            "base_id": "UN0615",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0615.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0615.1/"
        },
        {
            "matrix_id": "UN0190.1",
            "name": "ZNF441",
            "collection": "UNVALIDATED",
            "base_id": "UN0190",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0190.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0190.1/"
        }
    ]
}