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=289
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=290",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=288",
    "results": [
        {
            "matrix_id": "UN0239.1",
            "name": "ZNF84",
            "collection": "UNVALIDATED",
            "base_id": "UN0239",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0239.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0239.1/"
        },
        {
            "matrix_id": "UN0240.1",
            "name": "ZNF85",
            "collection": "UNVALIDATED",
            "base_id": "UN0240",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0240.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0240.1/"
        },
        {
            "matrix_id": "UN0241.1",
            "name": "ZNF92",
            "collection": "UNVALIDATED",
            "base_id": "UN0241",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0241.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0241.1/"
        },
        {
            "matrix_id": "UN0242.1",
            "name": "ZNF93",
            "collection": "UNVALIDATED",
            "base_id": "UN0242",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0242.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0242.1/"
        },
        {
            "matrix_id": "UN0243.1",
            "name": "ZSCAN1",
            "collection": "UNVALIDATED",
            "base_id": "UN0243",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0243.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0243.1/"
        },
        {
            "matrix_id": "UN0244.1",
            "name": "ZSCAN16",
            "collection": "UNVALIDATED",
            "base_id": "UN0244",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0244.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0244.1/"
        },
        {
            "matrix_id": "UN0245.1",
            "name": "ZSCAN20",
            "collection": "UNVALIDATED",
            "base_id": "UN0245",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0245.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0245.1/"
        },
        {
            "matrix_id": "UN0246.1",
            "name": "ZSCAN23",
            "collection": "UNVALIDATED",
            "base_id": "UN0246",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0246.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0246.1/"
        },
        {
            "matrix_id": "MA1602.1",
            "name": "ZSCAN29",
            "collection": "CORE",
            "base_id": "MA1602",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1602.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1602.1/"
        },
        {
            "matrix_id": "UN0247.1",
            "name": "ZSCAN31",
            "collection": "UNVALIDATED",
            "base_id": "UN0247",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0247.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0247.1/"
        }
    ]
}