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=68
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=69",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=67",
    "results": [
        {
            "matrix_id": "MA0761.2",
            "name": "ETV1",
            "collection": "CORE",
            "base_id": "MA0761",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0761.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0761.2/"
        },
        {
            "matrix_id": "MA0762.1",
            "name": "ETV2",
            "collection": "CORE",
            "base_id": "MA0762",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0762.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0762.1/"
        },
        {
            "matrix_id": "UN0509.1",
            "name": "ETV2::BHLHA15",
            "collection": "UNVALIDATED",
            "base_id": "UN0509",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0509.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0509.1/"
        },
        {
            "matrix_id": "UN0510.1",
            "name": "ETV2::CEBPD",
            "collection": "UNVALIDATED",
            "base_id": "UN0510",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0510.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0510.1/"
        },
        {
            "matrix_id": "MA1940.1",
            "name": "ETV2::DRGX",
            "collection": "CORE",
            "base_id": "MA1940",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1940.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1940.1/"
        },
        {
            "matrix_id": "UN0511.1",
            "name": "ETV2::EOMES",
            "collection": "UNVALIDATED",
            "base_id": "UN0511",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0511.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0511.1/"
        },
        {
            "matrix_id": "UN0512.1",
            "name": "ETV2::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0512",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0512.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0512.1/"
        },
        {
            "matrix_id": "MA1941.1",
            "name": "ETV2::FIGLA",
            "collection": "CORE",
            "base_id": "MA1941",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1941.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1941.1/"
        },
        {
            "matrix_id": "MA1942.1",
            "name": "ETV2::FOXI1",
            "collection": "CORE",
            "base_id": "MA1942",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1942.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1942.1/"
        },
        {
            "matrix_id": "UN0513.1",
            "name": "ETV2::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0513",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0513.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0513.1/"
        }
    ]
}