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=126
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=127",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=125",
    "results": [
        {
            "matrix_id": "MA0333.1",
            "name": "MET31",
            "collection": "CORE",
            "base_id": "MA0333",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0333.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0333.1/"
        },
        {
            "matrix_id": "MA0334.1",
            "name": "MET32",
            "collection": "CORE",
            "base_id": "MA0334",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0334.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0334.1/"
        },
        {
            "matrix_id": "MA0335.1",
            "name": "MET4",
            "collection": "CORE",
            "base_id": "MA0335",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0335.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0335.1/"
        },
        {
            "matrix_id": "MA0801.1",
            "name": "MGA",
            "collection": "CORE",
            "base_id": "MA0801",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0801.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0801.1/"
        },
        {
            "matrix_id": "MA0336.1",
            "name": "MGA1",
            "collection": "CORE",
            "base_id": "MA0336",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0336.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0336.1/"
        },
        {
            "matrix_id": "PF0011.1",
            "name": "MGGAAGTG",
            "collection": "PHYLOFACTS",
            "base_id": "PF0011",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0011.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0011.1/"
        },
        {
            "matrix_id": "MA1158.1",
            "name": "MGP",
            "collection": "CORE",
            "base_id": "MA1158",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1158.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1158.1/"
        },
        {
            "matrix_id": "MA0337.1",
            "name": "MIG1",
            "collection": "CORE",
            "base_id": "MA0337",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0337.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0337.1/"
        },
        {
            "matrix_id": "MA0338.1",
            "name": "MIG2",
            "collection": "CORE",
            "base_id": "MA0338",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0338.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0338.1/"
        },
        {
            "matrix_id": "MA0339.1",
            "name": "MIG3",
            "collection": "CORE",
            "base_id": "MA0339",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0339.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0339.1/"
        }
    ]
}