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=400
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=401",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=399",
    "results": [
        {
            "matrix_id": "MA0084.2",
            "name": "SRY",
            "collection": "CORE",
            "base_id": "MA0084",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0084.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0084.2/"
        },
        {
            "matrix_id": "MA0137.1",
            "name": "STAT1",
            "collection": "CORE",
            "base_id": "MA0137",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0137.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0137.1/"
        },
        {
            "matrix_id": "MA0137.2",
            "name": "STAT1",
            "collection": "CORE",
            "base_id": "MA0137",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0137.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0137.2/"
        },
        {
            "matrix_id": "MA0137.3",
            "name": "STAT1",
            "collection": "CORE",
            "base_id": "MA0137",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0137.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0137.3/"
        },
        {
            "matrix_id": "MA0137.4",
            "name": "STAT1",
            "collection": "CORE",
            "base_id": "MA0137",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0137.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0137.4/"
        },
        {
            "matrix_id": "MA0517.1",
            "name": "STAT1::STAT2",
            "collection": "CORE",
            "base_id": "MA0517",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0517.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0517.1/"
        },
        {
            "matrix_id": "MA0517.2",
            "name": "STAT1::STAT2",
            "collection": "CORE",
            "base_id": "MA0517",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0517.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0517.2/"
        },
        {
            "matrix_id": "MA0144.2",
            "name": "STAT3",
            "collection": "CORE",
            "base_id": "MA0144",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0144.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0144.2/"
        },
        {
            "matrix_id": "MA0144.3",
            "name": "STAT3",
            "collection": "CORE",
            "base_id": "MA0144",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0144.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0144.3/"
        },
        {
            "matrix_id": "MA0390.1",
            "name": "STB3",
            "collection": "CORE",
            "base_id": "MA0390",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0390.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0390.1/"
        }
    ]
}