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=472
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=473",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=471",
    "results": [
        {
            "matrix_id": "UN0143.2",
            "name": "ZBTB20",
            "collection": "UNVALIDATED",
            "base_id": "UN0143",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0143.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0143.2/"
        },
        {
            "matrix_id": "UN1170.1",
            "name": "ZBTB20::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1170",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1170.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1170.1/"
        },
        {
            "matrix_id": "MA2487.1",
            "name": "ZBTB21",
            "collection": "CORE",
            "base_id": "MA2487",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2487.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2487.1/"
        },
        {
            "matrix_id": "UN0144.1",
            "name": "ZBTB22",
            "collection": "UNVALIDATED",
            "base_id": "UN0144",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0144.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0144.1/"
        },
        {
            "matrix_id": "UN0144.2",
            "name": "ZBTB22",
            "collection": "UNVALIDATED",
            "base_id": "UN0144",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0144.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0144.2/"
        },
        {
            "matrix_id": "MA2330.1",
            "name": "ZBTB24",
            "collection": "CORE",
            "base_id": "MA2330",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2330.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2330.1/"
        },
        {
            "matrix_id": "MA2330.2",
            "name": "ZBTB24",
            "collection": "CORE",
            "base_id": "MA2330",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2330.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2330.2/"
        },
        {
            "matrix_id": "MA1579.1",
            "name": "ZBTB26",
            "collection": "CORE",
            "base_id": "MA1579",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1579.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1579.1/"
        },
        {
            "matrix_id": "MA1579.2",
            "name": "ZBTB26",
            "collection": "CORE",
            "base_id": "MA1579",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1579.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1579.2/"
        },
        {
            "matrix_id": "MA1580.1",
            "name": "ZBTB32",
            "collection": "CORE",
            "base_id": "MA1580",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1580.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1580.1/"
        }
    ]
}