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=62
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=63",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=61",
    "results": [
        {
            "matrix_id": "MA1228.1",
            "name": "ERF091",
            "collection": "CORE",
            "base_id": "MA1228",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1228.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1228.1/"
        },
        {
            "matrix_id": "MA1049.1",
            "name": "ERF094",
            "collection": "CORE",
            "base_id": "MA1049",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1049.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1049.1/"
        },
        {
            "matrix_id": "MA1264.1",
            "name": "ERF095",
            "collection": "CORE",
            "base_id": "MA1264",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1264.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1264.1/"
        },
        {
            "matrix_id": "MA0998.1",
            "name": "ERF096",
            "collection": "CORE",
            "base_id": "MA0998",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0998.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0998.1/"
        },
        {
            "matrix_id": "MA1240.1",
            "name": "ERF10",
            "collection": "CORE",
            "base_id": "MA1240",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1240.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1240.1/"
        },
        {
            "matrix_id": "MA1239.1",
            "name": "ERF104",
            "collection": "CORE",
            "base_id": "MA1239",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1239.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1239.1/"
        },
        {
            "matrix_id": "MA1000.1",
            "name": "ERF105",
            "collection": "CORE",
            "base_id": "MA1000",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1000.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1000.1/"
        },
        {
            "matrix_id": "MA1000.2",
            "name": "ERF105",
            "collection": "CORE",
            "base_id": "MA1000",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1000.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1000.2/"
        },
        {
            "matrix_id": "MA1053.1",
            "name": "ERF109",
            "collection": "CORE",
            "base_id": "MA1053",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1053.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1053.1/"
        },
        {
            "matrix_id": "MA1001.1",
            "name": "ERF11",
            "collection": "CORE",
            "base_id": "MA1001",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1001.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1001.1/"
        }
    ]
}