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=73
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=74",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=72",
    "results": [
        {
            "matrix_id": "MA0128.1",
            "name": "EmBP-1",
            "collection": "CORE",
            "base_id": "MA0128",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0128.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0128.1/"
        },
        {
            "matrix_id": "MA1852.1",
            "name": "Emx",
            "collection": "CORE",
            "base_id": "MA1852",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1852.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1852.1/"
        },
        {
            "matrix_id": "MA0027.1",
            "name": "En1",
            "collection": "CORE",
            "base_id": "MA0027",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0027.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0027.1/"
        },
        {
            "matrix_id": "MA1853.1",
            "name": "Erf-a",
            "collection": "CORE",
            "base_id": "MA1853",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1853.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1853.1/"
        },
        {
            "matrix_id": "MA0474.1",
            "name": "Erg",
            "collection": "CORE",
            "base_id": "MA0474",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0474.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0474.1/"
        },
        {
            "matrix_id": "MA0474.3",
            "name": "Erg",
            "collection": "CORE",
            "base_id": "MA0474",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0474.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0474.3/"
        },
        {
            "matrix_id": "MA0592.2",
            "name": "Esrra",
            "collection": "CORE",
            "base_id": "MA0592",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0592.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0592.2/"
        },
        {
            "matrix_id": "MA0141.1",
            "name": "Esrrb",
            "collection": "CORE",
            "base_id": "MA0141",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0141.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0141.1/"
        },
        {
            "matrix_id": "MA0141.2",
            "name": "Esrrb",
            "collection": "CORE",
            "base_id": "MA0141",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0141.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0141.2/"
        },
        {
            "matrix_id": "MA0643.1",
            "name": "Esrrg",
            "collection": "CORE",
            "base_id": "MA0643",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0643.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0643.1/"
        }
    ]
}