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=334
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=335",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=333",
    "results": [
        {
            "matrix_id": "MA0355.2",
            "name": "PHD1",
            "collection": "CORE",
            "base_id": "MA0355",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0355.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0355.2/"
        },
        {
            "matrix_id": "MA0457.1",
            "name": "PHDP",
            "collection": "CORE",
            "base_id": "MA0457",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0457.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0457.1/"
        },
        {
            "matrix_id": "MA0457.2",
            "name": "PHDP",
            "collection": "CORE",
            "base_id": "MA0457",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0457.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0457.2/"
        },
        {
            "matrix_id": "MA1389.1",
            "name": "PHL1",
            "collection": "CORE",
            "base_id": "MA1389",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1389.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1389.1/"
        },
        {
            "matrix_id": "MA1389.2",
            "name": "PHL1",
            "collection": "CORE",
            "base_id": "MA1389",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1389.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1389.2/"
        },
        {
            "matrix_id": "MA1163.1",
            "name": "PHL11",
            "collection": "CORE",
            "base_id": "MA1163",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1163.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1163.1/"
        },
        {
            "matrix_id": "MA1163.2",
            "name": "PHL11",
            "collection": "CORE",
            "base_id": "MA1163",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1163.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1163.2/"
        },
        {
            "matrix_id": "MA1163.3",
            "name": "PHL11",
            "collection": "CORE",
            "base_id": "MA1163",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1163.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1163.3/"
        },
        {
            "matrix_id": "MA1166.1",
            "name": "PHL12",
            "collection": "CORE",
            "base_id": "MA1166",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1166.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1166.1/"
        },
        {
            "matrix_id": "MA1166.2",
            "name": "PHL12",
            "collection": "CORE",
            "base_id": "MA1166",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1166.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1166.2/"
        }
    ]
}