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=444
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=445",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=443",
    "results": [
        {
            "matrix_id": "UN0812.1",
            "name": "ZNF366",
            "collection": "UNVALIDATED",
            "base_id": "UN0812",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0812.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0812.1/"
        },
        {
            "matrix_id": "UN0613.1",
            "name": "ZNF37A",
            "collection": "UNVALIDATED",
            "base_id": "UN0613",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0613.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0613.1/"
        },
        {
            "matrix_id": "UN0613.2",
            "name": "ZNF37A",
            "collection": "UNVALIDATED",
            "base_id": "UN0613",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0613.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0613.2/"
        },
        {
            "matrix_id": "MA1594.1",
            "name": "ZNF382",
            "collection": "CORE",
            "base_id": "MA1594",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1594.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1594.1/"
        },
        {
            "matrix_id": "MA1125.1",
            "name": "ZNF384",
            "collection": "CORE",
            "base_id": "MA1125",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1125.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1125.1/"
        },
        {
            "matrix_id": "MA1125.2",
            "name": "ZNF384",
            "collection": "CORE",
            "base_id": "MA1125",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1125.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1125.2/"
        },
        {
            "matrix_id": "UN0185.1",
            "name": "ZNF385D",
            "collection": "UNVALIDATED",
            "base_id": "UN0185",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0185.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0185.1/"
        },
        {
            "matrix_id": "UN0185.2",
            "name": "ZNF385D",
            "collection": "UNVALIDATED",
            "base_id": "UN0185",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0185.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0185.2/"
        },
        {
            "matrix_id": "UN0813.1",
            "name": "ZNF394",
            "collection": "UNVALIDATED",
            "base_id": "UN0813",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0813.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0813.1/"
        },
        {
            "matrix_id": "UN0186.1",
            "name": "ZNF396",
            "collection": "UNVALIDATED",
            "base_id": "UN0186",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0186.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0186.1/"
        }
    ]
}