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=479
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=480",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=478",
    "results": [
        {
            "matrix_id": "UN0588.1",
            "name": "ZFP64",
            "collection": "UNVALIDATED",
            "base_id": "UN0588",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0588.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0588.1/"
        },
        {
            "matrix_id": "UN0156.1",
            "name": "ZFP69",
            "collection": "UNVALIDATED",
            "base_id": "UN0156",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0156.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0156.1/"
        },
        {
            "matrix_id": "UN0156.2",
            "name": "ZFP69",
            "collection": "UNVALIDATED",
            "base_id": "UN0156",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0156.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0156.2/"
        },
        {
            "matrix_id": "UN0589.1",
            "name": "ZFP69B",
            "collection": "UNVALIDATED",
            "base_id": "UN0589",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0589.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0589.1/"
        },
        {
            "matrix_id": "UN0590.1",
            "name": "ZFP82",
            "collection": "UNVALIDATED",
            "base_id": "UN0590",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0590.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0590.1/"
        },
        {
            "matrix_id": "UN1253.1",
            "name": "ZFP90",
            "collection": "UNVALIDATED",
            "base_id": "UN1253",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1253.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1253.1/"
        },
        {
            "matrix_id": "MA2603.1",
            "name": "ZFTA",
            "collection": "CORE",
            "base_id": "MA2603",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2603.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2603.1/"
        },
        {
            "matrix_id": "MA2557.1",
            "name": "ZGLP1",
            "collection": "CORE",
            "base_id": "MA2557",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2557.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2557.1/"
        },
        {
            "matrix_id": "MA1329.1",
            "name": "ZHD1",
            "collection": "CORE",
            "base_id": "MA1329",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1329.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1329.1/"
        },
        {
            "matrix_id": "MA1329.2",
            "name": "ZHD1",
            "collection": "CORE",
            "base_id": "MA1329",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1329.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1329.2/"
        }
    ]
}