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=69
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=70",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=68",
    "results": [
        {
            "matrix_id": "UN0514.1",
            "name": "ETV2::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0514",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0514.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0514.1/"
        },
        {
            "matrix_id": "UN0515.1",
            "name": "ETV2::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0515",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0515.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0515.1/"
        },
        {
            "matrix_id": "UN0516.1",
            "name": "ETV2::FOXO6",
            "collection": "UNVALIDATED",
            "base_id": "UN0516",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0516.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0516.1/"
        },
        {
            "matrix_id": "MA1943.1",
            "name": "ETV2::HOXB13",
            "collection": "CORE",
            "base_id": "MA1943",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1943.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1943.1/"
        },
        {
            "matrix_id": "UN0517.1",
            "name": "ETV2::NHLH1",
            "collection": "UNVALIDATED",
            "base_id": "UN0517",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0517.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0517.1/"
        },
        {
            "matrix_id": "UN0518.1",
            "name": "ETV2::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0518",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0518.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0518.1/"
        },
        {
            "matrix_id": "UN0519.1",
            "name": "ETV2::ONECUT2",
            "collection": "UNVALIDATED",
            "base_id": "UN0519",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0519.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0519.1/"
        },
        {
            "matrix_id": "UN0520.1",
            "name": "ETV2::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0520",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0520.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0520.1/"
        },
        {
            "matrix_id": "UN0521.1",
            "name": "ETV2::SREBF2",
            "collection": "UNVALIDATED",
            "base_id": "UN0521",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0521.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0521.1/"
        },
        {
            "matrix_id": "UN0522.1",
            "name": "ETV2::TEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0522",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0522.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0522.1/"
        }
    ]
}