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=79
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=80",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=78",
    "results": [
        {
            "matrix_id": "UN0945.1",
            "name": "DMBX1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0945",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0945.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0945.1/"
        },
        {
            "matrix_id": "UN0946.1",
            "name": "DMBX1::GABPA",
            "collection": "UNVALIDATED",
            "base_id": "UN0946",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0946.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0946.1/"
        },
        {
            "matrix_id": "UN1188.1",
            "name": "DMBX1::TEAD3",
            "collection": "UNVALIDATED",
            "base_id": "UN1188",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1188.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1188.1/"
        },
        {
            "matrix_id": "MA0610.1",
            "name": "DMRT3",
            "collection": "CORE",
            "base_id": "MA0610",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0610.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0610.1/"
        },
        {
            "matrix_id": "MA0610.2",
            "name": "DMRT3",
            "collection": "CORE",
            "base_id": "MA0610",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0610.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0610.2/"
        },
        {
            "matrix_id": "MA1707.1",
            "name": "DMRTA1",
            "collection": "CORE",
            "base_id": "MA1707",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1707.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1707.1/"
        },
        {
            "matrix_id": "MA1707.2",
            "name": "DMRTA1",
            "collection": "CORE",
            "base_id": "MA1707",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1707.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1707.2/"
        },
        {
            "matrix_id": "MA1478.1",
            "name": "DMRTA2",
            "collection": "CORE",
            "base_id": "MA1478",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1478.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1478.1/"
        },
        {
            "matrix_id": "MA1478.2",
            "name": "DMRTA2",
            "collection": "CORE",
            "base_id": "MA1478",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1478.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1478.2/"
        },
        {
            "matrix_id": "MA1479.1",
            "name": "DMRTC2",
            "collection": "CORE",
            "base_id": "MA1479",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1479.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1479.1/"
        }
    ]
}