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=462
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=463",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=461",
    "results": [
        {
            "matrix_id": "UN0651.1",
            "name": "ZNF714",
            "collection": "UNVALIDATED",
            "base_id": "UN0651",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0651.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0651.1/"
        },
        {
            "matrix_id": "UN0651.2",
            "name": "ZNF714",
            "collection": "UNVALIDATED",
            "base_id": "UN0651",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0651.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0651.2/"
        },
        {
            "matrix_id": "UN0652.1",
            "name": "ZNF716",
            "collection": "UNVALIDATED",
            "base_id": "UN0652",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0652.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0652.1/"
        },
        {
            "matrix_id": "UN0652.2",
            "name": "ZNF716",
            "collection": "UNVALIDATED",
            "base_id": "UN0652",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0652.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0652.2/"
        },
        {
            "matrix_id": "UN0653.1",
            "name": "ZNF736",
            "collection": "UNVALIDATED",
            "base_id": "UN0653",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0653.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0653.1/"
        },
        {
            "matrix_id": "UN0653.2",
            "name": "ZNF736",
            "collection": "UNVALIDATED",
            "base_id": "UN0653",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0653.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0653.2/"
        },
        {
            "matrix_id": "MA0753.1",
            "name": "ZNF740",
            "collection": "CORE",
            "base_id": "MA0753",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0753.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0753.1/"
        },
        {
            "matrix_id": "MA0753.2",
            "name": "ZNF740",
            "collection": "CORE",
            "base_id": "MA0753",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0753.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0753.2/"
        },
        {
            "matrix_id": "MA0753.3",
            "name": "ZNF740",
            "collection": "CORE",
            "base_id": "MA0753",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0753.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0753.3/"
        },
        {
            "matrix_id": "UN0654.1",
            "name": "ZNF749",
            "collection": "UNVALIDATED",
            "base_id": "UN0654",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0654.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0654.1/"
        }
    ]
}