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=193
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=194",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=192",
    "results": [
        {
            "matrix_id": "MA1063.1",
            "name": "TCP19",
            "collection": "CORE",
            "base_id": "MA1063",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1063.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1063.1/"
        },
        {
            "matrix_id": "MA1064.1",
            "name": "TCP2",
            "collection": "CORE",
            "base_id": "MA1064",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1064.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1064.1/"
        },
        {
            "matrix_id": "MA1065.1",
            "name": "TCP20",
            "collection": "CORE",
            "base_id": "MA1065",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1065.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1065.1/"
        },
        {
            "matrix_id": "MA1066.1",
            "name": "TCP23",
            "collection": "CORE",
            "base_id": "MA1066",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1066.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1066.1/"
        },
        {
            "matrix_id": "MA1286.1",
            "name": "TCP24",
            "collection": "CORE",
            "base_id": "MA1286",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1286.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1286.1/"
        },
        {
            "matrix_id": "MA1289.1",
            "name": "TCP3",
            "collection": "CORE",
            "base_id": "MA1289",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1289.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1289.1/"
        },
        {
            "matrix_id": "MA1035.1",
            "name": "TCP4",
            "collection": "CORE",
            "base_id": "MA1035",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1035.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1035.1/"
        },
        {
            "matrix_id": "MA1067.1",
            "name": "TCP5",
            "collection": "CORE",
            "base_id": "MA1067",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1067.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1067.1/"
        },
        {
            "matrix_id": "MA1291.1",
            "name": "TCP7",
            "collection": "CORE",
            "base_id": "MA1291",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1291.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1291.1/"
        },
        {
            "matrix_id": "MA1162.1",
            "name": "TCX2",
            "collection": "CORE",
            "base_id": "MA1162",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1162.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1162.1/"
        }
    ]
}