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=479
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=480",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=478",
    "results": [
        {
            "matrix_id": "MA1833.1",
            "name": "Zm00001d049364",
            "collection": "CORE",
            "base_id": "MA1833",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1833.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1833.1/"
        },
        {
            "matrix_id": "MA1833.2",
            "name": "Zm00001d049364",
            "collection": "CORE",
            "base_id": "MA1833",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1833.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1833.2/"
        },
        {
            "matrix_id": "MA1818.1",
            "name": "Zm00001d052229",
            "collection": "CORE",
            "base_id": "MA1818",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1818.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1818.1/"
        },
        {
            "matrix_id": "MA2409.1",
            "name": "ZmbZIP25",
            "collection": "CORE",
            "base_id": "MA2409",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2409.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2409.1/"
        },
        {
            "matrix_id": "MA2410.1",
            "name": "ZmbZIP54",
            "collection": "CORE",
            "base_id": "MA2410",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2410.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2410.1/"
        },
        {
            "matrix_id": "MA2411.1",
            "name": "ZmbZIP57",
            "collection": "CORE",
            "base_id": "MA2411",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2411.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2411.1/"
        },
        {
            "matrix_id": "MA2412.1",
            "name": "ZmbZIP72",
            "collection": "CORE",
            "base_id": "MA2412",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2412.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2412.1/"
        },
        {
            "matrix_id": "MA2413.1",
            "name": "ZmbZIP96",
            "collection": "CORE",
            "base_id": "MA2413",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2413.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2413.1/"
        },
        {
            "matrix_id": "UN0818.1",
            "name": "Znf2",
            "collection": "UNVALIDATED",
            "base_id": "UN0818",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0818.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0818.1/"
        },
        {
            "matrix_id": "MA1630.1",
            "name": "Znf281",
            "collection": "CORE",
            "base_id": "MA1630",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1630.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1630.1/"
        }
    ]
}