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=72
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=73",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=71",
    "results": [
        {
            "matrix_id": "UN0486.1",
            "name": "CUX1::HOXA13",
            "collection": "UNVALIDATED",
            "base_id": "UN0486",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0486.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0486.1/"
        },
        {
            "matrix_id": "UN0487.1",
            "name": "CUX1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0487",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0487.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0487.1/"
        },
        {
            "matrix_id": "UN0928.1",
            "name": "CUX1::POU2F2",
            "collection": "UNVALIDATED",
            "base_id": "UN0928",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0928.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0928.1/"
        },
        {
            "matrix_id": "UN0488.1",
            "name": "CUX1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0488",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0488.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0488.1/"
        },
        {
            "matrix_id": "UN0488.2",
            "name": "CUX1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0488",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0488.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0488.2/"
        },
        {
            "matrix_id": "MA0755.1",
            "name": "CUX2",
            "collection": "CORE",
            "base_id": "MA0755",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0755.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0755.1/"
        },
        {
            "matrix_id": "MA0755.2",
            "name": "CUX2",
            "collection": "CORE",
            "base_id": "MA0755",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0755.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0755.2/"
        },
        {
            "matrix_id": "MA2110.1",
            "name": "Cdx",
            "collection": "CORE",
            "base_id": "MA2110",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2110.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2110.1/"
        },
        {
            "matrix_id": "MA0102.1",
            "name": "Cebpa",
            "collection": "CORE",
            "base_id": "MA0102",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0102.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0102.1/"
        },
        {
            "matrix_id": "MA1848.1",
            "name": "Cebpg",
            "collection": "CORE",
            "base_id": "MA1848",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1848.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1848.1/"
        }
    ]
}