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=61
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=62",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=60",
    "results": [
        {
            "matrix_id": "MA0995.2",
            "name": "ERF039",
            "collection": "CORE",
            "base_id": "MA0995",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0995.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0995.2/"
        },
        {
            "matrix_id": "MA0996.1",
            "name": "ERF043",
            "collection": "CORE",
            "base_id": "MA0996",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0996.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0996.1/"
        },
        {
            "matrix_id": "MA0997.1",
            "name": "ERF069",
            "collection": "CORE",
            "base_id": "MA0997",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0997.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0997.1/"
        },
        {
            "matrix_id": "MA1247.1",
            "name": "ERF087",
            "collection": "CORE",
            "base_id": "MA1247",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1247.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1247.1/"
        },
        {
            "matrix_id": "MA1049.1",
            "name": "ERF094",
            "collection": "CORE",
            "base_id": "MA1049",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1049.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1049.1/"
        },
        {
            "matrix_id": "MA0998.1",
            "name": "ERF096",
            "collection": "CORE",
            "base_id": "MA0998",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0998.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0998.1/"
        },
        {
            "matrix_id": "MA0999.1",
            "name": "ERF098",
            "collection": "CORE",
            "base_id": "MA0999",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0999.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0999.1/"
        },
        {
            "matrix_id": "MA1240.1",
            "name": "ERF10",
            "collection": "CORE",
            "base_id": "MA1240",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1240.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1240.1/"
        },
        {
            "matrix_id": "MA1239.1",
            "name": "ERF104",
            "collection": "CORE",
            "base_id": "MA1239",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1239.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1239.1/"
        },
        {
            "matrix_id": "MA1000.1",
            "name": "ERF105",
            "collection": "CORE",
            "base_id": "MA1000",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1000.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1000.1/"
        }
    ]
}