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=256
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=257",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=255",
    "results": [
        {
            "matrix_id": "MA0496.2",
            "name": "MAFK",
            "collection": "CORE",
            "base_id": "MA0496",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0496.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0496.2/"
        },
        {
            "matrix_id": "MA0496.3",
            "name": "MAFK",
            "collection": "CORE",
            "base_id": "MA0496",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0496.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0496.3/"
        },
        {
            "matrix_id": "MA0496.4",
            "name": "MAFK",
            "collection": "CORE",
            "base_id": "MA0496",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0496.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0496.4/"
        },
        {
            "matrix_id": "UN1276.1",
            "name": "MAL13",
            "collection": "UNVALIDATED",
            "base_id": "UN1276",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1276.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1276.1/"
        },
        {
            "matrix_id": "MA0328.1",
            "name": "MATALPHA2",
            "collection": "CORE",
            "base_id": "MA0328",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0328.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0328.1/"
        },
        {
            "matrix_id": "MA0328.2",
            "name": "MATALPHA2",
            "collection": "CORE",
            "base_id": "MA0328",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0328.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0328.2/"
        },
        {
            "matrix_id": "MA0058.1",
            "name": "MAX",
            "collection": "CORE",
            "base_id": "MA0058",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0058.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0058.1/"
        },
        {
            "matrix_id": "MA0058.2",
            "name": "MAX",
            "collection": "CORE",
            "base_id": "MA0058",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0058.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0058.2/"
        },
        {
            "matrix_id": "MA0058.3",
            "name": "MAX",
            "collection": "CORE",
            "base_id": "MA0058",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0058.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0058.3/"
        },
        {
            "matrix_id": "MA0058.4",
            "name": "MAX",
            "collection": "CORE",
            "base_id": "MA0058",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0058.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0058.4/"
        }
    ]
}