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=76
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=77",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=75",
    "results": [
        {
            "matrix_id": "UN0527.1",
            "name": "FLI1::CEBPD",
            "collection": "UNVALIDATED",
            "base_id": "UN0527",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0527.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0527.1/"
        },
        {
            "matrix_id": "MA1949.1",
            "name": "FLI1::DRGX",
            "collection": "CORE",
            "base_id": "MA1949",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1949.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1949.1/"
        },
        {
            "matrix_id": "UN0528.1",
            "name": "FLI1::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0528",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0528.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0528.1/"
        },
        {
            "matrix_id": "UN0529.1",
            "name": "FLI1::FIGLA",
            "collection": "UNVALIDATED",
            "base_id": "UN0529",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0529.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0529.1/"
        },
        {
            "matrix_id": "MA1950.1",
            "name": "FLI1::FOXI1",
            "collection": "CORE",
            "base_id": "MA1950",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1950.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1950.1/"
        },
        {
            "matrix_id": "UN0530.1",
            "name": "FLI1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0530",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0530.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0530.1/"
        },
        {
            "matrix_id": "UN0531.1",
            "name": "FLI1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0531",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0531.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0531.1/"
        },
        {
            "matrix_id": "UN0532.1",
            "name": "FLI1::MAX",
            "collection": "UNVALIDATED",
            "base_id": "UN0532",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0532.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0532.1/"
        },
        {
            "matrix_id": "MA0476.1",
            "name": "FOS",
            "collection": "CORE",
            "base_id": "MA0476",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0476.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0476.1/"
        },
        {
            "matrix_id": "MA1951.1",
            "name": "FOS",
            "collection": "CORE",
            "base_id": "MA1951",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1951.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1951.1/"
        }
    ]
}