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=413
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=414",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=412",
    "results": [
        {
            "matrix_id": "MA1623.2",
            "name": "Stat2",
            "collection": "CORE",
            "base_id": "MA1623",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1623.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1623.2/"
        },
        {
            "matrix_id": "MA0144.1",
            "name": "Stat3",
            "collection": "CORE",
            "base_id": "MA0144",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0144.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0144.1/"
        },
        {
            "matrix_id": "MA0518.1",
            "name": "Stat4",
            "collection": "CORE",
            "base_id": "MA0518",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0518.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0518.1/"
        },
        {
            "matrix_id": "MA0518.2",
            "name": "Stat4",
            "collection": "CORE",
            "base_id": "MA0518",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0518.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0518.2/"
        },
        {
            "matrix_id": "MA1624.1",
            "name": "Stat5a",
            "collection": "CORE",
            "base_id": "MA1624",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1624.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1624.1/"
        },
        {
            "matrix_id": "MA1624.2",
            "name": "Stat5a",
            "collection": "CORE",
            "base_id": "MA1624",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1624.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1624.2/"
        },
        {
            "matrix_id": "MA0519.1",
            "name": "Stat5a::Stat5b",
            "collection": "CORE",
            "base_id": "MA0519",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0519.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0519.1/"
        },
        {
            "matrix_id": "MA0519.2",
            "name": "Stat5a::Stat5b",
            "collection": "CORE",
            "base_id": "MA0519",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0519.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0519.2/"
        },
        {
            "matrix_id": "MA1625.1",
            "name": "Stat5b",
            "collection": "CORE",
            "base_id": "MA1625",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1625.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1625.1/"
        },
        {
            "matrix_id": "MA1625.2",
            "name": "Stat5b",
            "collection": "CORE",
            "base_id": "MA1625",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1625.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1625.2/"
        }
    ]
}