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=247
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=248",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=246",
    "results": [
        {
            "matrix_id": "MA0437.1",
            "name": "YPR196W",
            "collection": "CORE",
            "base_id": "MA0437",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0437.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0437.1/"
        },
        {
            "matrix_id": "MA0438.1",
            "name": "YRM1",
            "collection": "CORE",
            "base_id": "MA0438",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0438.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0438.1/"
        },
        {
            "matrix_id": "MA0439.1",
            "name": "YRR1",
            "collection": "CORE",
            "base_id": "MA0439",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0439.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0439.1/"
        },
        {
            "matrix_id": "MA0095.1",
            "name": "YY1",
            "collection": "CORE",
            "base_id": "MA0095",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0095.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0095.1/"
        },
        {
            "matrix_id": "MA0095.2",
            "name": "YY1",
            "collection": "CORE",
            "base_id": "MA0095",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0095.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0095.2/"
        },
        {
            "matrix_id": "MA1927.1",
            "name": "YY1-2",
            "collection": "CORE",
            "base_id": "MA1927",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1927.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1927.1/"
        },
        {
            "matrix_id": "MA0748.1",
            "name": "YY2",
            "collection": "CORE",
            "base_id": "MA0748",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0748.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0748.1/"
        },
        {
            "matrix_id": "MA0748.2",
            "name": "YY2",
            "collection": "CORE",
            "base_id": "MA0748",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0748.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0748.2/"
        },
        {
            "matrix_id": "MA0095.3",
            "name": "Yy1",
            "collection": "CORE",
            "base_id": "MA0095",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0095.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0095.3/"
        },
        {
            "matrix_id": "MA0440.1",
            "name": "ZAP1",
            "collection": "CORE",
            "base_id": "MA0440",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0440.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0440.1/"
        }
    ]
}