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=11
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=12",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=10",
    "results": [
        {
            "matrix_id": "MA1687.1",
            "name": "ARF14",
            "collection": "CORE",
            "base_id": "MA1687",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1687.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1687.1/"
        },
        {
            "matrix_id": "MA1688.1",
            "name": "ARF16",
            "collection": "CORE",
            "base_id": "MA1688",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1688.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1688.1/"
        },
        {
            "matrix_id": "MA1689.1",
            "name": "ARF18",
            "collection": "CORE",
            "base_id": "MA1689",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1689.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1689.1/"
        },
        {
            "matrix_id": "MA1206.1",
            "name": "ARF2",
            "collection": "CORE",
            "base_id": "MA1206",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1206.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1206.1/"
        },
        {
            "matrix_id": "MA1690.1",
            "name": "ARF25",
            "collection": "CORE",
            "base_id": "MA1690",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1690.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1690.1/"
        },
        {
            "matrix_id": "MA1691.1",
            "name": "ARF27",
            "collection": "CORE",
            "base_id": "MA1691",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1691.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1691.1/"
        },
        {
            "matrix_id": "MA1692.1",
            "name": "ARF29",
            "collection": "CORE",
            "base_id": "MA1692",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1692.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1692.1/"
        },
        {
            "matrix_id": "MA1009.1",
            "name": "ARF3",
            "collection": "CORE",
            "base_id": "MA1009",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1009.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1009.1/"
        },
        {
            "matrix_id": "MA1693.1",
            "name": "ARF34",
            "collection": "CORE",
            "base_id": "MA1693",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1693.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1693.1/"
        },
        {
            "matrix_id": "MA1694.1",
            "name": "ARF35",
            "collection": "CORE",
            "base_id": "MA1694",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1694.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1694.1/"
        }
    ]
}