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=446
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=447",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=445",
    "results": [
        {
            "matrix_id": "UN0323.2",
            "name": "ZNF425",
            "collection": "UNVALIDATED",
            "base_id": "UN0323",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0323.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0323.2/"
        },
        {
            "matrix_id": "UN0187.1",
            "name": "ZNF429",
            "collection": "UNVALIDATED",
            "base_id": "UN0187",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0187.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0187.1/"
        },
        {
            "matrix_id": "UN0187.2",
            "name": "ZNF429",
            "collection": "UNVALIDATED",
            "base_id": "UN0187",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0187.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0187.2/"
        },
        {
            "matrix_id": "UN0188.1",
            "name": "ZNF430",
            "collection": "UNVALIDATED",
            "base_id": "UN0188",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0188.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0188.1/"
        },
        {
            "matrix_id": "UN0614.1",
            "name": "ZNF433",
            "collection": "UNVALIDATED",
            "base_id": "UN0614",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0614.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0614.1/"
        },
        {
            "matrix_id": "UN0324.1",
            "name": "ZNF436",
            "collection": "UNVALIDATED",
            "base_id": "UN0324",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0324.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0324.1/"
        },
        {
            "matrix_id": "UN0324.2",
            "name": "ZNF436",
            "collection": "UNVALIDATED",
            "base_id": "UN0324",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0324.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0324.2/"
        },
        {
            "matrix_id": "UN0615.1",
            "name": "ZNF440",
            "collection": "UNVALIDATED",
            "base_id": "UN0615",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0615.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0615.1/"
        },
        {
            "matrix_id": "UN0190.1",
            "name": "ZNF441",
            "collection": "UNVALIDATED",
            "base_id": "UN0190",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0190.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0190.1/"
        },
        {
            "matrix_id": "UN0190.2",
            "name": "ZNF441",
            "collection": "UNVALIDATED",
            "base_id": "UN0190",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0190.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0190.2/"
        }
    ]
}