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=66
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=67",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=65",
    "results": [
        {
            "matrix_id": "MA0761.2",
            "name": "ETV1",
            "collection": "CORE",
            "base_id": "MA0761",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0761.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0761.2/"
        },
        {
            "matrix_id": "MA0762.1",
            "name": "ETV2",
            "collection": "CORE",
            "base_id": "MA0762",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0762.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0762.1/"
        },
        {
            "matrix_id": "MA0763.1",
            "name": "ETV3",
            "collection": "CORE",
            "base_id": "MA0763",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0763.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0763.1/"
        },
        {
            "matrix_id": "MA0764.1",
            "name": "ETV4",
            "collection": "CORE",
            "base_id": "MA0764",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0764.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0764.1/"
        },
        {
            "matrix_id": "MA0764.2",
            "name": "ETV4",
            "collection": "CORE",
            "base_id": "MA0764",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0764.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0764.2/"
        },
        {
            "matrix_id": "MA0765.1",
            "name": "ETV5",
            "collection": "CORE",
            "base_id": "MA0765",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0765.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0765.1/"
        },
        {
            "matrix_id": "MA0765.2",
            "name": "ETV5",
            "collection": "CORE",
            "base_id": "MA0765",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0765.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0765.2/"
        },
        {
            "matrix_id": "MA0645.1",
            "name": "ETV6",
            "collection": "CORE",
            "base_id": "MA0645",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0645.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0645.1/"
        },
        {
            "matrix_id": "UN0119.1",
            "name": "ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0119",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0119.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0119.1/"
        },
        {
            "matrix_id": "UN0120.1",
            "name": "ETV7(var.2)",
            "collection": "UNVALIDATED",
            "base_id": "UN0120",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0120.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0120.1/"
        }
    ]
}