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=167
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=168",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=166",
    "results": [
        {
            "matrix_id": "UN0382.1",
            "name": "NAC105",
            "collection": "UNVALIDATED",
            "base_id": "UN0382",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0382.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0382.1/"
        },
        {
            "matrix_id": "UN0378.1",
            "name": "NAC68",
            "collection": "UNVALIDATED",
            "base_id": "UN0378",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0378.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0378.1/"
        },
        {
            "matrix_id": "MA1044.1",
            "name": "NAC92",
            "collection": "CORE",
            "base_id": "MA1044",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1044.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1044.1/"
        },
        {
            "matrix_id": "MA0929.1",
            "name": "NCU00019",
            "collection": "CORE",
            "base_id": "MA0929",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0929.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0929.1/"
        },
        {
            "matrix_id": "UN0087.1",
            "name": "NCU01074",
            "collection": "UNVALIDATED",
            "base_id": "UN0087",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0087.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0087.1/"
        },
        {
            "matrix_id": "UN0088.1",
            "name": "NCU01629",
            "collection": "UNVALIDATED",
            "base_id": "UN0088",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0088.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0088.1/"
        },
        {
            "matrix_id": "MA1434.1",
            "name": "NCU02182",
            "collection": "CORE",
            "base_id": "MA1434",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1434.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1434.1/"
        },
        {
            "matrix_id": "UN0089.1",
            "name": "NCU03421",
            "collection": "UNVALIDATED",
            "base_id": "UN0089",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0089.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0089.1/"
        },
        {
            "matrix_id": "UN0090.1",
            "name": "NCU04211",
            "collection": "UNVALIDATED",
            "base_id": "UN0090",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0090.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0090.1/"
        },
        {
            "matrix_id": "UN0091.1",
            "name": "NCU05061",
            "collection": "UNVALIDATED",
            "base_id": "UN0091",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0091.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0091.1/"
        }
    ]
}