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=46
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=47",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=45",
    "results": [
        {
            "matrix_id": "MA1258.1",
            "name": "DREB2A",
            "collection": "CORE",
            "base_id": "MA1258",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1258.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1258.1/"
        },
        {
            "matrix_id": "MA0986.1",
            "name": "DREB2C",
            "collection": "CORE",
            "base_id": "MA0986",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0986.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0986.1/"
        },
        {
            "matrix_id": "MA1250.1",
            "name": "DREB2D",
            "collection": "CORE",
            "base_id": "MA1250",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1250.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1250.1/"
        },
        {
            "matrix_id": "MA1243.1",
            "name": "DREB2E",
            "collection": "CORE",
            "base_id": "MA1243",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1243.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1243.1/"
        },
        {
            "matrix_id": "MA1242.1",
            "name": "DREB2F",
            "collection": "CORE",
            "base_id": "MA1242",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1242.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1242.1/"
        },
        {
            "matrix_id": "MA1226.1",
            "name": "DREB2G",
            "collection": "CORE",
            "base_id": "MA1226",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1226.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1226.1/"
        },
        {
            "matrix_id": "MA1481.1",
            "name": "DRGX",
            "collection": "CORE",
            "base_id": "MA1481",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1481.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1481.1/"
        },
        {
            "matrix_id": "MA0468.1",
            "name": "DUX4",
            "collection": "CORE",
            "base_id": "MA0468",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0468.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0468.1/"
        },
        {
            "matrix_id": "MA0884.1",
            "name": "DUXA",
            "collection": "CORE",
            "base_id": "MA0884",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0884.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0884.1/"
        },
        {
            "matrix_id": "MA0884.2",
            "name": "DUXA",
            "collection": "CORE",
            "base_id": "MA0884",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0884.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0884.2/"
        }
    ]
}