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=165
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=166",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=164",
    "results": [
        {
            "matrix_id": "UN0369.1",
            "name": "NAC004",
            "collection": "UNVALIDATED",
            "base_id": "UN0369",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0369.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0369.1/"
        },
        {
            "matrix_id": "UN0370.1",
            "name": "NAC007",
            "collection": "UNVALIDATED",
            "base_id": "UN0370",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0370.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0370.1/"
        },
        {
            "matrix_id": "UN0371.1",
            "name": "NAC010",
            "collection": "UNVALIDATED",
            "base_id": "UN0371",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0371.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0371.1/"
        },
        {
            "matrix_id": "MA1674.1",
            "name": "NAC017",
            "collection": "CORE",
            "base_id": "MA1674",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1674.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1674.1/"
        },
        {
            "matrix_id": "MA0935.1",
            "name": "NAC025",
            "collection": "CORE",
            "base_id": "MA0935",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0935.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0935.1/"
        },
        {
            "matrix_id": "MA1427.1",
            "name": "NAC028",
            "collection": "CORE",
            "base_id": "MA1427",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1427.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1427.1/"
        },
        {
            "matrix_id": "MA1675.1",
            "name": "NAC029",
            "collection": "CORE",
            "base_id": "MA1675",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1675.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1675.1/"
        },
        {
            "matrix_id": "UN0372.1",
            "name": "NAC031",
            "collection": "UNVALIDATED",
            "base_id": "UN0372",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0372.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0372.1/"
        },
        {
            "matrix_id": "UN0373.1",
            "name": "NAC035",
            "collection": "UNVALIDATED",
            "base_id": "UN0373",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0373.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0373.1/"
        },
        {
            "matrix_id": "UN0374.1",
            "name": "NAC037",
            "collection": "UNVALIDATED",
            "base_id": "UN0374",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0374.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0374.1/"
        }
    ]
}