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=158
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=159",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=157",
    "results": [
        {
            "matrix_id": "MA0132.1",
            "name": "Pdx1",
            "collection": "CORE",
            "base_id": "MA0132",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0132.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0132.1/"
        },
        {
            "matrix_id": "PH0081.1",
            "name": "Pdx1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0081",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0081.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0081.1/"
        },
        {
            "matrix_id": "PH0135.1",
            "name": "Phox2a",
            "collection": "PBM_HOMEO",
            "base_id": "PH0135",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0135.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0135.1/"
        },
        {
            "matrix_id": "PH0136.1",
            "name": "Phox2b",
            "collection": "PBM_HOMEO",
            "base_id": "PH0136",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0136.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0136.1/"
        },
        {
            "matrix_id": "MA0681.1",
            "name": "Phox2b",
            "collection": "CORE",
            "base_id": "MA0681",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0681.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0681.1/"
        },
        {
            "matrix_id": "PH0137.1",
            "name": "Pitx1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0137",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0137.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0137.1/"
        },
        {
            "matrix_id": "MA0682.1",
            "name": "Pitx1",
            "collection": "CORE",
            "base_id": "MA0682",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0682.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0682.1/"
        },
        {
            "matrix_id": "PH0138.1",
            "name": "Pitx2",
            "collection": "PBM_HOMEO",
            "base_id": "PH0138",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0138.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0138.1/"
        },
        {
            "matrix_id": "PH0139.1",
            "name": "Pitx3",
            "collection": "PBM_HOMEO",
            "base_id": "PH0139",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0139.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0139.1/"
        },
        {
            "matrix_id": "PH0140.1",
            "name": "Pknox1",
            "collection": "PBM_HOMEO",
            "base_id": "PH0140",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0140.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0140.1/"
        }
    ]
}