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=450
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=451",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=449",
    "results": [
        {
            "matrix_id": "UN0622.1",
            "name": "ZNF492",
            "collection": "UNVALIDATED",
            "base_id": "UN0622",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0622.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0622.1/"
        },
        {
            "matrix_id": "UN0623.1",
            "name": "ZNF502",
            "collection": "UNVALIDATED",
            "base_id": "UN0623",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0623.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0623.1/"
        },
        {
            "matrix_id": "UN0623.2",
            "name": "ZNF502",
            "collection": "UNVALIDATED",
            "base_id": "UN0623",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0623.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0623.2/"
        },
        {
            "matrix_id": "UN0198.1",
            "name": "ZNF506",
            "collection": "UNVALIDATED",
            "base_id": "UN0198",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0198.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0198.1/"
        },
        {
            "matrix_id": "UN0198.2",
            "name": "ZNF506",
            "collection": "UNVALIDATED",
            "base_id": "UN0198",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0198.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0198.2/"
        },
        {
            "matrix_id": "UN0624.1",
            "name": "ZNF507",
            "collection": "UNVALIDATED",
            "base_id": "UN0624",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0624.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0624.1/"
        },
        {
            "matrix_id": "UN0624.2",
            "name": "ZNF507",
            "collection": "UNVALIDATED",
            "base_id": "UN0624",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0624.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0624.2/"
        },
        {
            "matrix_id": "UN0330.1",
            "name": "ZNF513",
            "collection": "UNVALIDATED",
            "base_id": "UN0330",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0330.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0330.1/"
        },
        {
            "matrix_id": "UN0331.1",
            "name": "ZNF519",
            "collection": "UNVALIDATED",
            "base_id": "UN0331",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0331.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0331.1/"
        },
        {
            "matrix_id": "UN0331.2",
            "name": "ZNF519",
            "collection": "UNVALIDATED",
            "base_id": "UN0331",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0331.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0331.2/"
        }
    ]
}