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=234
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=235",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=233",
    "results": [
        {
            "matrix_id": "PL0010.1",
            "name": "hlh-2::hlh-19",
            "collection": "PBM_HLH",
            "base_id": "PL0010",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0010.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0010.1/"
        },
        {
            "matrix_id": "PL0002.1",
            "name": "hlh-2::hlh-3",
            "collection": "PBM_HLH",
            "base_id": "PL0002",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0002.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0002.1/"
        },
        {
            "matrix_id": "PL0011.1",
            "name": "hlh-2::hlh-4",
            "collection": "PBM_HLH",
            "base_id": "PL0011",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0011.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0011.1/"
        },
        {
            "matrix_id": "PL0012.1",
            "name": "hlh-2::hlh-8",
            "collection": "PBM_HLH",
            "base_id": "PL0012",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0012.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0012.1/"
        },
        {
            "matrix_id": "PL0006.1",
            "name": "hlh-2::lin-32",
            "collection": "PBM_HLH",
            "base_id": "PL0006",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0006.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0006.1/"
        },
        {
            "matrix_id": "PL0005.1",
            "name": "hlh-30",
            "collection": "PBM_HLH",
            "base_id": "PL0005",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PL0005.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PL0005.1/"
        },
        {
            "matrix_id": "MA0227.1",
            "name": "hth",
            "collection": "CORE",
            "base_id": "MA0227",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0227.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0227.1/"
        },
        {
            "matrix_id": "MA0120.1",
            "name": "id1",
            "collection": "CORE",
            "base_id": "MA0120",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0120.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0120.1/"
        },
        {
            "matrix_id": "MA0228.1",
            "name": "ind",
            "collection": "CORE",
            "base_id": "MA0228",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0228.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0228.1/"
        },
        {
            "matrix_id": "MA0229.1",
            "name": "inv",
            "collection": "CORE",
            "base_id": "MA0229",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0229.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0229.1/"
        }
    ]
}