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

{
    "count": 2981,
    "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=146",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=144",
    "results": [
        {
            "matrix_id": "MA1641.1",
            "name": "MYF5",
            "collection": "CORE",
            "base_id": "MA1641",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1641.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1641.1/"
        },
        {
            "matrix_id": "MA0667.1",
            "name": "MYF6",
            "collection": "CORE",
            "base_id": "MA0667",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0667.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0667.1/"
        },
        {
            "matrix_id": "UN0132.1",
            "name": "MYNN",
            "collection": "UNVALIDATED",
            "base_id": "UN0132",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0132.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0132.1/"
        },
        {
            "matrix_id": "MA0499.2",
            "name": "MYOD1",
            "collection": "CORE",
            "base_id": "MA0499",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0499.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0499.2/"
        },
        {
            "matrix_id": "MA0500.2",
            "name": "MYOG",
            "collection": "CORE",
            "base_id": "MA0500",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0500.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0500.2/"
        },
        {
            "matrix_id": "MA1168.1",
            "name": "MYR2",
            "collection": "CORE",
            "base_id": "MA1168",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1168.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1168.1/"
        },
        {
            "matrix_id": "MA0056.1",
            "name": "MZF1",
            "collection": "CORE",
            "base_id": "MA0056",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0056.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0056.1/"
        },
        {
            "matrix_id": "MA0056.2",
            "name": "MZF1",
            "collection": "CORE",
            "base_id": "MA0056",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0056.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0056.2/"
        },
        {
            "matrix_id": "MA0118.1",
            "name": "Macho-1",
            "collection": "CORE",
            "base_id": "MA0118",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0118.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0118.1/"
        },
        {
            "matrix_id": "MA0535.1",
            "name": "Mad",
            "collection": "CORE",
            "base_id": "MA0535",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0535.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0535.1/"
        }
    ]
}