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=338
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=339",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=337",
    "results": [
        {
            "matrix_id": "MA2393.1",
            "name": "PHYPA_008731",
            "collection": "CORE",
            "base_id": "MA2393",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2393.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2393.1/"
        },
        {
            "matrix_id": "MA2395.1",
            "name": "PHYPA_011264",
            "collection": "CORE",
            "base_id": "MA2395",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2395.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2395.1/"
        },
        {
            "matrix_id": "MA0559.1",
            "name": "PI",
            "collection": "CORE",
            "base_id": "MA0559",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0559.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0559.1/"
        },
        {
            "matrix_id": "MA0552.1",
            "name": "PIF1",
            "collection": "CORE",
            "base_id": "MA0552",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0552.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0552.1/"
        },
        {
            "matrix_id": "MA0552.2",
            "name": "PIF1",
            "collection": "CORE",
            "base_id": "MA0552",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0552.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0552.2/"
        },
        {
            "matrix_id": "MA0560.1",
            "name": "PIF3",
            "collection": "CORE",
            "base_id": "MA0560",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0560.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0560.1/"
        },
        {
            "matrix_id": "MA0560.2",
            "name": "PIF3",
            "collection": "CORE",
            "base_id": "MA0560",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0560.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0560.2/"
        },
        {
            "matrix_id": "MA0561.1",
            "name": "PIF4",
            "collection": "CORE",
            "base_id": "MA0561",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0561.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0561.1/"
        },
        {
            "matrix_id": "MA0562.1",
            "name": "PIF5",
            "collection": "CORE",
            "base_id": "MA0562",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0562.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0562.1/"
        },
        {
            "matrix_id": "MA2702.1",
            "name": "PIP2",
            "collection": "CORE",
            "base_id": "MA2702",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2702.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2702.1/"
        }
    ]
}