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=473
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=474",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=472",
    "results": [
        {
            "matrix_id": "UN0677.1",
            "name": "Zfp319",
            "collection": "UNVALIDATED",
            "base_id": "UN0677",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0677.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0677.1/"
        },
        {
            "matrix_id": "MA2002.1",
            "name": "Zfp335",
            "collection": "CORE",
            "base_id": "MA2002",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2002.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2002.1/"
        },
        {
            "matrix_id": "MA2002.2",
            "name": "Zfp335",
            "collection": "CORE",
            "base_id": "MA2002",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2002.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2002.2/"
        },
        {
            "matrix_id": "UN0484.1",
            "name": "Zfp367",
            "collection": "UNVALIDATED",
            "base_id": "UN0484",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0484.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0484.1/"
        },
        {
            "matrix_id": "UN0484.2",
            "name": "Zfp367",
            "collection": "UNVALIDATED",
            "base_id": "UN0484",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0484.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0484.2/"
        },
        {
            "matrix_id": "UN0678.1",
            "name": "Zfp456",
            "collection": "UNVALIDATED",
            "base_id": "UN0678",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0678.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0678.1/"
        },
        {
            "matrix_id": "UN0678.2",
            "name": "Zfp456",
            "collection": "UNVALIDATED",
            "base_id": "UN0678",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0678.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0678.2/"
        },
        {
            "matrix_id": "UN0679.1",
            "name": "Zfp58",
            "collection": "UNVALIDATED",
            "base_id": "UN0679",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0679.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0679.1/"
        },
        {
            "matrix_id": "UN0680.1",
            "name": "Zfp617",
            "collection": "UNVALIDATED",
            "base_id": "UN0680",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0680.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0680.1/"
        },
        {
            "matrix_id": "UN0681.1",
            "name": "Zfp683",
            "collection": "UNVALIDATED",
            "base_id": "UN0681",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0681.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0681.1/"
        }
    ]
}