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=225
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=226",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=224",
    "results": [
        {
            "matrix_id": "UN0583.1",
            "name": "TEAD4::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0583",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0583.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0583.1/"
        },
        {
            "matrix_id": "UN0584.1",
            "name": "TEAD4::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0584",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0584.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0584.1/"
        },
        {
            "matrix_id": "UN0585.1",
            "name": "TEAD4::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0585",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0585.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0585.1/"
        },
        {
            "matrix_id": "UN0586.1",
            "name": "TEAD4::SPIB",
            "collection": "UNVALIDATED",
            "base_id": "UN0586",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0586.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0586.1/"
        },
        {
            "matrix_id": "MA0406.1",
            "name": "TEC1",
            "collection": "CORE",
            "base_id": "MA0406",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0406.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0406.1/"
        },
        {
            "matrix_id": "MA0843.1",
            "name": "TEF",
            "collection": "CORE",
            "base_id": "MA0843",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0843.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0843.1/"
        },
        {
            "matrix_id": "MA1800.1",
            "name": "TEM1",
            "collection": "CORE",
            "base_id": "MA1800",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1800.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1800.1/"
        },
        {
            "matrix_id": "MA0003.1",
            "name": "TFAP2A",
            "collection": "CORE",
            "base_id": "MA0003",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0003.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0003.1/"
        },
        {
            "matrix_id": "MA0003.2",
            "name": "TFAP2A",
            "collection": "CORE",
            "base_id": "MA0003",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0003.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0003.2/"
        },
        {
            "matrix_id": "MA0810.1",
            "name": "TFAP2A",
            "collection": "CORE",
            "base_id": "MA0810",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0810.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0810.1/"
        }
    ]
}