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=11
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=12",
    "previous": "https://jaspar.uio.no/api/v1/matrix?format=api&page=10",
    "results": [
        {
            "matrix_id": "MA1375.1",
            "name": "ANL2",
            "collection": "CORE",
            "base_id": "MA1375",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1375.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1375.1/"
        },
        {
            "matrix_id": "MA1375.2",
            "name": "ANL2",
            "collection": "CORE",
            "base_id": "MA1375",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1375.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1375.2/"
        },
        {
            "matrix_id": "MA0571.1",
            "name": "ANT",
            "collection": "CORE",
            "base_id": "MA0571",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0571.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0571.1/"
        },
        {
            "matrix_id": "MA0571.2",
            "name": "ANT",
            "collection": "CORE",
            "base_id": "MA0571",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0571.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0571.2/"
        },
        {
            "matrix_id": "MA0940.1",
            "name": "AP1",
            "collection": "CORE",
            "base_id": "MA0940",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0940.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0940.1/"
        },
        {
            "matrix_id": "UN0439.1",
            "name": "AP2-b",
            "collection": "UNVALIDATED",
            "base_id": "UN0439",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0439.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0439.1/"
        },
        {
            "matrix_id": "UN0439.2",
            "name": "AP2-b",
            "collection": "UNVALIDATED",
            "base_id": "UN0439",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/UN0439.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/UN0439.2/"
        },
        {
            "matrix_id": "MA0556.1",
            "name": "AP3",
            "collection": "CORE",
            "base_id": "MA0556",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0556.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0556.1/"
        },
        {
            "matrix_id": "MA0556.2",
            "name": "AP3",
            "collection": "CORE",
            "base_id": "MA0556",
            "version": "2",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0556.2.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA0556.2/"
        },
        {
            "matrix_id": "MA1843.1",
            "name": "AP4",
            "collection": "CORE",
            "base_id": "MA1843",
            "version": "1",
            "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1843.1.svg",
            "url": "https://jaspar.uio.no/api/v1/matrix/MA1843.1/"
        }
    ]
}