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=511
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=512",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=510",
    "results": [
        {
            "matrix_id": "UN0747.1",
            "name": "nhr-66",
            "collection": "UNVALIDATED",
            "base_id": "UN0747",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0747.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0747.1/"
        },
        {
            "matrix_id": "UN0717.1",
            "name": "nhr-7",
            "collection": "UNVALIDATED",
            "base_id": "UN0717",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0717.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0717.1/"
        },
        {
            "matrix_id": "MA2145.1",
            "name": "nhr-70",
            "collection": "CORE",
            "base_id": "MA2145",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2145.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2145.1/"
        },
        {
            "matrix_id": "UN0718.1",
            "name": "nhr-84",
            "collection": "UNVALIDATED",
            "base_id": "UN0718",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0718.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0718.1/"
        },
        {
            "matrix_id": "MA2146.1",
            "name": "nhr-86",
            "collection": "CORE",
            "base_id": "MA2146",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2146.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2146.1/"
        },
        {
            "matrix_id": "MA1435.1",
            "name": "nit-4",
            "collection": "CORE",
            "base_id": "MA1435",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1435.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1435.1/"
        },
        {
            "matrix_id": "MA1435.2",
            "name": "nit-4",
            "collection": "CORE",
            "base_id": "MA1435",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1435.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1435.2/"
        },
        {
            "matrix_id": "UN0719.1",
            "name": "npax-1",
            "collection": "UNVALIDATED",
            "base_id": "UN0719",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0719.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0719.1/"
        },
        {
            "matrix_id": "MA2147.1",
            "name": "nsy-7",
            "collection": "CORE",
            "base_id": "MA2147",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2147.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2147.1/"
        },
        {
            "matrix_id": "MA0197.1",
            "name": "nub",
            "collection": "CORE",
            "base_id": "MA0197",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0197.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0197.1/"
        }
    ]
}