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=500
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=501",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=499",
    "results": [
        {
            "matrix_id": "MA2564.1",
            "name": "ZNF43",
            "collection": "CORE",
            "base_id": "MA2564",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2564.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2564.1/"
        },
        {
            "matrix_id": "MA2692.1",
            "name": "ZNF43",
            "collection": "CORE",
            "base_id": "MA2692",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2692.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2692.1/"
        },
        {
            "matrix_id": "UN0188.1",
            "name": "ZNF430",
            "collection": "UNVALIDATED",
            "base_id": "UN0188",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0188.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0188.1/"
        },
        {
            "matrix_id": "UN0614.1",
            "name": "ZNF433",
            "collection": "UNVALIDATED",
            "base_id": "UN0614",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0614.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0614.1/"
        },
        {
            "matrix_id": "MA2494.1",
            "name": "ZNF436",
            "collection": "CORE",
            "base_id": "MA2494",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2494.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2494.1/"
        },
        {
            "matrix_id": "UN0615.1",
            "name": "ZNF440",
            "collection": "UNVALIDATED",
            "base_id": "UN0615",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0615.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0615.1/"
        },
        {
            "matrix_id": "UN0190.1",
            "name": "ZNF441",
            "collection": "UNVALIDATED",
            "base_id": "UN0190",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0190.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0190.1/"
        },
        {
            "matrix_id": "UN0190.2",
            "name": "ZNF441",
            "collection": "UNVALIDATED",
            "base_id": "UN0190",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0190.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0190.2/"
        },
        {
            "matrix_id": "UN0191.1",
            "name": "ZNF444",
            "collection": "UNVALIDATED",
            "base_id": "UN0191",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0191.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0191.1/"
        },
        {
            "matrix_id": "UN0191.2",
            "name": "ZNF444",
            "collection": "UNVALIDATED",
            "base_id": "UN0191",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0191.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0191.2/"
        }
    ]
}