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=114
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=115",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=113",
    "results": [
        {
            "matrix_id": "UN0129.1",
            "name": "HSFY2",
            "collection": "UNVALIDATED",
            "base_id": "UN0129",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0129.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0129.1/"
        },
        {
            "matrix_id": "MA0551.1",
            "name": "HY5",
            "collection": "CORE",
            "base_id": "MA0551",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0551.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0551.1/"
        },
        {
            "matrix_id": "MA1425.1",
            "name": "HYH",
            "collection": "CORE",
            "base_id": "MA1425",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1425.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1425.1/"
        },
        {
            "matrix_id": "UN0674.1",
            "name": "Hand1",
            "collection": "UNVALIDATED",
            "base_id": "UN0674",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0674.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0674.1/"
        },
        {
            "matrix_id": "MA0092.1",
            "name": "Hand1::Tcf3",
            "collection": "CORE",
            "base_id": "MA0092",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0092.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0092.1/"
        },
        {
            "matrix_id": "MA1877.1",
            "name": "Hes-b",
            "collection": "CORE",
            "base_id": "MA1877",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1877.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1877.1/"
        },
        {
            "matrix_id": "MA1878.1",
            "name": "Hes-c",
            "collection": "CORE",
            "base_id": "MA1878",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1878.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1878.1/"
        },
        {
            "matrix_id": "MA1099.1",
            "name": "Hes1",
            "collection": "CORE",
            "base_id": "MA1099",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1099.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1099.1/"
        },
        {
            "matrix_id": "MA0616.1",
            "name": "Hes2",
            "collection": "CORE",
            "base_id": "MA0616",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0616.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0616.1/"
        },
        {
            "matrix_id": "MA1879.1",
            "name": "Hex",
            "collection": "CORE",
            "base_id": "MA1879",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1879.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1879.1/"
        }
    ]
}