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=177
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=178",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=176",
    "results": [
        {
            "matrix_id": "MA1547.1",
            "name": "PITX2",
            "collection": "CORE",
            "base_id": "MA1547",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1547.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1547.1/"
        },
        {
            "matrix_id": "MA1547.2",
            "name": "PITX2",
            "collection": "CORE",
            "base_id": "MA1547",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1547.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1547.2/"
        },
        {
            "matrix_id": "MA0714.1",
            "name": "PITX3",
            "collection": "CORE",
            "base_id": "MA0714",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0714.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0714.1/"
        },
        {
            "matrix_id": "UN0001.1",
            "name": "PK00315.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0001",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0001.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0001.1/"
        },
        {
            "matrix_id": "UN0002.1",
            "name": "PK01144.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0002",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0002.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0002.1/"
        },
        {
            "matrix_id": "UN0003.1",
            "name": "PK01630.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0003",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0003.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0003.1/"
        },
        {
            "matrix_id": "UN0005.1",
            "name": "PK03025.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0005",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0005.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0005.1/"
        },
        {
            "matrix_id": "UN0007.1",
            "name": "PK03929.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0007",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0007.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0007.1/"
        },
        {
            "matrix_id": "UN0008.1",
            "name": "PK04914.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0008",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0008.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0008.1/"
        },
        {
            "matrix_id": "UN0010.1",
            "name": "PK05432.1",
            "collection": "UNVALIDATED",
            "base_id": "UN0010",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0010.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0010.1/"
        }
    ]
}