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=516
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=517",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=515",
    "results": [
        {
            "matrix_id": "MA1599.2",
            "name": "ZNF682",
            "collection": "CORE",
            "base_id": "MA1599",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1599.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1599.2/"
        },
        {
            "matrix_id": "MA2522.1",
            "name": "ZNF683",
            "collection": "CORE",
            "base_id": "MA2522",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2522.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2522.1/"
        },
        {
            "matrix_id": "MA1600.1",
            "name": "ZNF684",
            "collection": "CORE",
            "base_id": "MA1600",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1600.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1600.1/"
        },
        {
            "matrix_id": "MA1600.2",
            "name": "ZNF684",
            "collection": "CORE",
            "base_id": "MA1600",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1600.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1600.2/"
        },
        {
            "matrix_id": "MA2523.1",
            "name": "ZNF689",
            "collection": "CORE",
            "base_id": "MA2523",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2523.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2523.1/"
        },
        {
            "matrix_id": "MA1986.1",
            "name": "ZNF692",
            "collection": "CORE",
            "base_id": "MA1986",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1986.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1986.1/"
        },
        {
            "matrix_id": "MA1986.2",
            "name": "ZNF692",
            "collection": "CORE",
            "base_id": "MA1986",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1986.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1986.2/"
        },
        {
            "matrix_id": "MA2524.1",
            "name": "ZNF696",
            "collection": "CORE",
            "base_id": "MA2524",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2524.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2524.1/"
        },
        {
            "matrix_id": "MA2525.1",
            "name": "ZNF699",
            "collection": "CORE",
            "base_id": "MA2525",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2525.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2525.1/"
        },
        {
            "matrix_id": "UN0650.1",
            "name": "ZNF7",
            "collection": "UNVALIDATED",
            "base_id": "UN0650",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0650.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0650.1/"
        }
    ]
}