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=132
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=133",
    "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=131",
    "results": [
        {
            "matrix_id": "MA0147.3",
            "name": "MYC",
            "collection": "CORE",
            "base_id": "MA0147",
            "version": "3",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0147.3.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0147.3/"
        },
        {
            "matrix_id": "MA0566.1",
            "name": "MYC2",
            "collection": "CORE",
            "base_id": "MA0566",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0566.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0566.1/"
        },
        {
            "matrix_id": "MA0568.1",
            "name": "MYC3",
            "collection": "CORE",
            "base_id": "MA0568",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0568.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0568.1/"
        },
        {
            "matrix_id": "MA0569.1",
            "name": "MYC4",
            "collection": "CORE",
            "base_id": "MA0569",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0569.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0569.1/"
        },
        {
            "matrix_id": "MA0104.4",
            "name": "MYCN",
            "collection": "CORE",
            "base_id": "MA0104",
            "version": "4",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0104.4.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0104.4/"
        },
        {
            "matrix_id": "MA0667.1",
            "name": "MYF6",
            "collection": "CORE",
            "base_id": "MA0667",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0667.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0667.1/"
        },
        {
            "matrix_id": "MA0056.1",
            "name": "MZF1",
            "collection": "CORE",
            "base_id": "MA0056",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0056.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0056.1/"
        },
        {
            "matrix_id": "MA0057.1",
            "name": "MZF1(var.2)",
            "collection": "CORE",
            "base_id": "MA0057",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0057.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0057.1/"
        },
        {
            "matrix_id": "MA0118.1",
            "name": "Macho-1",
            "collection": "CORE",
            "base_id": "MA0118",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0118.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0118.1/"
        },
        {
            "matrix_id": "MA0535.1",
            "name": "Mad",
            "collection": "CORE",
            "base_id": "MA0535",
            "version": "1",
            "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0535.1.svg",
            "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0535.1/"
        }
    ]
}