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=71
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=72",
    "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=70",
    "results": [
        {
            "matrix_id": "MA0557.1",
            "name": "FHY3",
            "collection": "CORE",
            "base_id": "MA0557",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0557.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0557.1/"
        },
        {
            "matrix_id": "MA0820.1",
            "name": "FIGLA",
            "collection": "CORE",
            "base_id": "MA0820",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0820.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0820.1/"
        },
        {
            "matrix_id": "MA0296.1",
            "name": "FKH1",
            "collection": "CORE",
            "base_id": "MA0296",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0296.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0296.1/"
        },
        {
            "matrix_id": "MA0297.1",
            "name": "FKH2",
            "collection": "CORE",
            "base_id": "MA0297",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0297.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0297.1/"
        },
        {
            "matrix_id": "MA0558.1",
            "name": "FLC",
            "collection": "CORE",
            "base_id": "MA0558",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0558.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0558.1/"
        },
        {
            "matrix_id": "MA0475.1",
            "name": "FLI1",
            "collection": "CORE",
            "base_id": "MA0475",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0475.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0475.1/"
        },
        {
            "matrix_id": "MA0475.2",
            "name": "FLI1",
            "collection": "CORE",
            "base_id": "MA0475",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0475.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0475.2/"
        },
        {
            "matrix_id": "MA0476.1",
            "name": "FOS",
            "collection": "CORE",
            "base_id": "MA0476",
            "version": "1",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0476.1.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0476.1/"
        },
        {
            "matrix_id": "MA0099.2",
            "name": "FOS::JUN",
            "collection": "CORE",
            "base_id": "MA0099",
            "version": "2",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0099.2.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0099.2/"
        },
        {
            "matrix_id": "MA0099.3",
            "name": "FOS::JUN",
            "collection": "CORE",
            "base_id": "MA0099",
            "version": "3",
            "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0099.3.svg",
            "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0099.3/"
        }
    ]
}