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

{
    "count": 2981,
    "next": "https://jaspar.uio.no/api/v1/matrix?page=2",
    "previous": null,
    "results": [
        {
            "matrix_id": "MA0265.1",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0265",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0265.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0265.1/"
        },
        {
            "matrix_id": "MA0570.1",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0570",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0570.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0570.1/"
        },
        {
            "matrix_id": "MA0570.2",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0570",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0570.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0570.2/"
        },
        {
            "matrix_id": "MA0265.2",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0265",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0265.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0265.2/"
        },
        {
            "matrix_id": "MA0266.1",
            "name": "ABF2",
            "collection": "CORE",
            "base_id": "MA0266",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0266.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0266.1/"
        },
        {
            "matrix_id": "MA0941.1",
            "name": "ABF2",
            "collection": "CORE",
            "base_id": "MA0941",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0941.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0941.1/"
        },
        {
            "matrix_id": "MA0930.1",
            "name": "ABF3",
            "collection": "CORE",
            "base_id": "MA0930",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0930.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0930.1/"
        },
        {
            "matrix_id": "MA0930.2",
            "name": "ABF3",
            "collection": "CORE",
            "base_id": "MA0930",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0930.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0930.2/"
        },
        {
            "matrix_id": "MA1659.1",
            "name": "ABF4",
            "collection": "CORE",
            "base_id": "MA1659",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1659.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1659.1/"
        },
        {
            "matrix_id": "MA0564.1",
            "name": "ABI3",
            "collection": "CORE",
            "base_id": "MA0564",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0564.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0564.1/"
        }
    ]
}