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=378
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=379",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=377",
    "results": [
        {
            "matrix_id": "MA1963.1",
            "name": "SATB1",
            "collection": "CORE",
            "base_id": "MA1963",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1963.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1963.1/"
        },
        {
            "matrix_id": "MA1963.2",
            "name": "SATB1",
            "collection": "CORE",
            "base_id": "MA1963",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1963.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1963.2/"
        },
        {
            "matrix_id": "MA2420.1",
            "name": "SBP6",
            "collection": "CORE",
            "base_id": "MA2420",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2420.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2420.1/"
        },
        {
            "matrix_id": "MA2421.1",
            "name": "SBP8",
            "collection": "CORE",
            "base_id": "MA2421",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2421.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2421.1/"
        },
        {
            "matrix_id": "MA2542.1",
            "name": "SCAND3",
            "collection": "CORE",
            "base_id": "MA2542",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2542.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2542.1/"
        },
        {
            "matrix_id": "UN0101.1",
            "name": "SCHCODRAFT_110010",
            "collection": "UNVALIDATED",
            "base_id": "UN0101",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0101.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0101.1/"
        },
        {
            "matrix_id": "UN0101.2",
            "name": "SCHCODRAFT_110010",
            "collection": "UNVALIDATED",
            "base_id": "UN0101",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0101.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0101.2/"
        },
        {
            "matrix_id": "UN0102.1",
            "name": "SCHCODRAFT_67234",
            "collection": "UNVALIDATED",
            "base_id": "UN0102",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0102.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0102.1/"
        },
        {
            "matrix_id": "MA0743.1",
            "name": "SCRT1",
            "collection": "CORE",
            "base_id": "MA0743",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0743.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0743.1/"
        },
        {
            "matrix_id": "MA0743.2",
            "name": "SCRT1",
            "collection": "CORE",
            "base_id": "MA0743",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0743.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0743.2/"
        }
    ]
}