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

{
    "count": 5278,
    "next": "https://jaspar.uio.no/api/v1/matrix?format=api&page=37",
    "previous": "https://jaspar.uio.no/api/v1/matrix?format=api&page=35",
    "results": [
        {
            "matrix_id": "MA1988.1",
            "name": "Atf3",
            "collection": "CORE",
            "base_id": "MA1988",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1988.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1988.1/"
        },
        {
            "matrix_id": "MA2193.1",
            "name": "Atf3",
            "collection": "CORE",
            "base_id": "MA2193",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA2193.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA2193.1/"
        },
        {
            "matrix_id": "MA1988.2",
            "name": "Atf3",
            "collection": "CORE",
            "base_id": "MA1988",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1988.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1988.2/"
        },
        {
            "matrix_id": "UN0441.1",
            "name": "Atf3-like",
            "collection": "UNVALIDATED",
            "base_id": "UN0441",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0441.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0441.1/"
        },
        {
            "matrix_id": "UN0441.2",
            "name": "Atf3-like",
            "collection": "UNVALIDATED",
            "base_id": "UN0441",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0441.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0441.2/"
        },
        {
            "matrix_id": "UN0442.1",
            "name": "Atf4-5",
            "collection": "UNVALIDATED",
            "base_id": "UN0442",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0442.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0442.1/"
        },
        {
            "matrix_id": "UN0442.2",
            "name": "Atf4-5",
            "collection": "UNVALIDATED",
            "base_id": "UN0442",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0442.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0442.2/"
        },
        {
            "matrix_id": "MA2194.1",
            "name": "Atf6",
            "collection": "CORE",
            "base_id": "MA2194",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA2194.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA2194.1/"
        },
        {
            "matrix_id": "MA0461.1",
            "name": "Atoh1",
            "collection": "CORE",
            "base_id": "MA0461",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0461.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0461.1/"
        },
        {
            "matrix_id": "MA0461.2",
            "name": "Atoh1",
            "collection": "CORE",
            "base_id": "MA0461",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0461.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0461.2/"
        }
    ]
}