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=37
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=38",
    "previous": "https://jaspar.uio.no/api/v1/matrix?format=api&page=36",
    "results": [
        {
            "matrix_id": "MA1467.2",
            "name": "Atoh1",
            "collection": "CORE",
            "base_id": "MA1467",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1467.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1467.2/"
        },
        {
            "matrix_id": "MA0461.3",
            "name": "Atoh1",
            "collection": "CORE",
            "base_id": "MA0461",
            "version": "3",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0461.3.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0461.3/"
        },
        {
            "matrix_id": "MA1467.3",
            "name": "Atoh1",
            "collection": "CORE",
            "base_id": "MA1467",
            "version": "3",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1467.3.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1467.3/"
        },
        {
            "matrix_id": "MA1845.1",
            "name": "Atoh7",
            "collection": "CORE",
            "base_id": "MA1845",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1845.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1845.1/"
        },
        {
            "matrix_id": "MA1845.2",
            "name": "Atoh7",
            "collection": "CORE",
            "base_id": "MA1845",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1845.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1845.2/"
        },
        {
            "matrix_id": "MA0167.1",
            "name": "Awh",
            "collection": "CORE",
            "base_id": "MA0167",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0167.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0167.1/"
        },
        {
            "matrix_id": "MA0168.1",
            "name": "B-H1",
            "collection": "CORE",
            "base_id": "MA0168",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0168.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0168.1/"
        },
        {
            "matrix_id": "MA0169.1",
            "name": "B-H2",
            "collection": "CORE",
            "base_id": "MA0169",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0169.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0169.1/"
        },
        {
            "matrix_id": "MA1633.1",
            "name": "BACH1",
            "collection": "CORE",
            "base_id": "MA1633",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1633.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1633.1/"
        },
        {
            "matrix_id": "MA1633.2",
            "name": "BACH1",
            "collection": "CORE",
            "base_id": "MA1633",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1633.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1633.2/"
        }
    ]
}