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

{
    "count": 2404,
    "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=234",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=232",
    "results": [
        {
            "matrix_id": "MA0545.1",
            "name": "hlh-1",
            "collection": "CORE",
            "base_id": "MA0545",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0545.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0545.1/"
        },
        {
            "matrix_id": "PL0001.1",
            "name": "hlh-11",
            "collection": "PBM_HLH",
            "base_id": "PL0001",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0001.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0001.1/"
        },
        {
            "matrix_id": "PL0018.1",
            "name": "hlh-25",
            "collection": "PBM_HLH",
            "base_id": "PL0018",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0018.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0018.1/"
        },
        {
            "matrix_id": "PL0009.1",
            "name": "hlh-26",
            "collection": "PBM_HLH",
            "base_id": "PL0009",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0009.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0009.1/"
        },
        {
            "matrix_id": "PL0004.1",
            "name": "hlh-27",
            "collection": "PBM_HLH",
            "base_id": "PL0004",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0004.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0004.1/"
        },
        {
            "matrix_id": "PL0008.1",
            "name": "hlh-29",
            "collection": "PBM_HLH",
            "base_id": "PL0008",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0008.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0008.1/"
        },
        {
            "matrix_id": "PL0003.1",
            "name": "hlh-2::cnd-1",
            "collection": "PBM_HLH",
            "base_id": "PL0003",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0003.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0003.1/"
        },
        {
            "matrix_id": "PL0017.1",
            "name": "hlh-2::hlh-10",
            "collection": "PBM_HLH",
            "base_id": "PL0017",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0017.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0017.1/"
        },
        {
            "matrix_id": "PL0015.1",
            "name": "hlh-2::hlh-14",
            "collection": "PBM_HLH",
            "base_id": "PL0015",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0015.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0015.1/"
        },
        {
            "matrix_id": "PL0013.1",
            "name": "hlh-2::hlh-15",
            "collection": "PBM_HLH",
            "base_id": "PL0013",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0013.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0013.1/"
        }
    ]
}