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=30
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=31",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=29",
    "results": [
        {
            "matrix_id": "MA1745.1",
            "name": "BZIP63",
            "collection": "CORE",
            "base_id": "MA1745",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1745.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1745.1/"
        },
        {
            "matrix_id": "MA0968.1",
            "name": "BZIP68",
            "collection": "CORE",
            "base_id": "MA0968",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0968.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0968.1/"
        },
        {
            "matrix_id": "MA0968.2",
            "name": "BZIP68",
            "collection": "CORE",
            "base_id": "MA0968",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0968.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0968.2/"
        },
        {
            "matrix_id": "MA1746.1",
            "name": "BZIP69",
            "collection": "CORE",
            "base_id": "MA1746",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1746.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1746.1/"
        },
        {
            "matrix_id": "MA0550.1",
            "name": "BZR1",
            "collection": "CORE",
            "base_id": "MA0550",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0550.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0550.1/"
        },
        {
            "matrix_id": "MA0550.2",
            "name": "BZR1",
            "collection": "CORE",
            "base_id": "MA0550",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0550.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0550.2/"
        },
        {
            "matrix_id": "MA0549.1",
            "name": "BZR2",
            "collection": "CORE",
            "base_id": "MA0549",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0549.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0549.1/"
        },
        {
            "matrix_id": "MA0591.1",
            "name": "Bach1::Mafk",
            "collection": "CORE",
            "base_id": "MA0591",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0591.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0591.1/"
        },
        {
            "matrix_id": "MA0877.1",
            "name": "Barhl1",
            "collection": "CORE",
            "base_id": "MA0877",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0877.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0877.1/"
        },
        {
            "matrix_id": "MA1989.1",
            "name": "Bcl11B",
            "collection": "CORE",
            "base_id": "MA1989",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1989.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1989.1/"
        }
    ]
}