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=66
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=67",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=65",
    "results": [
        {
            "matrix_id": "UN1142.1",
            "name": "CLOCK::FOXD2",
            "collection": "UNVALIDATED",
            "base_id": "UN1142",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1142.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1142.1/"
        },
        {
            "matrix_id": "UN1182.1",
            "name": "CLOCK::ISL2",
            "collection": "UNVALIDATED",
            "base_id": "UN1182",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1182.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1182.1/"
        },
        {
            "matrix_id": "UN1146.1",
            "name": "CLOCK::RUNX2",
            "collection": "UNVALIDATED",
            "base_id": "UN1146",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1146.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1146.1/"
        },
        {
            "matrix_id": "UN0099.1",
            "name": "CNI01970",
            "collection": "UNVALIDATED",
            "base_id": "UN0099",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0099.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0099.1/"
        },
        {
            "matrix_id": "UN0396.1",
            "name": "CRC",
            "collection": "UNVALIDATED",
            "base_id": "UN0396",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0396.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0396.1/"
        },
        {
            "matrix_id": "MA0018.1",
            "name": "CREB1",
            "collection": "CORE",
            "base_id": "MA0018",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0018.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0018.1/"
        },
        {
            "matrix_id": "MA0018.2",
            "name": "CREB1",
            "collection": "CORE",
            "base_id": "MA0018",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0018.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0018.2/"
        },
        {
            "matrix_id": "MA0018.3",
            "name": "CREB1",
            "collection": "CORE",
            "base_id": "MA0018",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0018.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0018.3/"
        },
        {
            "matrix_id": "MA0018.4",
            "name": "CREB1",
            "collection": "CORE",
            "base_id": "MA0018",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0018.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0018.4/"
        },
        {
            "matrix_id": "MA0018.5",
            "name": "CREB1",
            "collection": "CORE",
            "base_id": "MA0018",
            "version": "5",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0018.5.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0018.5/"
        }
    ]
}