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=70
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=71",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=69",
    "results": [
        {
            "matrix_id": "MA0763.1",
            "name": "ETV3",
            "collection": "CORE",
            "base_id": "MA0763",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0763.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0763.1/"
        },
        {
            "matrix_id": "MA0764.1",
            "name": "ETV4",
            "collection": "CORE",
            "base_id": "MA0764",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0764.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0764.1/"
        },
        {
            "matrix_id": "MA0764.2",
            "name": "ETV4",
            "collection": "CORE",
            "base_id": "MA0764",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0764.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0764.2/"
        },
        {
            "matrix_id": "MA0764.3",
            "name": "ETV4",
            "collection": "CORE",
            "base_id": "MA0764",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0764.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0764.3/"
        },
        {
            "matrix_id": "MA0765.1",
            "name": "ETV5",
            "collection": "CORE",
            "base_id": "MA0765",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0765.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0765.1/"
        },
        {
            "matrix_id": "MA0765.2",
            "name": "ETV5",
            "collection": "CORE",
            "base_id": "MA0765",
            "version": "2",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0765.2.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0765.2/"
        },
        {
            "matrix_id": "MA0765.3",
            "name": "ETV5",
            "collection": "CORE",
            "base_id": "MA0765",
            "version": "3",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0765.3.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0765.3/"
        },
        {
            "matrix_id": "UN0523.1",
            "name": "ETV5::CEBPD",
            "collection": "UNVALIDATED",
            "base_id": "UN0523",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0523.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0523.1/"
        },
        {
            "matrix_id": "MA1944.1",
            "name": "ETV5::DRGX",
            "collection": "CORE",
            "base_id": "MA1944",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1944.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1944.1/"
        },
        {
            "matrix_id": "UN0524.1",
            "name": "ETV5::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0524",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0524.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0524.1/"
        }
    ]
}