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=160
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=161",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=159",
    "results": [
        {
            "matrix_id": "MA0104.4",
            "name": "MYCN",
            "collection": "CORE",
            "base_id": "MA0104",
            "version": "4",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0104.4.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0104.4/"
        },
        {
            "matrix_id": "MA1641.1",
            "name": "MYF5",
            "collection": "CORE",
            "base_id": "MA1641",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1641.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1641.1/"
        },
        {
            "matrix_id": "MA0667.1",
            "name": "MYF6",
            "collection": "CORE",
            "base_id": "MA0667",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0667.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0667.1/"
        },
        {
            "matrix_id": "UN0132.1",
            "name": "MYNN",
            "collection": "UNVALIDATED",
            "base_id": "UN0132",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0132.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0132.1/"
        },
        {
            "matrix_id": "MA0499.2",
            "name": "MYOD1",
            "collection": "CORE",
            "base_id": "MA0499",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0499.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0499.2/"
        },
        {
            "matrix_id": "MA0500.2",
            "name": "MYOG",
            "collection": "CORE",
            "base_id": "MA0500",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0500.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0500.2/"
        },
        {
            "matrix_id": "MA1168.1",
            "name": "MYR2",
            "collection": "CORE",
            "base_id": "MA1168",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1168.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1168.1/"
        },
        {
            "matrix_id": "MA0056.1",
            "name": "MZF1",
            "collection": "CORE",
            "base_id": "MA0056",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0056.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0056.1/"
        },
        {
            "matrix_id": "MA0056.2",
            "name": "MZF1",
            "collection": "CORE",
            "base_id": "MA0056",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0056.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0056.2/"
        },
        {
            "matrix_id": "MA0057.1",
            "name": "MZF1(var.2)",
            "collection": "CORE",
            "base_id": "MA0057",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0057.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0057.1/"
        }
    ]
}