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=300
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3141,
    "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=301",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=299",
    "results": [
        {
            "matrix_id": "MA0921.1",
            "name": "ceh-48",
            "collection": "CORE",
            "base_id": "MA0921",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0921.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0921.1/"
        },
        {
            "matrix_id": "UN0105.1",
            "name": "ceh-74",
            "collection": "UNVALIDATED",
            "base_id": "UN0105",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0105.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0105.1/"
        },
        {
            "matrix_id": "MA0922.1",
            "name": "ces-2",
            "collection": "CORE",
            "base_id": "MA0922",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0922.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0922.1/"
        },
        {
            "matrix_id": "MA0260.1",
            "name": "che-1",
            "collection": "CORE",
            "base_id": "MA0260",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0260.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0260.1/"
        },
        {
            "matrix_id": "UN0085.1",
            "name": "clr-2",
            "collection": "UNVALIDATED",
            "base_id": "UN0085",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0085.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0085.1/"
        },
        {
            "matrix_id": "MA0530.1",
            "name": "cnc::maf-S",
            "collection": "CORE",
            "base_id": "MA0530",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0530.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0530.1/"
        },
        {
            "matrix_id": "UN0086.1",
            "name": "col-24",
            "collection": "UNVALIDATED",
            "base_id": "UN0086",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0086.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0086.1/"
        },
        {
            "matrix_id": "MA1432.1",
            "name": "cre-1",
            "collection": "CORE",
            "base_id": "MA1432",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1432.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1432.1/"
        },
        {
            "matrix_id": "MA0218.1",
            "name": "ct",
            "collection": "CORE",
            "base_id": "MA0218",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0218.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0218.1/"
        },
        {
            "matrix_id": "MA0538.1",
            "name": "daf-12",
            "collection": "CORE",
            "base_id": "MA0538",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0538.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0538.1/"
        }
    ]
}