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

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=472",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=470",
    "results": [
        {
            "matrix_id": "UN0668.2",
            "name": "ZSCAN22",
            "collection": "UNVALIDATED",
            "base_id": "UN0668",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0668.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0668.2/"
        },
        {
            "matrix_id": "UN0246.1",
            "name": "ZSCAN23",
            "collection": "UNVALIDATED",
            "base_id": "UN0246",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0246.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0246.1/"
        },
        {
            "matrix_id": "UN0246.2",
            "name": "ZSCAN23",
            "collection": "UNVALIDATED",
            "base_id": "UN0246",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0246.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0246.2/"
        },
        {
            "matrix_id": "MA1602.1",
            "name": "ZSCAN29",
            "collection": "CORE",
            "base_id": "MA1602",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1602.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1602.1/"
        },
        {
            "matrix_id": "MA1602.2",
            "name": "ZSCAN29",
            "collection": "CORE",
            "base_id": "MA1602",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1602.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1602.2/"
        },
        {
            "matrix_id": "MA1722.1",
            "name": "ZSCAN31",
            "collection": "CORE",
            "base_id": "MA1722",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1722.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1722.1/"
        },
        {
            "matrix_id": "MA1722.2",
            "name": "ZSCAN31",
            "collection": "CORE",
            "base_id": "MA1722",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1722.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1722.2/"
        },
        {
            "matrix_id": "MA1155.1",
            "name": "ZSCAN4",
            "collection": "CORE",
            "base_id": "MA1155",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1155.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1155.1/"
        },
        {
            "matrix_id": "UN0248.1",
            "name": "ZSCAN5A",
            "collection": "UNVALIDATED",
            "base_id": "UN0248",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0248.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0248.1/"
        },
        {
            "matrix_id": "UN0248.2",
            "name": "ZSCAN5A",
            "collection": "UNVALIDATED",
            "base_id": "UN0248",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0248.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0248.2/"
        }
    ]
}