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=497
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=498",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=496",
    "results": [
        {
            "matrix_id": "MA2225.1",
            "name": "erm",
            "collection": "CORE",
            "base_id": "MA2225",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2225.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2225.1/"
        },
        {
            "matrix_id": "MA2227.1",
            "name": "esg",
            "collection": "CORE",
            "base_id": "MA2227",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2227.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2227.1/"
        },
        {
            "matrix_id": "MA2384.1",
            "name": "estExt_Genewise1.C_2060077",
            "collection": "CORE",
            "base_id": "MA2384",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2384.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2384.1/"
        },
        {
            "matrix_id": "UN0859.1",
            "name": "estExt_fgenesh1_pg.C_1940033",
            "collection": "UNVALIDATED",
            "base_id": "UN0859",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0859.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0859.1/"
        },
        {
            "matrix_id": "MA2385.1",
            "name": "estExt_gwp_gw1.C_220046",
            "collection": "CORE",
            "base_id": "MA2385",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2385.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2385.1/"
        },
        {
            "matrix_id": "MA2386.1",
            "name": "estExt_gwp_gw1.C_550163",
            "collection": "CORE",
            "base_id": "MA2386",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2386.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2386.1/"
        },
        {
            "matrix_id": "UN0860.1",
            "name": "estExt_gwp_gw1.C_70211",
            "collection": "UNVALIDATED",
            "base_id": "UN0860",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0860.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0860.1/"
        },
        {
            "matrix_id": "MA2166.1",
            "name": "ets-7",
            "collection": "CORE",
            "base_id": "MA2166",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2166.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2166.1/"
        },
        {
            "matrix_id": "MA0221.1",
            "name": "eve",
            "collection": "CORE",
            "base_id": "MA0221",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0221.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0221.1/"
        },
        {
            "matrix_id": "MA2309.1",
            "name": "ewg",
            "collection": "CORE",
            "base_id": "MA2309",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2309.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2309.1/"
        }
    ]
}