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=449
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=450",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=448",
    "results": [
        {
            "matrix_id": "UN0618.1",
            "name": "ZNF483",
            "collection": "UNVALIDATED",
            "base_id": "UN0618",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0618.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0618.1/"
        },
        {
            "matrix_id": "UN0618.2",
            "name": "ZNF483",
            "collection": "UNVALIDATED",
            "base_id": "UN0618",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0618.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0618.2/"
        },
        {
            "matrix_id": "UN0619.1",
            "name": "ZNF484",
            "collection": "UNVALIDATED",
            "base_id": "UN0619",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0619.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0619.1/"
        },
        {
            "matrix_id": "UN0620.1",
            "name": "ZNF485",
            "collection": "UNVALIDATED",
            "base_id": "UN0620",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0620.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0620.1/"
        },
        {
            "matrix_id": "UN0620.2",
            "name": "ZNF485",
            "collection": "UNVALIDATED",
            "base_id": "UN0620",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0620.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0620.2/"
        },
        {
            "matrix_id": "UN0815.1",
            "name": "ZNF486",
            "collection": "UNVALIDATED",
            "base_id": "UN0815",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0815.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0815.1/"
        },
        {
            "matrix_id": "UN0197.1",
            "name": "ZNF490",
            "collection": "UNVALIDATED",
            "base_id": "UN0197",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0197.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0197.1/"
        },
        {
            "matrix_id": "UN0197.2",
            "name": "ZNF490",
            "collection": "UNVALIDATED",
            "base_id": "UN0197",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0197.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0197.2/"
        },
        {
            "matrix_id": "UN0621.1",
            "name": "ZNF491",
            "collection": "UNVALIDATED",
            "base_id": "UN0621",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0621.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0621.1/"
        },
        {
            "matrix_id": "UN0621.2",
            "name": "ZNF491",
            "collection": "UNVALIDATED",
            "base_id": "UN0621",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0621.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0621.2/"
        }
    ]
}