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=49
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=50",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=48",
    "results": [
        {
            "matrix_id": "MA0188.1",
            "name": "Dr",
            "collection": "CORE",
            "base_id": "MA0188",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0188.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0188.1/"
        },
        {
            "matrix_id": "MA1456.1",
            "name": "Dref",
            "collection": "CORE",
            "base_id": "MA1456",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1456.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1456.1/"
        },
        {
            "matrix_id": "UN0108.1",
            "name": "Dsp1",
            "collection": "UNVALIDATED",
            "base_id": "UN0108",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0108.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0108.1/"
        },
        {
            "matrix_id": "MA0611.1",
            "name": "Dux",
            "collection": "CORE",
            "base_id": "MA0611",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0611.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0611.1/"
        },
        {
            "matrix_id": "MA0611.2",
            "name": "Dux",
            "collection": "CORE",
            "base_id": "MA0611",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0611.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0611.2/"
        },
        {
            "matrix_id": "UN0671.1",
            "name": "Duxbl1",
            "collection": "UNVALIDATED",
            "base_id": "UN0671",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0671.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0671.1/"
        },
        {
            "matrix_id": "MA0024.1",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0024.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0024.1/"
        },
        {
            "matrix_id": "MA0024.2",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0024.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0024.2/"
        },
        {
            "matrix_id": "MA0024.3",
            "name": "E2F1",
            "collection": "CORE",
            "base_id": "MA0024",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0024.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0024.3/"
        },
        {
            "matrix_id": "UN0489.1",
            "name": "E2F1::HES7",
            "collection": "UNVALIDATED",
            "base_id": "UN0489",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0489.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0489.1/"
        }
    ]
}