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=566
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=567",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=565",
    "results": [
        {
            "matrix_id": "MA2315.1",
            "name": "insv",
            "collection": "CORE",
            "base_id": "MA2315",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2315.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2315.1/"
        },
        {
            "matrix_id": "MA0229.1",
            "name": "inv",
            "collection": "CORE",
            "base_id": "MA0229",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0229.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0229.1/"
        },
        {
            "matrix_id": "MA2135.1",
            "name": "jun-1",
            "collection": "CORE",
            "base_id": "MA2135",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2135.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2135.1/"
        },
        {
            "matrix_id": "MA2248.1",
            "name": "kay",
            "collection": "CORE",
            "base_id": "MA2248",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2248.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2248.1/"
        },
        {
            "matrix_id": "MA2466.1",
            "name": "kay",
            "collection": "CORE",
            "base_id": "MA2466",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2466.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2466.1/"
        },
        {
            "matrix_id": "MA2249.1",
            "name": "ken",
            "collection": "CORE",
            "base_id": "MA2249",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2249.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2249.1/"
        },
        {
            "matrix_id": "MA2136.1",
            "name": "klf-3",
            "collection": "CORE",
            "base_id": "MA2136",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2136.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2136.1/"
        },
        {
            "matrix_id": "MA2250.1",
            "name": "klu",
            "collection": "CORE",
            "base_id": "MA2250",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2250.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2250.1/"
        },
        {
            "matrix_id": "MA2137.1",
            "name": "klu-1",
            "collection": "CORE",
            "base_id": "MA2137",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2137.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2137.1/"
        },
        {
            "matrix_id": "MA2138.1",
            "name": "klu-2",
            "collection": "CORE",
            "base_id": "MA2138",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2138.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2138.1/"
        }
    ]
}