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=279
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=280",
    "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=278",
    "results": [
        {
            "matrix_id": "MA1824.1",
            "name": "Zm00001d005692",
            "collection": "CORE",
            "base_id": "MA1824",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1824.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1824.1/"
        },
        {
            "matrix_id": "MA1819.1",
            "name": "Zm00001d005892",
            "collection": "CORE",
            "base_id": "MA1819",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1819.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1819.1/"
        },
        {
            "matrix_id": "UN0434.1",
            "name": "Zm00001d013777",
            "collection": "UNVALIDATED",
            "base_id": "UN0434",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0434.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0434.1/"
        },
        {
            "matrix_id": "MA1830.1",
            "name": "Zm00001d015407",
            "collection": "CORE",
            "base_id": "MA1830",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1830.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1830.1/"
        },
        {
            "matrix_id": "MA1822.1",
            "name": "Zm00001d018571",
            "collection": "CORE",
            "base_id": "MA1822",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1822.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1822.1/"
        },
        {
            "matrix_id": "MA1817.1",
            "name": "Zm00001d020267",
            "collection": "CORE",
            "base_id": "MA1817",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1817.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1817.1/"
        },
        {
            "matrix_id": "MA1821.1",
            "name": "Zm00001d020595",
            "collection": "CORE",
            "base_id": "MA1821",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1821.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1821.1/"
        },
        {
            "matrix_id": "MA1820.1",
            "name": "Zm00001d024324",
            "collection": "CORE",
            "base_id": "MA1820",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1820.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1820.1/"
        },
        {
            "matrix_id": "UN0433.1",
            "name": "Zm00001d024644",
            "collection": "UNVALIDATED",
            "base_id": "UN0433",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0433.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0433.1/"
        },
        {
            "matrix_id": "MA1823.1",
            "name": "Zm00001d027846",
            "collection": "CORE",
            "base_id": "MA1823",
            "version": "1",
            "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1823.1.svg",
            "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1823.1/"
        }
    ]
}