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

{
    "count": 2981,
    "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=86",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=84",
    "results": [
        {
            "matrix_id": "UN0673.1",
            "name": "Fosb",
            "collection": "UNVALIDATED",
            "base_id": "UN0673",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0673.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0673.1/"
        },
        {
            "matrix_id": "MA1859.1",
            "name": "FoxA-a",
            "collection": "CORE",
            "base_id": "MA1859",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1859.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1859.1/"
        },
        {
            "matrix_id": "MA1860.1",
            "name": "FoxA-b",
            "collection": "CORE",
            "base_id": "MA1860",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1860.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1860.1/"
        },
        {
            "matrix_id": "MA1861.1",
            "name": "FoxB",
            "collection": "CORE",
            "base_id": "MA1861",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1861.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1861.1/"
        },
        {
            "matrix_id": "MA1862.1",
            "name": "FoxD-b",
            "collection": "CORE",
            "base_id": "MA1862",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1862.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1862.1/"
        },
        {
            "matrix_id": "MA1863.1",
            "name": "FoxE",
            "collection": "CORE",
            "base_id": "MA1863",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1863.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1863.1/"
        },
        {
            "matrix_id": "MA1864.1",
            "name": "FoxF",
            "collection": "CORE",
            "base_id": "MA1864",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1864.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1864.1/"
        },
        {
            "matrix_id": "MA1865.1",
            "name": "FoxG",
            "collection": "CORE",
            "base_id": "MA1865",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1865.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1865.1/"
        },
        {
            "matrix_id": "MA1866.1",
            "name": "FoxI-a",
            "collection": "CORE",
            "base_id": "MA1866",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1866.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1866.1/"
        },
        {
            "matrix_id": "MA1867.1",
            "name": "FoxI-b",
            "collection": "CORE",
            "base_id": "MA1867",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1867.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1867.1/"
        }
    ]
}