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=505
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=506",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=504",
    "results": [
        {
            "matrix_id": "MA1894.1",
            "name": "large-Maf",
            "collection": "CORE",
            "base_id": "MA1894",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1894.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1894.1/"
        },
        {
            "matrix_id": "MA1894.2",
            "name": "large-Maf",
            "collection": "CORE",
            "base_id": "MA1894",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1894.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1894.2/"
        },
        {
            "matrix_id": "MA0231.1",
            "name": "lbe",
            "collection": "CORE",
            "base_id": "MA0231",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0231.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0231.1/"
        },
        {
            "matrix_id": "MA0232.1",
            "name": "lbl",
            "collection": "CORE",
            "base_id": "MA0232",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0232.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0232.1/"
        },
        {
            "matrix_id": "MA2139.1",
            "name": "let-381",
            "collection": "CORE",
            "base_id": "MA2139",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2139.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2139.1/"
        },
        {
            "matrix_id": "MA0923.1",
            "name": "lim-4",
            "collection": "CORE",
            "base_id": "MA0923",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0923.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0923.1/"
        },
        {
            "matrix_id": "MA0923.2",
            "name": "lim-4",
            "collection": "CORE",
            "base_id": "MA0923",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0923.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0923.2/"
        },
        {
            "matrix_id": "MA1441.1",
            "name": "lim-7",
            "collection": "CORE",
            "base_id": "MA1441",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1441.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1441.1/"
        },
        {
            "matrix_id": "MA1441.2",
            "name": "lim-7",
            "collection": "CORE",
            "base_id": "MA1441",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1441.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1441.2/"
        },
        {
            "matrix_id": "MA0261.1",
            "name": "lin-14",
            "collection": "CORE",
            "base_id": "MA0261",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0261.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0261.1/"
        }
    ]
}