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=55
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=56",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=54",
    "results": [
        {
            "matrix_id": "MA0154.1",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0154.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0154.1/"
        },
        {
            "matrix_id": "MA0154.2",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0154.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0154.2/"
        },
        {
            "matrix_id": "MA0154.3",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "3",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0154.3.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0154.3/"
        },
        {
            "matrix_id": "MA0154.4",
            "name": "EBF1",
            "collection": "CORE",
            "base_id": "MA0154",
            "version": "4",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0154.4.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0154.4/"
        },
        {
            "matrix_id": "MA1637.1",
            "name": "EBF3",
            "collection": "CORE",
            "base_id": "MA1637",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1637.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1637.1/"
        },
        {
            "matrix_id": "MA0292.1",
            "name": "ECM22",
            "collection": "CORE",
            "base_id": "MA0292",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0292.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0292.1/"
        },
        {
            "matrix_id": "MA0293.1",
            "name": "ECM23",
            "collection": "CORE",
            "base_id": "MA0293",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0293.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0293.1/"
        },
        {
            "matrix_id": "MA0294.1",
            "name": "EDS1",
            "collection": "CORE",
            "base_id": "MA0294",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0294.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0294.1/"
        },
        {
            "matrix_id": "MA0990.1",
            "name": "EDT1",
            "collection": "CORE",
            "base_id": "MA0990",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0990.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0990.1/"
        },
        {
            "matrix_id": "MA1167.1",
            "name": "EFM",
            "collection": "CORE",
            "base_id": "MA1167",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1167.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1167.1/"
        }
    ]
}