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=453
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=454",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=452",
    "results": [
        {
            "matrix_id": "UN1169.1",
            "name": "VSX2::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1169",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1169.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1169.1/"
        },
        {
            "matrix_id": "UN0923.1",
            "name": "VSX2::SOX11",
            "collection": "UNVALIDATED",
            "base_id": "UN0923",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0923.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0923.1/"
        },
        {
            "matrix_id": "UN0924.1",
            "name": "VSX2::TCF12",
            "collection": "UNVALIDATED",
            "base_id": "UN0924",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0924.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0924.1/"
        },
        {
            "matrix_id": "UN0925.1",
            "name": "VSX2::TCF4",
            "collection": "UNVALIDATED",
            "base_id": "UN0925",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0925.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0925.1/"
        },
        {
            "matrix_id": "MA0693.1",
            "name": "Vdr",
            "collection": "CORE",
            "base_id": "MA0693",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0693.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0693.1/"
        },
        {
            "matrix_id": "MA0693.3",
            "name": "Vdr",
            "collection": "CORE",
            "base_id": "MA0693",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0693.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0693.3/"
        },
        {
            "matrix_id": "MA0693.4",
            "name": "Vdr",
            "collection": "CORE",
            "base_id": "MA0693",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0693.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0693.4/"
        },
        {
            "matrix_id": "MA0181.1",
            "name": "Vsx1",
            "collection": "CORE",
            "base_id": "MA0181",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0181.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0181.1/"
        },
        {
            "matrix_id": "MA0180.1",
            "name": "Vsx2",
            "collection": "CORE",
            "base_id": "MA0180",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0180.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0180.1/"
        },
        {
            "matrix_id": "MA1804.1",
            "name": "WIN1",
            "collection": "CORE",
            "base_id": "MA1804",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1804.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1804.1/"
        }
    ]
}