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=42
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=43",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=41",
    "results": [
        {
            "matrix_id": "MA0883.1",
            "name": "Dmbx1",
            "collection": "CORE",
            "base_id": "MA0883",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0883.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0883.1/"
        },
        {
            "matrix_id": "MA0020.1",
            "name": "Dof2",
            "collection": "CORE",
            "base_id": "MA0020",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0020.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0020.1/"
        },
        {
            "matrix_id": "MA0021.1",
            "name": "Dof3",
            "collection": "CORE",
            "base_id": "MA0021",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0021.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0021.1/"
        },
        {
            "matrix_id": "MA0188.1",
            "name": "Dr",
            "collection": "CORE",
            "base_id": "MA0188",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0188.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0188.1/"
        },
        {
            "matrix_id": "MA0611.1",
            "name": "Dux",
            "collection": "CORE",
            "base_id": "MA0611",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0611.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0611.1/"
        },
        {
            "matrix_id": "PH0026.1",
            "name": "Duxbl",
            "collection": "PBM_HOMEO",
            "base_id": "PH0026",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0026.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0026.1/"
        },
        {
            "matrix_id": "MA0024.1",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0024.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0024.1/"
        },
        {
            "matrix_id": "MA0024.2",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "2",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0024.2.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0024.2/"
        },
        {
            "matrix_id": "MA0024.3",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "3",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0024.3.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0024.3/"
        },
        {
            "matrix_id": "MA0864.1",
            "name": "E2F2",
            "collection": "CORE",
            "base_id": "MA0864",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0864.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0864.1/"
        }
    ]
}