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=477
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=478",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=476",
    "results": [
        {
            "matrix_id": "UN0478.2",
            "name": "ZF-C2H2-15",
            "collection": "UNVALIDATED",
            "base_id": "UN0478",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0478.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0478.2/"
        },
        {
            "matrix_id": "UN0479.1",
            "name": "ZF-C2H2-35",
            "collection": "UNVALIDATED",
            "base_id": "UN0479",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0479.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0479.1/"
        },
        {
            "matrix_id": "UN0479.2",
            "name": "ZF-C2H2-35",
            "collection": "UNVALIDATED",
            "base_id": "UN0479",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0479.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0479.2/"
        },
        {
            "matrix_id": "UN0480.1",
            "name": "ZF-C2H2-6",
            "collection": "UNVALIDATED",
            "base_id": "UN0480",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0480.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0480.1/"
        },
        {
            "matrix_id": "UN0480.2",
            "name": "ZF-C2H2-6",
            "collection": "UNVALIDATED",
            "base_id": "UN0480",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0480.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0480.2/"
        },
        {
            "matrix_id": "UN0481.1",
            "name": "ZF-C2H2-7",
            "collection": "UNVALIDATED",
            "base_id": "UN0481",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0481.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0481.1/"
        },
        {
            "matrix_id": "UN0481.2",
            "name": "ZF-C2H2-7",
            "collection": "UNVALIDATED",
            "base_id": "UN0481",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0481.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0481.2/"
        },
        {
            "matrix_id": "UN0151.1",
            "name": "ZFP1",
            "collection": "UNVALIDATED",
            "base_id": "UN0151",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0151.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0151.1/"
        },
        {
            "matrix_id": "UN0151.2",
            "name": "ZFP1",
            "collection": "UNVALIDATED",
            "base_id": "UN0151",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0151.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0151.2/"
        },
        {
            "matrix_id": "MA1972.1",
            "name": "ZFP14",
            "collection": "CORE",
            "base_id": "MA1972",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1972.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1972.1/"
        }
    ]
}