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=7
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=8",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=6",
    "results": [
        {
            "matrix_id": "UN0277.1",
            "name": "ANIA_00835",
            "collection": "UNVALIDATED",
            "base_id": "UN0277",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0277.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0277.1/"
        },
        {
            "matrix_id": "UN0278.1",
            "name": "ANIA_01298",
            "collection": "UNVALIDATED",
            "base_id": "UN0278",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0278.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0278.1/"
        },
        {
            "matrix_id": "UN0279.1",
            "name": "ANIA_01705",
            "collection": "UNVALIDATED",
            "base_id": "UN0279",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0279.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0279.1/"
        },
        {
            "matrix_id": "UN0280.1",
            "name": "ANIA_01729",
            "collection": "UNVALIDATED",
            "base_id": "UN0280",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0280.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0280.1/"
        },
        {
            "matrix_id": "UN0281.1",
            "name": "ANIA_01812",
            "collection": "UNVALIDATED",
            "base_id": "UN0281",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0281.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0281.1/"
        },
        {
            "matrix_id": "UN0282.1",
            "name": "ANIA_01824",
            "collection": "UNVALIDATED",
            "base_id": "UN0282",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0282.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0282.1/"
        },
        {
            "matrix_id": "UN0283.1",
            "name": "ANIA_02553",
            "collection": "UNVALIDATED",
            "base_id": "UN0283",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0283.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0283.1/"
        },
        {
            "matrix_id": "UN0284.1",
            "name": "ANIA_02725",
            "collection": "UNVALIDATED",
            "base_id": "UN0284",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0284.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0284.1/"
        },
        {
            "matrix_id": "UN0285.1",
            "name": "ANIA_02785",
            "collection": "UNVALIDATED",
            "base_id": "UN0285",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0285.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0285.1/"
        },
        {
            "matrix_id": "UN0286.1",
            "name": "ANIA_02839",
            "collection": "UNVALIDATED",
            "base_id": "UN0286",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0286.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0286.1/"
        }
    ]
}